Commit ·
ef54a38
1
Parent(s): 9a1b550
End of training
Browse files
README.md
CHANGED
|
@@ -3,6 +3,9 @@ license: apache-2.0
|
|
| 3 |
base_model: distilbert-base-uncased
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
| 6 |
model-index:
|
| 7 |
- name: distilbert-sentimentanalysis
|
| 8 |
results: []
|
|
@@ -14,6 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
# distilbert-sentimentanalysis
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
## Model description
|
| 19 |
|
|
@@ -38,7 +45,7 @@ The following hyperparameters were used during training:
|
|
| 38 |
- seed: 42
|
| 39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 40 |
- lr_scheduler_type: linear
|
| 41 |
-
- num_epochs:
|
| 42 |
|
| 43 |
### Training results
|
| 44 |
|
|
|
|
| 3 |
base_model: distilbert-base-uncased
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
+
metrics:
|
| 7 |
+
- f1
|
| 8 |
+
- accuracy
|
| 9 |
model-index:
|
| 10 |
- name: distilbert-sentimentanalysis
|
| 11 |
results: []
|
|
|
|
| 17 |
# distilbert-sentimentanalysis
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
|
| 20 |
+
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 1.9561
|
| 22 |
+
- F1: 0.7795
|
| 23 |
+
- Accuracy: 0.7795
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 45 |
- seed: 42
|
| 46 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 47 |
- lr_scheduler_type: linear
|
| 48 |
+
- num_epochs: 3
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
runs/Nov16_11-53-06_8e85276a167e/events.out.tfevents.1700136323.8e85276a167e.938.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2be29de54ffd3a85fe1d32a0a7cc834f1cb4c91c3934698b70595e7377c5304
|
| 3 |
+
size 457
|