Update README.md
Browse files
README.md
CHANGED
@@ -3,10 +3,26 @@ license: apache-2.0
|
|
3 |
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
-
- name: distilbert-base-uncased-finetuned-imdb
|
8 |
-
|
9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
should probably proofread and complete it, then remove this comment. -->
|
@@ -57,4 +73,4 @@ The following hyperparameters were used during training:
|
|
57 |
- Transformers 4.42.4
|
58 |
- Pytorch 2.4.0+cu121
|
59 |
- Datasets 2.21.0
|
60 |
-
- Tokenizers 0.19.1
|
|
|
3 |
base_model: distilbert-base-uncased
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- stanfordnlp/imdb
|
8 |
+
metrics:
|
9 |
+
- perplexity
|
10 |
model-index:
|
11 |
+
- name: test-distilbert-base-uncased-finetuned-imdb
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Masked Language Modeling
|
15 |
+
type: fill-mask
|
16 |
+
dataset:
|
17 |
+
name: imdb
|
18 |
+
type: kde4
|
19 |
+
args: fill-mask
|
20 |
+
metrics:
|
21 |
+
- name: perplexity
|
22 |
+
type: perplexity
|
23 |
+
value: 12.05
|
24 |
+
|
25 |
+
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
28 |
should probably proofread and complete it, then remove this comment. -->
|
|
|
73 |
- Transformers 4.42.4
|
74 |
- Pytorch 2.4.0+cu121
|
75 |
- Datasets 2.21.0
|
76 |
+
- Tokenizers 0.19.1
|