rasyosef commited on
Commit
5669389
·
verified ·
1 Parent(s): ffa24fe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -17
README.md CHANGED
@@ -6,28 +6,24 @@ tags:
6
  model-index:
7
  - name: bert-mini-domain-adapted-imdb
8
  results: []
 
 
 
 
 
 
 
 
 
 
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. -->
13
-
14
  # bert-mini-domain-adapted-imdb
15
 
16
- This model is a fine-tuned version of [prajjwal1/bert-mini](https://huggingface.co/prajjwal1/bert-mini) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
  - Loss: 2.7667
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 +53,4 @@ The following hyperparameters were used during training:
57
  - Transformers 4.37.2
58
  - Pytorch 2.1.0+cu121
59
  - Datasets 2.17.1
60
- - Tokenizers 0.15.2
 
6
  model-index:
7
  - name: bert-mini-domain-adapted-imdb
8
  results: []
9
+ datasets:
10
+ - imdb
11
+ language:
12
+ - en
13
+ metrics:
14
+ - perplexity
15
+ pipeline_tag: fill-mask
16
+ widget:
17
+ - text: This is a great [MASK].
18
+ example_title: Example
19
  ---
20
 
 
 
 
21
  # bert-mini-domain-adapted-imdb
22
 
23
+ This model is a fine-tuned version of [prajjwal1/bert-mini](https://huggingface.co/prajjwal1/bert-mini) on [imdb](https://huggingface.co/datasets/imdb) movie reviews dataset.
24
  It achieves the following results on the evaluation set:
25
  - Loss: 2.7667
26
+ - Perplexity: 15.91
 
 
 
 
 
 
 
 
 
 
 
27
 
28
  ## Training procedure
29
 
 
53
  - Transformers 4.37.2
54
  - Pytorch 2.1.0+cu121
55
  - Datasets 2.17.1
56
+ - Tokenizers 0.15.2