bishnu commited on
Commit
cf22f9b
1 Parent(s): ef49000

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -23,7 +23,7 @@ model-index:
23
  value: 0.87
24
  - name: F1
25
  type: f1
26
- value: 0.8769716088328076
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -33,9 +33,9 @@ should probably proofread and complete it, then remove this comment. -->
33
 
34
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
35
  It achieves the following results on the evaluation set:
36
- - Loss: 0.3348
37
  - Accuracy: 0.87
38
- - F1: 0.8770
39
 
40
  ## Model description
41
 
@@ -55,12 +55,12 @@ More information needed
55
 
56
  The following hyperparameters were used during training:
57
  - learning_rate: 2e-05
58
- - train_batch_size: 16
59
- - eval_batch_size: 16
60
  - seed: 42
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
- - num_epochs: 2
64
 
65
  ### Training results
66
 
@@ -70,5 +70,5 @@ The following hyperparameters were used during training:
70
 
71
  - Transformers 4.17.0
72
  - Pytorch 1.10.0+cu111
73
- - Datasets 1.18.3
74
  - Tokenizers 0.11.6
 
23
  value: 0.87
24
  - name: F1
25
  type: f1
26
+ value: 0.8659793814432989
27
  ---
28
 
29
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
33
 
34
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the imdb dataset.
35
  It achieves the following results on the evaluation set:
36
+ - Loss: 0.4984
37
  - Accuracy: 0.87
38
+ - F1: 0.8660
39
 
40
  ## Model description
41
 
 
55
 
56
  The following hyperparameters were used during training:
57
  - learning_rate: 2e-05
58
+ - train_batch_size: 8
59
+ - eval_batch_size: 8
60
  - seed: 42
61
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
62
  - lr_scheduler_type: linear
63
+ - num_epochs: 4
64
 
65
  ### Training results
66
 
 
70
 
71
  - Transformers 4.17.0
72
  - Pytorch 1.10.0+cu111
73
+ - Datasets 1.18.4
74
  - Tokenizers 0.11.6