update model card README.md
Browse files
README.md
CHANGED
@@ -24,16 +24,16 @@ model-index:
|
|
24 |
metrics:
|
25 |
- name: Accuracy
|
26 |
type: accuracy
|
27 |
-
value: 0.
|
28 |
- name: F1
|
29 |
type: f1
|
30 |
-
value: 0.
|
31 |
- name: Precision
|
32 |
type: precision
|
33 |
-
value: 0.
|
34 |
- name: Recall
|
35 |
type: recall
|
36 |
-
value: 0.
|
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.
|
47 |
-
- Accuracy: 0.
|
48 |
-
- F1: 0.
|
49 |
-
- Precision: 0.
|
50 |
-
- Recall: 0.
|
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.
|
82 |
-
| 0.
|
83 |
-
| 0.
|
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
|