crabz librarian-bot commited on
Commit
5cc4f86
1 Parent(s): 2e62fdd

Librarian Bot: Add base_model information to model (#1)

Browse files

- Librarian Bot: Add base_model information to model (6fdfcd0f3b6bb86de4af6d1208bc2ab7513c7850)


Co-authored-by: Librarian Bot (Bot) <librarian-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
- license: mit
3
  language:
4
  - sk
 
5
  tags:
6
  - generated_from_trainer
7
  datasets:
@@ -13,31 +13,32 @@ metrics:
13
  - accuracy
14
  inference: false
15
  widget:
16
- - text: "Zuzana Čaputová sa narodila 21. júna 1973 v Bratislave."
17
- example_title: "Named Entity Recognition"
 
18
  model-index:
19
  - name: slovakbert-ner
20
  results:
21
  - task:
22
- name: Token Classification
23
  type: token-classification
 
24
  dataset:
25
  name: wikiann
26
  type: wikiann
27
  args: sk
28
  metrics:
29
- - name: Precision
30
- type: precision
31
  value: 0.9327115256495669
32
- - name: Recall
33
- type: recall
34
  value: 0.9470124013528749
35
- - name: F1
36
- type: f1
37
  value: 0.9398075632132469
38
- - name: Accuracy
39
- type: accuracy
40
  value: 0.9785228256835333
 
41
  ---
42
 
43
  # Named Entity Recognition based on SlovakBERT
1
  ---
 
2
  language:
3
  - sk
4
+ license: mit
5
  tags:
6
  - generated_from_trainer
7
  datasets:
13
  - accuracy
14
  inference: false
15
  widget:
16
+ - text: Zuzana Čaputová sa narodila 21. júna 1973 v Bratislave.
17
+ example_title: Named Entity Recognition
18
+ base_model: gerulata/slovakbert
19
  model-index:
20
  - name: slovakbert-ner
21
  results:
22
  - task:
 
23
  type: token-classification
24
+ name: Token Classification
25
  dataset:
26
  name: wikiann
27
  type: wikiann
28
  args: sk
29
  metrics:
30
+ - type: precision
 
31
  value: 0.9327115256495669
32
+ name: Precision
33
+ - type: recall
34
  value: 0.9470124013528749
35
+ name: Recall
36
+ - type: f1
37
  value: 0.9398075632132469
38
+ name: F1
39
+ - type: accuracy
40
  value: 0.9785228256835333
41
+ name: Accuracy
42
  ---
43
 
44
  # Named Entity Recognition based on SlovakBERT