shreyasdatar commited on
Commit
9f44dc9
1 Parent(s): fa28fa9

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
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,9 +15,9 @@ 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
- - Loss: 2.3854
19
 
20
  ## Model description
21
 
@@ -46,9 +48,9 @@ The following hyperparameters were used during training:
46
 
47
  | Training Loss | Epoch | Step | Validation Loss |
48
  |:-------------:|:-----:|:----:|:---------------:|
49
- | 3.5026 | 1.0 | 3 | 2.6083 |
50
- | 2.974 | 2.0 | 6 | 2.9082 |
51
- | 2.7541 | 3.0 | 9 | 2.5287 |
52
 
53
 
54
  ### Framework versions
 
3
  base_model: distilbert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
+ datasets:
7
+ - tweet_eval
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 tweet_eval dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 3.1620
21
 
22
  ## Model description
23
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss |
50
  |:-------------:|:-----:|:----:|:---------------:|
51
+ | 3.6538 | 1.0 | 149 | 3.3045 |
52
+ | 3.3379 | 2.0 | 298 | 3.1949 |
53
+ | 3.2875 | 3.0 | 447 | 3.1166 |
54
 
55
 
56
  ### Framework versions