HusseinEid commited on
Commit
26f16a3
1 Parent(s): 1320498

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -6,6 +6,13 @@ tags:
6
  model-index:
7
  - name: distilbert-base-uncased-finetuned-imdb
8
  results: []
 
 
 
 
 
 
 
9
  ---
10
 
11
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -19,15 +26,15 @@ It achieves the following results on the evaluation set:
19
 
20
  ## Model description
21
 
22
- More information needed
23
 
24
  ## Intended uses & limitations
25
 
26
- More information needed
27
 
28
  ## Training and evaluation data
29
 
30
- More information needed
31
 
32
  ## Training procedure
33
 
@@ -57,4 +64,4 @@ The following hyperparameters were used during training:
57
  - Transformers 4.40.2
58
  - Pytorch 2.2.1+cu121
59
  - Datasets 2.19.1
60
- - Tokenizers 0.19.1
 
6
  model-index:
7
  - name: distilbert-base-uncased-finetuned-imdb
8
  results: []
9
+ datasets:
10
+ - stanfordnlp/imdb
11
+ language:
12
+ - en
13
+ metrics:
14
+ - perplexity
15
+ library_name: transformers
16
  ---
17
 
18
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
26
 
27
  ## Model description
28
 
29
+ Fine-tuned distilbert for masked language modeling
30
 
31
  ## Intended uses & limitations
32
 
33
+ Open source
34
 
35
  ## Training and evaluation data
36
 
37
+ imdb dataset
38
 
39
  ## Training procedure
40
 
 
64
  - Transformers 4.40.2
65
  - Pytorch 2.2.1+cu121
66
  - Datasets 2.19.1
67
+ - Tokenizers 0.19.1