Shunian Chen
commited on
Commit
•
405fa74
1
Parent(s):
0b597a0
update model card README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ model-index:
|
|
20 |
metrics:
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
-
value: 0.
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -30,8 +30,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
30 |
|
31 |
This model was trained from scratch on the yelp_review_full dataset.
|
32 |
It achieves the following results on the evaluation set:
|
33 |
-
- Loss: 0.
|
34 |
-
- Accuracy: 0.
|
35 |
|
36 |
## Model description
|
37 |
|
@@ -56,7 +56,7 @@ The following hyperparameters were used during training:
|
|
56 |
- seed: 42
|
57 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
- lr_scheduler_type: cosine
|
59 |
-
- num_epochs:
|
60 |
|
61 |
### Training results
|
62 |
|
@@ -66,12 +66,13 @@ The following hyperparameters were used during training:
|
|
66 |
| 0.7709 | 2.0 | 81250 | 0.6615 | 0.7877 |
|
67 |
| 0.7141 | 3.0 | 121875 | 0.6712 | 0.7689 |
|
68 |
| 0.6511 | 4.0 | 162500 | 0.6724 | 0.7845 |
|
69 |
-
| 0.6229 | 5.0 | 203125 | 0.
|
|
|
70 |
|
71 |
|
72 |
### Framework versions
|
73 |
|
74 |
- Transformers 4.22.2
|
75 |
- Pytorch 1.12.1+cu102
|
76 |
-
- Datasets 2.
|
77 |
- Tokenizers 0.12.1
|
|
|
20 |
metrics:
|
21 |
- name: Accuracy
|
22 |
type: accuracy
|
23 |
+
value: 0.67086
|
24 |
---
|
25 |
|
26 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
30 |
|
31 |
This model was trained from scratch on the yelp_review_full dataset.
|
32 |
It achieves the following results on the evaluation set:
|
33 |
+
- Loss: 0.8071
|
34 |
+
- Accuracy: 0.6709
|
35 |
|
36 |
## Model description
|
37 |
|
|
|
56 |
- seed: 42
|
57 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
58 |
- lr_scheduler_type: cosine
|
59 |
+
- num_epochs: 6
|
60 |
|
61 |
### Training results
|
62 |
|
|
|
66 |
| 0.7709 | 2.0 | 81250 | 0.6615 | 0.7877 |
|
67 |
| 0.7141 | 3.0 | 121875 | 0.6712 | 0.7689 |
|
68 |
| 0.6511 | 4.0 | 162500 | 0.6724 | 0.7845 |
|
69 |
+
| 0.6229 | 5.0 | 203125 | 0.6719 | 0.8009 |
|
70 |
+
| 0.6036 | 6.0 | 243750 | 0.8071 | 0.6709 |
|
71 |
|
72 |
|
73 |
### Framework versions
|
74 |
|
75 |
- Transformers 4.22.2
|
76 |
- Pytorch 1.12.1+cu102
|
77 |
+
- Datasets 2.6.1
|
78 |
- Tokenizers 0.12.1
|