Hemg commited on
Commit
0e59d8f
·
verified ·
1 Parent(s): 1ca2bb7

Model save

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.0190
22
- - Accuracy: 0.9975
23
 
24
  ## Model description
25
 
@@ -38,7 +38,7 @@ More information needed
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
- - learning_rate: 0.0001
42
  - train_batch_size: 8
43
  - eval_batch_size: 8
44
  - seed: 42
@@ -52,8 +52,8 @@ The following hyperparameters were used during training:
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:------:|:----:|:---------------:|:--------:|
55
- | No log | 0.9979 | 234 | 0.0264 | 0.9949 |
56
- | No log | 1.9957 | 468 | 0.0190 | 0.9975 |
57
 
58
 
59
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.0003
22
+ - Accuracy: 1.0
23
 
24
  ## Model description
25
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - learning_rate: 0.0002
42
  - train_batch_size: 8
43
  - eval_batch_size: 8
44
  - seed: 42
 
52
 
53
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
  |:-------------:|:------:|:----:|:---------------:|:--------:|
55
+ | No log | 0.9966 | 222 | 0.0194 | 0.9973 |
56
+ | No log | 1.9933 | 444 | 0.0003 | 1.0 |
57
 
58
 
59
  ### Framework versions