Instructions to use langdonh/en_student_name_detector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- spaCy
How to use langdonh/en_student_name_detector with spaCy:
!pip install https://huggingface.co/langdonh/en_student_name_detector/resolve/main/en_student_name_detector-any-py3-none-any.whl # Using spacy.load(). import spacy nlp = spacy.load("en_student_name_detector") # Importing as module. import en_student_name_detector nlp = en_student_name_detector.load() - Notebooks
- Google Colab
- Kaggle
README.md exists but content is empty.
- Downloads last month
- 3
Evaluation results
- NER Precisionself-reported0.723
- NER Recallself-reported0.734
- NER F Scoreself-reported0.729