Steps do use albertina-pt to downstream NER task

#1
by boringmoskito - opened

Hi,
Is it possible to use this foundation model in a NER downstream task?
What whould be the major steps?
Some guidance please?

Yes. This model can be used to train a NER task. We provide a fine-tuning example see in the model card. Starting from the example you'll only need to change the classification head for the task (AutoModelForTokenClassification) and provide the dataset, or use the HuggingFace pipeline.

Official HF documentation:
https://huggingface.co/docs/transformers/tasks/token_classification

jarodrigues changed discussion status to closed

Sign up or log in to comment