unrndm commited on
Commit
eb6781a
·
verified ·
1 Parent(s): a872dee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -5
README.md CHANGED
@@ -10,16 +10,25 @@ metrics:
10
  - f1
11
  model-index:
12
  - name: frustration-model
13
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
- should probably proofread and complete it, then remove this comment. -->
18
-
19
  # frustration-model
20
 
21
  This model is a fine-tuned version of [ai-forever/ruRoberta-large](https://huggingface.co/ai-forever/ruRoberta-large) on the isa-ras/frustration_dataset dataset.
22
- It achieves the following results on the evaluation set:
23
  - Loss: 1.5925
24
  - Accuracy: 0.7097
25
  - F1: 0.6924
 
10
  - f1
11
  model-index:
12
  - name: frustration-model
13
+ results:
14
+ - task:
15
+ type: text-classification
16
+ dataset:
17
+ name: isa-ras/frustration_dataset
18
+ type: isa-ras/frustration_dataset
19
+ metrics:
20
+ - name: f1 (weighted)
21
+ type: f1
22
+ value: 0.6924
23
+ - name: Accuracy
24
+ type: accuracy
25
+ value: 0.7097
26
  ---
27
 
 
 
 
28
  # frustration-model
29
 
30
  This model is a fine-tuned version of [ai-forever/ruRoberta-large](https://huggingface.co/ai-forever/ruRoberta-large) on the isa-ras/frustration_dataset dataset.
31
+ It achieves the following results on the test set:
32
  - Loss: 1.5925
33
  - Accuracy: 0.7097
34
  - F1: 0.6924