update model card README.md
Browse files
README.md
CHANGED
@@ -21,16 +21,16 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
-
value: 0.
|
25 |
- name: F1
|
26 |
type: f1
|
27 |
-
value: 0.
|
28 |
- name: Precision
|
29 |
type: precision
|
30 |
-
value: 0.
|
31 |
- name: Recall
|
32 |
type: recall
|
33 |
-
value: 0.
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -40,11 +40,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
40 |
|
41 |
This model is a fine-tuned version of [mrm8488/electricidad-base-generator](https://huggingface.co/mrm8488/electricidad-base-generator) on the amazon_reviews_multi dataset.
|
42 |
It achieves the following results on the evaluation set:
|
43 |
-
-
|
44 |
-
-
|
45 |
-
-
|
46 |
-
- Precision: 0.
|
47 |
-
- Recall: 0.
|
48 |
|
49 |
## Model description
|
50 |
|
@@ -69,7 +69,7 @@ The following hyperparameters were used during training:
|
|
69 |
- seed: 42
|
70 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
71 |
- lr_scheduler_type: linear
|
72 |
-
- num_epochs:
|
73 |
|
74 |
### Training results
|
75 |
|
@@ -78,6 +78,8 @@ The following hyperparameters were used during training:
|
|
78 |
| 0.5135 | 1.0 | 1000 | 0.4886 | 0.4929 | 1.6580 | 0.5077 | 0.4886 |
|
79 |
| 0.4138 | 2.0 | 2000 | 0.5044 | 0.5093 | 1.7951 | 0.5183 | 0.5044 |
|
80 |
| 0.4244 | 3.0 | 3000 | 0.5022 | 0.5068 | 1.8108 | 0.5141 | 0.5022 |
|
|
|
|
|
81 |
|
82 |
|
83 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: Accuracy
|
23 |
type: accuracy
|
24 |
+
value: 0.5024
|
25 |
- name: F1
|
26 |
type: f1
|
27 |
+
value: 0.5063190059782597
|
28 |
- name: Precision
|
29 |
type: precision
|
30 |
+
value: 0.5121183330982292
|
31 |
- name: Recall
|
32 |
type: recall
|
33 |
+
value: 0.5024
|
34 |
---
|
35 |
|
36 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
40 |
|
41 |
This model is a fine-tuned version of [mrm8488/electricidad-base-generator](https://huggingface.co/mrm8488/electricidad-base-generator) on the amazon_reviews_multi dataset.
|
42 |
It achieves the following results on the evaluation set:
|
43 |
+
- Loss: 1.8030
|
44 |
+
- Accuracy: 0.5024
|
45 |
+
- F1: 0.5063
|
46 |
+
- Precision: 0.5121
|
47 |
+
- Recall: 0.5024
|
48 |
|
49 |
## Model description
|
50 |
|
|
|
69 |
- seed: 42
|
70 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
71 |
- lr_scheduler_type: linear
|
72 |
+
- num_epochs: 7
|
73 |
|
74 |
### Training results
|
75 |
|
|
|
78 |
| 0.5135 | 1.0 | 1000 | 0.4886 | 0.4929 | 1.6580 | 0.5077 | 0.4886 |
|
79 |
| 0.4138 | 2.0 | 2000 | 0.5044 | 0.5093 | 1.7951 | 0.5183 | 0.5044 |
|
80 |
| 0.4244 | 3.0 | 3000 | 0.5022 | 0.5068 | 1.8108 | 0.5141 | 0.5022 |
|
81 |
+
| 0.4231 | 6.0 | 6000 | 1.7636 | 0.4972 | 0.5018 | 0.5092 | 0.4972 |
|
82 |
+
| 0.3574 | 7.0 | 7000 | 1.8030 | 0.5024 | 0.5063 | 0.5121 | 0.5024 |
|
83 |
|
84 |
|
85 |
### Framework versions
|