Tirendaz commited on
Commit
1b96200
1 Parent(s): 3dd2150

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.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,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.4438
47
- - Accuracy: 0.8396
48
- - F1: 0.8396
49
- - Precision: 0.8399
50
- - Recall: 0.8396
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.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
 
24
  metrics:
25
  - name: Accuracy
26
  type: accuracy
27
+ value: 0.8433395872420263
28
  - name: F1
29
  type: f1
30
+ value: 0.8433361406139583
31
  - name: Precision
32
  type: precision
33
+ value: 0.8433698039878337
34
  - name: Recall
35
  type: recall
36
+ value: 0.8433395872420263
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.4418
47
+ - Accuracy: 0.8433
48
+ - F1: 0.8433
49
+ - Precision: 0.8434
50
+ - Recall: 0.8433
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.3990 | 0.8246 | 0.8243 | 0.8269 | 0.8246 |
82
+ | 0.3534 | 2.0 | 534 | 0.3951 | 0.8452 | 0.8452 | 0.8452 | 0.8452 |
83
+ | 0.3534 | 3.0 | 801 | 0.4418 | 0.8433 | 0.8433 | 0.8434 | 0.8433 |
84
 
85
 
86
  ### Framework versions