girayyagmur commited on
Commit
86e8585
·
verified ·
1 Parent(s): 722e89b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -14,7 +14,7 @@ tags:
14
  - finance
15
  ---
16
 
17
- Turkish NER dataset from Wikipedia sentences. 20.000 sentences are sampled and re-annotated from Kuzgunlar NER dataset.
18
 
19
  Data split:
20
 
@@ -44,15 +44,22 @@ Labels:
44
  -TITLE
45
  -WORK_OF_ART
46
 
47
- Model Evaluation
 
 
48
  The validation process of the model was performed on the test dataset. During the evaluation:
 
49
  • The model was put into evaluation mode.
 
50
  • Loss and accuracy were calculated.
 
51
  • A classification report was created using the Seqeval library. It shows the performance of the model for each label in detail.
52
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63edf9885e6cf35f9b89b0ff/MFS3u-huX33mjwPlxWA2l.png)
53
 
54
- Results and Performance
 
55
  The accuracy and loss values ​​obtained in the training and validation stages of the model are reported, and the classification report and F1 score, precision and recall values ​​of each label are given. The performance of the model reached high accuracy rates in the Turkish NER task.
 
56
  It has shown the effectiveness of the BERT model for named entity recognition tasks in the Turkish language. The methods used in the training and evaluation processes increased the overall performance of the model and ensured that the difficulties related to the language model were overcome.
57
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63edf9885e6cf35f9b89b0ff/lsy8OWloF__F-cRoIuCJg.png)
58
 
 
14
  - finance
15
  ---
16
 
17
+ **Turkish NER dataset from Wikipedia sentences. 20.000 sentences are sampled and re-annotated from Kuzgunlar NER dataset.**
18
 
19
  Data split:
20
 
 
44
  -TITLE
45
  -WORK_OF_ART
46
 
47
+ **Model Evaluation**
48
+
49
+
50
  The validation process of the model was performed on the test dataset. During the evaluation:
51
+
52
  • The model was put into evaluation mode.
53
+
54
  • Loss and accuracy were calculated.
55
+
56
  • A classification report was created using the Seqeval library. It shows the performance of the model for each label in detail.
57
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63edf9885e6cf35f9b89b0ff/MFS3u-huX33mjwPlxWA2l.png)
58
 
59
+ **Results and Performance**
60
+
61
  The accuracy and loss values ​​obtained in the training and validation stages of the model are reported, and the classification report and F1 score, precision and recall values ​​of each label are given. The performance of the model reached high accuracy rates in the Turkish NER task.
62
+
63
  It has shown the effectiveness of the BERT model for named entity recognition tasks in the Turkish language. The methods used in the training and evaluation processes increased the overall performance of the model and ensured that the difficulties related to the language model were overcome.
64
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63edf9885e6cf35f9b89b0ff/lsy8OWloF__F-cRoIuCJg.png)
65