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: finetuning-sentiment-model-3000-samples
|
8 |
results: []
|
@@ -14,6 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
# finetuning-sentiment-model-3000-samples
|
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 |
|
|
|
3 |
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
- f1
|
9 |
model-index:
|
10 |
- name: finetuning-sentiment-model-3000-samples
|
11 |
results: []
|
|
|
17 |
# finetuning-sentiment-model-3000-samples
|
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: 0.2528
|
22 |
+
- Accuracy: 0.9177
|
23 |
+
- F1: 0.9190
|
24 |
|
25 |
## Model description
|
26 |
|
runs/Jan13_05-03-00_fc4d55126197/events.out.tfevents.1705124973.fc4d55126197.18080.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92dbe22928b99263acd9d84c8a8f036526fe151475bcac028c742af2c688fc0a
|
3 |
+
size 457
|