Intradiction
commited on
Commit
·
e3c9423
1
Parent(s):
9441e7c
End of training
Browse files
README.md
CHANGED
@@ -5,9 +5,28 @@ tags:
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- imdb
|
|
|
|
|
|
|
8 |
model-index:
|
9 |
- name: finetuning-sentiment-model-3000-samples
|
10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -16,6 +35,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
# finetuning-sentiment-model-3000-samples
|
17 |
|
18 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
|
|
|
|
|
|
|
|
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -42,6 +65,10 @@ The following hyperparameters were used during training:
|
|
42 |
- lr_scheduler_type: linear
|
43 |
- num_epochs: 2
|
44 |
|
|
|
|
|
|
|
|
|
45 |
### Framework versions
|
46 |
|
47 |
- Transformers 4.35.2
|
|
|
5 |
- generated_from_trainer
|
6 |
datasets:
|
7 |
- imdb
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
+
- f1
|
11 |
model-index:
|
12 |
- name: finetuning-sentiment-model-3000-samples
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Text Classification
|
16 |
+
type: text-classification
|
17 |
+
dataset:
|
18 |
+
name: imdb
|
19 |
+
type: imdb
|
20 |
+
config: plain_text
|
21 |
+
split: test
|
22 |
+
args: plain_text
|
23 |
+
metrics:
|
24 |
+
- name: Accuracy
|
25 |
+
type: accuracy
|
26 |
+
value: 0.8833333333333333
|
27 |
+
- name: F1
|
28 |
+
type: f1
|
29 |
+
value: 0.8852459016393444
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
35 |
# finetuning-sentiment-model-3000-samples
|
36 |
|
37 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
|
38 |
+
It achieves the following results on the evaluation set:
|
39 |
+
- Loss: 0.3289
|
40 |
+
- Accuracy: 0.8833
|
41 |
+
- F1: 0.8852
|
42 |
|
43 |
## Model description
|
44 |
|
|
|
65 |
- lr_scheduler_type: linear
|
66 |
- num_epochs: 2
|
67 |
|
68 |
+
### Training results
|
69 |
+
|
70 |
+
|
71 |
+
|
72 |
### Framework versions
|
73 |
|
74 |
- Transformers 4.35.2
|
runs/Nov21_15-55-37_09c9515811c8/events.out.tfevents.1700582462.09c9515811c8.778.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b2ef4238c6eaec381b948fad6961d78844e542565e1d75340c7a3e3db30577a
|
3 |
+
size 457
|