jkhan447 commited on
Commit
af45ce6
·
1 Parent(s): 7215db5

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 3.6813
20
- - Accuracy: 0.6288
21
 
22
  ## Model description
23
 
@@ -42,7 +42,7 @@ The following hyperparameters were used during training:
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
- - num_epochs: 20
46
 
47
  ### Training results
48
 
@@ -50,7 +50,7 @@ The following hyperparameters were used during training:
50
 
51
  ### Framework versions
52
 
53
- - Transformers 4.26.1
54
- - Pytorch 1.13.1+cu116
55
- - Datasets 2.10.1
56
- - Tokenizers 0.13.2
 
16
 
17
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 2.4749
20
+ - Accuracy: 0.6708
21
 
22
  ## Model description
23
 
 
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 10
46
 
47
  ### Training results
48
 
 
50
 
51
  ### Framework versions
52
 
53
+ - Transformers 4.27.4
54
+ - Pytorch 2.0.0+cu118
55
+ - Datasets 2.11.0
56
+ - Tokenizers 0.13.3