Librarian Bot: Add base_model information to model

#2
Files changed (1) hide show
  1. README.md +20 -19
README.md CHANGED
@@ -1,4 +1,14 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
@@ -11,12 +21,13 @@ metrics:
11
  - recall
12
  - f1
13
  - accuracy
 
14
  model-index:
15
  - name: distilbert-base-multilingual-cased-mapa_coarse-ner
16
  results:
17
  - task:
18
- name: Token Classification
19
  type: token-classification
 
20
  dataset:
21
  name: lextreme
22
  type: lextreme
@@ -24,28 +35,18 @@ model-index:
24
  split: test
25
  args: mapa_coarse
26
  metrics:
27
- - name: Precision
28
- type: precision
29
  value: 0.7191116088092572
30
- - name: Recall
31
- type: recall
32
  value: 0.6452855468095796
33
- - name: F1
34
- type: f1
35
  value: 0.6802012534204254
36
- - name: Accuracy
37
- type: accuracy
38
  value: 0.9878756336348935
39
- language:
40
- - en
41
- - fr
42
- - it
43
- - es
44
- - de
45
- - nl
46
- - pl
47
- - ru
48
- - pt
49
  ---
50
 
51
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
1
  ---
2
+ language:
3
+ - en
4
+ - fr
5
+ - it
6
+ - es
7
+ - de
8
+ - nl
9
+ - pl
10
+ - ru
11
+ - pt
12
  license: apache-2.0
13
  tags:
14
  - generated_from_trainer
 
21
  - recall
22
  - f1
23
  - accuracy
24
+ base_model: distilbert-base-multilingual-cased
25
  model-index:
26
  - name: distilbert-base-multilingual-cased-mapa_coarse-ner
27
  results:
28
  - task:
 
29
  type: token-classification
30
+ name: Token Classification
31
  dataset:
32
  name: lextreme
33
  type: lextreme
 
35
  split: test
36
  args: mapa_coarse
37
  metrics:
38
+ - type: precision
 
39
  value: 0.7191116088092572
40
+ name: Precision
41
+ - type: recall
42
  value: 0.6452855468095796
43
+ name: Recall
44
+ - type: f1
45
  value: 0.6802012534204254
46
+ name: F1
47
+ - type: accuracy
48
  value: 0.9878756336348935
49
+ name: Accuracy
 
 
 
 
 
 
 
 
 
50
  ---
51
 
52
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You