Tirendaz commited on
Commit
e77bf94
1 Parent(s): 23eef38

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: Accuracy
26
  type: accuracy
27
- value: 0.8480300187617261
28
  - name: F1
29
  type: f1
30
- value: 0.8480214592727926
31
  - name: Precision
32
  type: precision
33
- value: 0.8481084411583488
34
  - name: Recall
35
  type: recall
36
- value: 0.8480300187617261
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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the rotten_tomatoes_movie_review dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.4452
47
- - Accuracy: 0.8480
48
- - F1: 0.8480
49
- - Precision: 0.8481
50
- - Recall: 0.8480
51
 
52
  ## Model description
53
 
@@ -78,9 +78,9 @@ The following hyperparameters were used during training:
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
80
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
81
- | No log | 1.0 | 267 | 0.4094 | 0.8246 | 0.8241 | 0.8281 | 0.8246 |
82
- | 0.3518 | 2.0 | 534 | 0.4000 | 0.8508 | 0.8508 | 0.8510 | 0.8508 |
83
- | 0.3518 | 3.0 | 801 | 0.4452 | 0.8480 | 0.8480 | 0.8481 | 0.8480 |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Accuracy
26
  type: accuracy
27
+ value: 0.8395872420262664
28
  - name: F1
29
  type: f1
30
+ value: 0.8395554737965957
31
  - name: Precision
32
  type: precision
33
+ value: 0.8398564101118846
34
  - name: Recall
35
  type: recall
36
+ value: 0.8395872420262664
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 [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the rotten_tomatoes_movie_review dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.4438
47
+ - Accuracy: 0.8396
48
+ - F1: 0.8396
49
+ - Precision: 0.8399
50
+ - Recall: 0.8396
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
80
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
81
+ | No log | 1.0 | 267 | 0.4091 | 0.8236 | 0.8232 | 0.8270 | 0.8236 |
82
+ | 0.3608 | 2.0 | 534 | 0.3945 | 0.8405 | 0.8405 | 0.8406 | 0.8405 |
83
+ | 0.3608 | 3.0 | 801 | 0.4438 | 0.8396 | 0.8396 | 0.8399 | 0.8396 |
84
 
85
 
86
  ### Framework versions