viktoroo librarian-bot commited on
Commit
65ccbf8
1 Parent(s): 3b7ca13

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

Browse files

- Librarian Bot: Add base_model information to model (d291600df31c50066d59734993bff4edc693b6fd)


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

Files changed (1) hide show
  1. README.md +22 -21
README.md CHANGED
@@ -1,13 +1,12 @@
1
  ---
 
 
2
  license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  - named-entity-recognition
6
  - russian
7
  - ner
8
- language:
9
- - ru
10
- thumbnail: "Sberbank RuBERT-base fintuned on Collection3 dataset"
11
  datasets:
12
  - RCC-MSU/collection3
13
  metrics:
@@ -15,12 +14,14 @@ metrics:
15
  - recall
16
  - f1
17
  - accuracy
 
 
18
  model-index:
19
  - name: sberbank-rubert-base-collection3
20
  results:
21
  - task:
22
- name: Token Classification
23
  type: token-classification
 
24
  dataset:
25
  name: RCC-MSU/collection3
26
  type: named-entity-recognition
@@ -28,21 +29,21 @@ model-index:
28
  split: validation
29
  args: default
30
  metrics:
31
- - name: Precision
32
- type: precision
33
  value: 0.938019472809309
34
- - name: Recall
35
- type: recall
36
  value: 0.9594364828758805
37
- - name: F1
38
- type: f1
39
  value: 0.9486071085494716
40
- - name: Accuracy
41
- type: accuracy
42
  value: 0.9860420020488805
 
43
  - task:
44
- name: Token Classification
45
  type: token-classification
 
46
  dataset:
47
  name: RCC-MSU/collection3
48
  type: named-entity-recognition
@@ -50,18 +51,18 @@ model-index:
50
  split: test
51
  args: default
52
  metrics:
53
- - name: Precision
54
- type: precision
55
  value: 0.9419896321895829
56
- - name: Recall
57
- type: recall
58
  value: 0.9537615596100975
59
- - name: F1
60
- type: f1
61
  value: 0.947839046199702
62
- - name: Accuracy
63
- type: accuracy
64
  value: 0.9847255179564897
 
65
  ---
66
 
67
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
1
  ---
2
+ language:
3
+ - ru
4
  license: apache-2.0
5
  tags:
6
  - generated_from_trainer
7
  - named-entity-recognition
8
  - russian
9
  - ner
 
 
 
10
  datasets:
11
  - RCC-MSU/collection3
12
  metrics:
14
  - recall
15
  - f1
16
  - accuracy
17
+ thumbnail: Sberbank RuBERT-base fintuned on Collection3 dataset
18
+ base_model: sberbank-ai/ruBert-base
19
  model-index:
20
  - name: sberbank-rubert-base-collection3
21
  results:
22
  - task:
 
23
  type: token-classification
24
+ name: Token Classification
25
  dataset:
26
  name: RCC-MSU/collection3
27
  type: named-entity-recognition
29
  split: validation
30
  args: default
31
  metrics:
32
+ - type: precision
 
33
  value: 0.938019472809309
34
+ name: Precision
35
+ - type: recall
36
  value: 0.9594364828758805
37
+ name: Recall
38
+ - type: f1
39
  value: 0.9486071085494716
40
+ name: F1
41
+ - type: accuracy
42
  value: 0.9860420020488805
43
+ name: Accuracy
44
  - task:
 
45
  type: token-classification
46
+ name: Token Classification
47
  dataset:
48
  name: RCC-MSU/collection3
49
  type: named-entity-recognition
51
  split: test
52
  args: default
53
  metrics:
54
+ - type: precision
 
55
  value: 0.9419896321895829
56
+ name: Precision
57
+ - type: recall
58
  value: 0.9537615596100975
59
+ name: Recall
60
+ - type: f1
61
  value: 0.947839046199702
62
+ name: F1
63
+ - type: accuracy
64
  value: 0.9847255179564897
65
+ name: Accuracy
66
  ---
67
 
68
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You