Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,7 @@ metrics:
|
|
7 |
model-index:
|
8 |
- name: gpt2-amazon-sentiment-classifier
|
9 |
results: []
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,9 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
This model was trained from scratch on an unknown dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
-
- Loss: 0.
|
20 |
-
- Accuracy: 0.
|
21 |
-
- F1: 0.
|
22 |
|
23 |
## Model description
|
24 |
|
@@ -54,4 +55,4 @@ The following hyperparameters were used during training:
|
|
54 |
- Transformers 4.39.3
|
55 |
- Pytorch 2.2.1+cu121
|
56 |
- Datasets 2.18.0
|
57 |
-
- Tokenizers 0.15.2
|
|
|
7 |
model-index:
|
8 |
- name: gpt2-amazon-sentiment-classifier
|
9 |
results: []
|
10 |
+
license: mit
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
17 |
|
18 |
This model was trained from scratch on an unknown dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0320
|
21 |
+
- Accuracy: 0.9680
|
22 |
+
- F1: 0.9680
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
55 |
- Transformers 4.39.3
|
56 |
- Pytorch 2.2.1+cu121
|
57 |
- Datasets 2.18.0
|
58 |
+
- Tokenizers 0.15.2
|