aimarsg commited on
Commit
e1ccf74
1 Parent(s): 4653f72

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.5184780231795321
28
  - name: Recall
29
  type: recall
30
- value: 0.5445567294441892
31
  - name: F1
32
  type: f1
33
- value: 0.5311974907583735
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.8905679788803479
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 [bert-base-cased](https://huggingface.co/bert-base-cased) on the xglue dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.8429
47
- - Precision: 0.5185
48
- - Recall: 0.5446
49
- - F1: 0.5312
50
- - Accuracy: 0.8906
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.0782 | 1.0 | 1756 | 0.6432 | 0.4982 | 0.5420 | 0.5192 | 0.8972 |
82
- | 0.039 | 2.0 | 3512 | 0.7474 | 0.4994 | 0.5496 | 0.5233 | 0.8908 |
83
- | 0.0189 | 3.0 | 5268 | 0.8429 | 0.5185 | 0.5446 | 0.5312 | 0.8906 |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.6037969459347916
28
  - name: Recall
29
  type: recall
30
+ value: 0.6720257234726688
31
  - name: F1
32
  type: f1
33
+ value: 0.6360869565217391
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9488508424567125
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 [bert-base-cased](https://huggingface.co/bert-base-cased) on the xglue dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.2202
47
+ - Precision: 0.6038
48
+ - Recall: 0.6720
49
+ - F1: 0.6361
50
+ - Accuracy: 0.9489
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | No log | 1.0 | 191 | 0.2359 | 0.5659 | 0.6309 | 0.5967 | 0.9397 |
82
+ | No log | 2.0 | 382 | 0.2136 | 0.5754 | 0.6681 | 0.6183 | 0.9464 |
83
+ | 0.1605 | 3.0 | 573 | 0.2202 | 0.6038 | 0.6720 | 0.6361 | 0.9489 |
84
 
85
 
86
  ### Framework versions