intelshashi commited on
Commit
bed3a0b
1 Parent(s): f9153b4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -21,7 +21,7 @@ model-index:
21
  metrics:
22
  - name: F1
23
  type: f1
24
- value: 0.9265160489950139
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
31
 
32
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the imdb dataset.
33
  It achieves the following results on the evaluation set:
34
- - Loss: 0.1906
35
- - F1: 0.9265
36
 
37
  ## Model description
38
 
@@ -63,9 +63,9 @@ The following hyperparameters were used during training:
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | F1 |
65
  |:-------------:|:-----:|:----:|:---------------:|:------:|
66
- | 0.224 | 1.0 | 1563 | 0.1913 | 0.9267 |
67
- | 0.131 | 2.0 | 3126 | 0.1915 | 0.9265 |
68
- | 0.0399 | 3.0 | 4689 | 0.1906 | 0.9265 |
69
 
70
 
71
  ### Framework versions
 
21
  metrics:
22
  - name: F1
23
  type: f1
24
+ value: 0.9167076740946344
25
  ---
26
 
27
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
31
 
32
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the imdb dataset.
33
  It achieves the following results on the evaluation set:
34
+ - Loss: 0.2182
35
+ - F1: 0.9167
36
 
37
  ## Model description
38
 
 
63
 
64
  | Training Loss | Epoch | Step | Validation Loss | F1 |
65
  |:-------------:|:-----:|:----:|:---------------:|:------:|
66
+ | 0.2294 | 1.0 | 1563 | 0.2206 | 0.9148 |
67
+ | 0.1306 | 2.0 | 3126 | 0.2202 | 0.9156 |
68
+ | 0.0256 | 3.0 | 4689 | 0.2182 | 0.9167 |
69
 
70
 
71
  ### Framework versions