Question on how to get started
#1
by
budgekins
- opened
Hi there! I'm very interested in creating a simplified version of your model for a project I'm working on, but don't know where to start since I am new to the HF community. Any recommendations?
Sure thing - here's a short write-up on the project and an accompanying Jupyter notebook:
http://www.columbia.edu/~jsl2239/adverse_effects_ner.html
https://github.com/jsylee/personal-projects/blob/master/Hugging%20Face%20ADR%20Fine-Tuning/SciBERT%20ADR%20Fine-Tuning.ipynb
If you're looking for a more general introduction, there's a great page on NER in the HF docs:
https://huggingface.co/docs/transformers/tasks/token_classification
Hope this helps!