update model card README.md
Browse files
README.md
CHANGED
|
@@ -2,12 +2,30 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
|
|
|
|
|
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
- f1
|
| 8 |
model-index:
|
| 9 |
- name: sentiment-model-on-imdb-dataset
|
| 10 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -15,11 +33,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
# sentiment-model-on-imdb-dataset
|
| 17 |
|
| 18 |
-
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on
|
| 19 |
It achieves the following results on the evaluation set:
|
| 20 |
-
- Loss: 0.
|
| 21 |
- Accuracy: 0.85
|
| 22 |
-
- F1: 0.
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -54,4 +72,5 @@ The following hyperparameters were used during training:
|
|
| 54 |
|
| 55 |
- Transformers 4.24.0
|
| 56 |
- Pytorch 1.12.1+cu113
|
|
|
|
| 57 |
- Tokenizers 0.13.2
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
+
datasets:
|
| 6 |
+
- imdb
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
- f1
|
| 10 |
model-index:
|
| 11 |
- name: sentiment-model-on-imdb-dataset
|
| 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: train
|
| 21 |
+
args: plain_text
|
| 22 |
+
metrics:
|
| 23 |
+
- name: Accuracy
|
| 24 |
+
type: accuracy
|
| 25 |
+
value: 0.85
|
| 26 |
+
- name: F1
|
| 27 |
+
type: f1
|
| 28 |
+
value: 0.8543689320388349
|
| 29 |
---
|
| 30 |
|
| 31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 33 |
|
| 34 |
# sentiment-model-on-imdb-dataset
|
| 35 |
|
| 36 |
+
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
|
| 37 |
It achieves the following results on the evaluation set:
|
| 38 |
+
- Loss: 0.3694
|
| 39 |
- Accuracy: 0.85
|
| 40 |
+
- F1: 0.8544
|
| 41 |
|
| 42 |
## Model description
|
| 43 |
|
|
|
|
| 72 |
|
| 73 |
- Transformers 4.24.0
|
| 74 |
- Pytorch 1.12.1+cu113
|
| 75 |
+
- Datasets 2.7.1
|
| 76 |
- Tokenizers 0.13.2
|