Hello everyone,
I would like to fine tune a LLM model for country code or country name classification.
example: I live in England
answer: GB or Great Britain
An LLM might be a bit of an overkill for this task, you might get good results by fine-tuning a BERT-like text classifier. Also, if a sentence can only belong to one class, the task is actually called multi-class classification instead of multi-label.