PlanTL-GOB-ES / lm-biomedical-clinical-es

Official source for Spanish pretrained biomedical and clinical language models and resources made @ BSC-TEMU within the "Plan de las Tecnologías del Lenguaje" (Plan-TL).
Apache License 2.0
26 stars 2 forks source link

NER training code #1

Open davidbetancur8 opened 3 years ago

davidbetancur8 commented 3 years ago

Is the training code for the pharmaconner results published somewhere?

ccasimiro88 commented 2 years ago

Hi David, thanks for your interest in our project.

The fine-tuning script for PharmaCoNER is based on the HuggingFace Transformers library examples here: https://github.com/huggingface/transformers/tree/master/examples/pytorch/token-classification

Anyways, I will release the scripts for all the NER fine-tuning soon (hopefully this week).

Keep you posted!