Generalist and Lightweight Model for Named Entity Recognition (Extract any entity types from texts) @ NAACL 2024
1.48k
stars
127
forks
source link
Implementation of trainer class (fp16 training & gradient accumulation) #85
Closed
MarcusLoppe closed 6 months ago
Hi,
I've created a trainer class that has support for:
I used the trainer in https://github.com/lucidrains/meshgpt-pytorch as a boilerplate, so credits to @lucidrains for the nicely structured trainer.