tuhanasinan
commited on
Commit
•
11e0710
1
Parent(s):
a93e1e1
Training completed!
Browse files
README.md
CHANGED
@@ -9,8 +9,6 @@ metrics:
|
|
9 |
model-index:
|
10 |
- name: go-emotions-distilbert-pytorch
|
11 |
results: []
|
12 |
-
datasets:
|
13 |
-
- google-research-datasets/go_emotions
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -18,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# go-emotions-distilbert-pytorch
|
20 |
|
21 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 1.
|
24 |
-
- Accuracy: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -52,8 +50,8 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
55 |
-
| No log | 1.0 | 284 | 1.
|
56 |
-
| 1.
|
57 |
|
58 |
|
59 |
### Framework versions
|
@@ -61,4 +59,4 @@ The following hyperparameters were used during training:
|
|
61 |
- Transformers 4.45.1
|
62 |
- Pytorch 2.4.0
|
63 |
- Datasets 3.0.1
|
64 |
-
- Tokenizers 0.20.0
|
|
|
9 |
model-index:
|
10 |
- name: go-emotions-distilbert-pytorch
|
11 |
results: []
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
16 |
|
17 |
# go-emotions-distilbert-pytorch
|
18 |
|
19 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 1.2948
|
22 |
+
- Accuracy: 0.6227
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
53 |
+
| No log | 1.0 | 284 | 1.3549 | 0.6181 |
|
54 |
+
| 1.5732 | 2.0 | 568 | 1.2948 | 0.6227 |
|
55 |
|
56 |
|
57 |
### Framework versions
|
|
|
59 |
- Transformers 4.45.1
|
60 |
- Pytorch 2.4.0
|
61 |
- Datasets 3.0.1
|
62 |
+
- Tokenizers 0.20.0
|