chunwoolee0 commited on
Commit
52e1da2
1 Parent(s): 9006e4d

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Precision
26
  type: precision
27
- value: 0.7949828178694158
28
  - name: Recall
29
  type: recall
30
- value: 0.8113207547169812
31
  - name: F1
32
  type: f1
33
- value: 0.8030686985802062
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9595964075839893
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -43,11 +43,11 @@ should probably proofread and complete it, then remove this comment. -->
43
 
44
  This model is a fine-tuned version of [klue/roberta-base](https://huggingface.co/klue/roberta-base) on the klue dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.1434
47
- - Precision: 0.7950
48
- - Recall: 0.8113
49
- - F1: 0.8031
50
- - Accuracy: 0.9596
51
 
52
  ## Model description
53
 
@@ -78,9 +78,9 @@ The following hyperparameters were used during training:
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
- | 0.1526 | 1.0 | 2626 | 0.1732 | 0.7105 | 0.7480 | 0.7288 | 0.9450 |
82
- | 0.1019 | 2.0 | 5252 | 0.1395 | 0.7717 | 0.7894 | 0.7804 | 0.9566 |
83
- | 0.0728 | 3.0 | 7878 | 0.1434 | 0.7950 | 0.8113 | 0.8031 | 0.9596 |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.9545986426398315
28
  - name: Recall
29
  type: recall
30
+ value: 0.9557169634489222
31
  - name: F1
32
  type: f1
33
+ value: 0.955157475705421
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9883703228112445
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
43
 
44
  This model is a fine-tuned version of [klue/roberta-base](https://huggingface.co/klue/roberta-base) on the klue dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.0487
47
+ - Precision: 0.9546
48
+ - Recall: 0.9557
49
+ - F1: 0.9552
50
+ - Accuracy: 0.9884
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | 0.0449 | 1.0 | 2626 | 0.0601 | 0.9361 | 0.9176 | 0.9267 | 0.9830 |
82
+ | 0.0262 | 2.0 | 5252 | 0.0469 | 0.9484 | 0.9510 | 0.9497 | 0.9874 |
83
+ | 0.0144 | 3.0 | 7878 | 0.0487 | 0.9546 | 0.9557 | 0.9552 | 0.9884 |
84
 
85
 
86
  ### Framework versions