ju-bezdek commited on
Commit
35d703c
1 Parent(s): b2da3d2

better readme

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -40,7 +40,7 @@ should probably proofread and complete it, then remove this comment. -->
40
  # outputs
41
 
42
  This model is a fine-tuned version of [gerulata/slovakbert](https://huggingface.co/gerulata/slovakbert) on the ju-bezdek/conll2003-SK-NER dataset.
43
- It achieves the following results on the evaluation set:
44
  - Loss: 0.1752
45
  - Precision: 0.8190
46
  - Recall: 0.8390
@@ -59,7 +59,6 @@ from spacy import displacy
59
  import os
60
 
61
 
62
- #model_path = "/Users/juraj/slovakbert-conll2003-sk-ner/outputs/result/slovakbert-conll2003-sk-ner"
63
  model_path="ju-bezdek/slovakbert-conll2003-sk-ner"
64
 
65
  aggregation_strategy="max"
 
40
  # outputs
41
 
42
  This model is a fine-tuned version of [gerulata/slovakbert](https://huggingface.co/gerulata/slovakbert) on the ju-bezdek/conll2003-SK-NER dataset.
43
+ It achieves the following results on the evaluation (validation) set:
44
  - Loss: 0.1752
45
  - Precision: 0.8190
46
  - Recall: 0.8390
 
59
  import os
60
 
61
 
 
62
  model_path="ju-bezdek/slovakbert-conll2003-sk-ner"
63
 
64
  aggregation_strategy="max"