andyqin18 commited on
Commit
59f2aa3
·
1 Parent(s): b73cb80

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.0641
18
 
19
  ## Model description
20
 
@@ -45,14 +45,13 @@ The following hyperparameters were used during training:
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
- | No log | 1.0 | 50 | 0.1280 |
49
- | No log | 2.0 | 100 | 0.0829 |
50
- | No log | 3.0 | 150 | 0.0641 |
51
 
52
 
53
  ### Framework versions
54
 
55
  - Transformers 4.28.1
56
  - Pytorch 2.0.0+cu118
57
- - Datasets 2.11.0
58
  - Tokenizers 0.13.3
 
14
 
15
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.0527
18
 
19
  ## Model description
20
 
 
45
 
46
  | Training Loss | Epoch | Step | Validation Loss |
47
  |:-------------:|:-----:|:----:|:---------------:|
48
+ | 0.0881 | 1.0 | 500 | 0.0550 |
49
+ | 0.0452 | 2.0 | 1000 | 0.0503 |
50
+ | 0.0313 | 3.0 | 1500 | 0.0527 |
51
 
52
 
53
  ### Framework versions
54
 
55
  - Transformers 4.28.1
56
  - Pytorch 2.0.0+cu118
 
57
  - Tokenizers 0.13.3