Views
No views yet
transformers library:1from transformers import AutoTokenizer, AutoModelForTokenClassification
2
3tokenizer = AutoTokenizer.from_pretrained("DS4H-ICTU/yat-bert-tokenizer")
4model = AutoModelForTokenClassification.from_pretrained("DS4H-ICTU/yat-ner-model")
5
6## Evaluation
7The model achieves high precision, recall, and F1 scores on the validation set, demonstrating strong performance for recognizing named entities in Yambeta text.
8
9## Bias, Risks, and Limitations
10Biases: The training data is sourced from religious texts, which may introduce biases specific to this domain. The model may not generalize well to non-religious texts in Yambeta.
11Out-of-Scope Use: The model is designed for Yambeta NER tasks and may not perform well for other languages or applications outside NER.
12
13## Citation
14If you use this model in your work, please cite it as follows:
15
16@misc{yambeta_ner_model,
17 title = {Yambeta NER Model},
18 author = {Dr.-Ing. Philippe Tamla},
19 year = {2024},
20 publisher = {Hugging Face},
21 url = {https://huggingface.co/DS4H-ICTU/yat-ner-model}
22}
23
24## Contact Information
25For more information, contact the developers at: philiptamla@gmail.com