yitengm commited on
Commit
ea40923
1 Parent(s): d720451

Training complete

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.0383
21
- - Accuracy: 0.0111
22
 
23
  ## Model description
24
 
@@ -37,7 +37,7 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 5e-05
41
  - train_batch_size: 16
42
  - eval_batch_size: 64
43
  - seed: 42
@@ -49,11 +49,11 @@ The following hyperparameters were used during training:
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
- | No log | 1.0 | 25 | 0.0457 | 0.0 |
53
- | No log | 2.0 | 50 | 0.0425 | 0.0 |
54
- | No log | 3.0 | 75 | 0.0407 | 0.0 |
55
- | No log | 4.0 | 100 | 0.0392 | 0.0164 |
56
- | No log | 5.0 | 125 | 0.0383 | 0.0111 |
57
 
58
 
59
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.0427
21
+ - Accuracy: 0.0
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 2e-05
41
  - train_batch_size: 16
42
  - eval_batch_size: 64
43
  - seed: 42
 
49
 
50
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
51
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
52
+ | No log | 1.0 | 25 | 0.0506 | 0.0 |
53
+ | No log | 2.0 | 50 | 0.0449 | 0.0 |
54
+ | No log | 3.0 | 75 | 0.0435 | 0.0 |
55
+ | No log | 4.0 | 100 | 0.0423 | 0.0 |
56
+ | No log | 5.0 | 125 | 0.0427 | 0.0 |
57
 
58
 
59
  ### Framework versions