update model card README.md
Browse files
README.md
CHANGED
@@ -4,28 +4,9 @@ tags:
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- imdb
|
7 |
-
metrics:
|
8 |
-
- accuracy
|
9 |
-
- f1
|
10 |
model-index:
|
11 |
- name: finetuning-sentiment-model-25000-samples-BERT
|
12 |
-
results:
|
13 |
-
- task:
|
14 |
-
name: Text Classification
|
15 |
-
type: text-classification
|
16 |
-
dataset:
|
17 |
-
name: imdb
|
18 |
-
type: imdb
|
19 |
-
config: plain_text
|
20 |
-
split: test
|
21 |
-
args: plain_text
|
22 |
-
metrics:
|
23 |
-
- name: Accuracy
|
24 |
-
type: accuracy
|
25 |
-
value: 0.9333333333333333
|
26 |
-
- name: F1
|
27 |
-
type: f1
|
28 |
-
value: 0.9337748344370861
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -35,9 +16,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
35 |
|
36 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the imdb dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
-
-
|
39 |
-
-
|
40 |
-
-
|
|
|
|
|
|
|
|
|
41 |
|
42 |
## Model description
|
43 |
|
@@ -64,10 +49,6 @@ The following hyperparameters were used during training:
|
|
64 |
- lr_scheduler_type: linear
|
65 |
- num_epochs: 2
|
66 |
|
67 |
-
### Training results
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
### Framework versions
|
72 |
|
73 |
- Transformers 4.30.2
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- imdb
|
|
|
|
|
|
|
7 |
model-index:
|
8 |
- name: finetuning-sentiment-model-25000-samples-BERT
|
9 |
+
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
16 |
|
17 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the imdb dataset.
|
18 |
It achieves the following results on the evaluation set:
|
19 |
+
- eval_loss: 0.2154
|
20 |
+
- eval_accuracy: 0.9422
|
21 |
+
- eval_f1: 0.9427
|
22 |
+
- eval_runtime: 823.1435
|
23 |
+
- eval_samples_per_second: 30.371
|
24 |
+
- eval_steps_per_second: 1.899
|
25 |
+
- step: 0
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
49 |
- lr_scheduler_type: linear
|
50 |
- num_epochs: 2
|
51 |
|
|
|
|
|
|
|
|
|
52 |
### Framework versions
|
53 |
|
54 |
- Transformers 4.30.2
|