Update README.md
Browse files
README.md
CHANGED
|
@@ -5,10 +5,16 @@ base_model: distilbert-base-uncased
|
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
metrics:
|
| 8 |
-
- accuracy
|
|
|
|
|
|
|
| 9 |
model-index:
|
| 10 |
- name: distillbert-imdb
|
| 11 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -55,4 +61,4 @@ The following hyperparameters were used during training:
|
|
| 55 |
- Transformers 4.47.1
|
| 56 |
- Pytorch 2.5.1+cu121
|
| 57 |
- Datasets 3.2.0
|
| 58 |
-
- Tokenizers 0.21.0
|
|
|
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
metrics:
|
| 8 |
+
- name: accuracy
|
| 9 |
+
value: 0.896
|
| 10 |
+
|
| 11 |
model-index:
|
| 12 |
- name: distillbert-imdb
|
| 13 |
results: []
|
| 14 |
+
datasets:
|
| 15 |
+
- stanfordnlp/imdb
|
| 16 |
+
language:
|
| 17 |
+
- en
|
| 18 |
---
|
| 19 |
|
| 20 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 61 |
- Transformers 4.47.1
|
| 62 |
- Pytorch 2.5.1+cu121
|
| 63 |
- Datasets 3.2.0
|
| 64 |
+
- Tokenizers 0.21.0
|