Marwolaeth commited on
Commit
3ef9b16
1 Parent(s): 56b4552

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -6,6 +6,7 @@ tags:
6
  license: mit
7
  language:
8
  - ru
 
9
  metrics:
10
  - accuracy
11
  - f1
@@ -14,6 +15,29 @@ metrics:
14
  base_model:
15
  - ai-forever/ru-en-RoSBERTa
16
  pipeline_tag: text-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
 
19
  # RoSBERTa-nli-terra-v0
 
6
  license: mit
7
  language:
8
  - ru
9
+ - en
10
  metrics:
11
  - accuracy
12
  - f1
 
15
  base_model:
16
  - ai-forever/ru-en-RoSBERTa
17
  pipeline_tag: text-classification
18
+ model-index:
19
+ - name: rubert-tiny-nli-terra-v0
20
+ results:
21
+ - task:
22
+ type: text-classification
23
+ name: Text Classification
24
+ dataset:
25
+ name: TERRA
26
+ type: NLI
27
+ split: validation
28
+ metrics:
29
+ - type: accuracy
30
+ value: 0.7980456026058632
31
+ name: Accuracy
32
+ - type: f1
33
+ value: 0.7933333333333333
34
+ name: F1
35
+ - type: precision
36
+ value: 0.8095238095238095
37
+ name: Precision
38
+ - type: recall
39
+ value: 0.7777777777777778
40
+ name: Recall
41
  ---
42
 
43
  # RoSBERTa-nli-terra-v0