IsmatS commited on
Commit
38832fc
·
1 Parent(s): a119f50

Update README.md

Browse files
Files changed (1) hide show
  1. models/README.md +2 -2
models/README.md CHANGED
@@ -3,7 +3,7 @@
3
  This project fine-tunes a custom NER model for Azerbaijani text using the multilingual XLM-RoBERTa model. This notebook and its supporting files enable extracting named entities like **persons**, **locations**, **organizations**, and **dates** from Azerbaijani text.
4
 
5
  ### Notebook Source
6
- This notebook was created in Google Colab and can be accessed [here](https://colab.research.google.com/drive/1EYYZa7dya2RjTZXHSJ4pzIOgzqR8lmSk).
7
 
8
  ## Setup Instructions
9
 
@@ -266,4 +266,4 @@ An example test with expected output labels:
266
  test_texts = ["Shahla Khuduyeva və Pasha Sığorta şirkəti haqqında məlumat."]
267
  true_labels = [["B-PERSON", "B-ORGANISATION"]]
268
  evaluate_model(test_texts, true_labels)
269
- ```
 
3
  This project fine-tunes a custom NER model for Azerbaijani text using the multilingual XLM-RoBERTa model. This notebook and its supporting files enable extracting named entities like **persons**, **locations**, **organizations**, and **dates** from Azerbaijani text.
4
 
5
  ### Notebook Source
6
+ This notebook was created in Google Colab and can be accessed [here](https://github.com/Ismat-Samadov/Named_Entity_Recognition/blob/main/models/XLM-RoBERTa.ipynb).
7
 
8
  ## Setup Instructions
9
 
 
266
  test_texts = ["Shahla Khuduyeva və Pasha Sığorta şirkəti haqqında məlumat."]
267
  true_labels = [["B-PERSON", "B-ORGANISATION"]]
268
  evaluate_model(test_texts, true_labels)
269
+ ```