venkyz9 commited on
Commit
2740945
·
1 Parent(s): 5461acd

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -3,6 +3,8 @@ 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
  results: []
@@ -13,12 +15,12 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # distilbert-base-uncased-finetuned-imdb
15
 
16
- This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
  - eval_loss: 3.0882
19
- - eval_runtime: 393.1782
20
- - eval_samples_per_second: 2.543
21
- - eval_steps_per_second: 0.041
22
  - step: 0
23
 
24
  ## Model description
@@ -50,4 +52,5 @@ The following hyperparameters were used during training:
50
 
51
  - Transformers 4.31.0
52
  - Pytorch 2.0.1+cu118
 
53
  - Tokenizers 0.13.3
 
3
  base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
+ datasets:
7
+ - imdb
8
  model-index:
9
  - name: distilbert-base-uncased-finetuned-imdb
10
  results: []
 
15
 
16
  # distilbert-base-uncased-finetuned-imdb
17
 
18
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
19
  It achieves the following results on the evaluation set:
20
  - eval_loss: 3.0882
21
+ - eval_runtime: 385.1294
22
+ - eval_samples_per_second: 2.597
23
+ - eval_steps_per_second: 0.042
24
  - step: 0
25
 
26
  ## Model description
 
52
 
53
  - Transformers 4.31.0
54
  - Pytorch 2.0.1+cu118
55
+ - Datasets 2.13.1
56
  - Tokenizers 0.13.3