mamiksik commited on
Commit
3d9d665
·
1 Parent(s): 6fff59f

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -15,8 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [microsoft/codebert-base-mlm](https://huggingface.co/microsoft/codebert-base-mlm) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.5290
19
- - Accuracy: 0.8915
20
 
21
  ## Model description
22
 
@@ -35,7 +35,7 @@ More information needed
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
- - learning_rate: 1.5976438070551606e-05
39
  - train_batch_size: 8
40
  - eval_batch_size: 8
41
  - seed: 42
@@ -47,16 +47,16 @@ The following hyperparameters were used during training:
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
49
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
50
- | 0.7853 | 1.0 | 2440 | 0.6664 | 0.8623 |
51
- | 0.6944 | 2.0 | 4880 | 0.6114 | 0.8755 |
52
- | 0.655 | 3.0 | 7320 | 0.5952 | 0.8788 |
53
- | 0.6223 | 4.0 | 9760 | 0.5625 | 0.8841 |
54
- | 0.5873 | 5.0 | 12200 | 0.5486 | 0.8874 |
55
- | 0.5801 | 6.0 | 14640 | 0.5411 | 0.8887 |
56
- | 0.5817 | 7.0 | 17080 | 0.5430 | 0.8889 |
57
- | 0.559 | 8.0 | 19520 | 0.5326 | 0.8899 |
58
- | 0.5624 | 9.0 | 21960 | 0.5325 | 0.8903 |
59
- | 0.5613 | 10.0 | 24400 | 0.5290 | 0.8915 |
60
 
61
 
62
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [microsoft/codebert-base-mlm](https://huggingface.co/microsoft/codebert-base-mlm) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.5256
19
+ - Accuracy: 0.8924
20
 
21
  ## Model description
22
 
 
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
+ - learning_rate: 1.6938444694890367e-05
39
  - train_batch_size: 8
40
  - eval_batch_size: 8
41
  - seed: 42
 
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
49
  |:-------------:|:-----:|:-----:|:---------------:|:--------:|
50
+ | 0.7816 | 1.0 | 2440 | 0.6604 | 0.8650 |
51
+ | 0.6888 | 2.0 | 4880 | 0.6062 | 0.8771 |
52
+ | 0.6499 | 3.0 | 7320 | 0.5908 | 0.8798 |
53
+ | 0.6186 | 4.0 | 9760 | 0.5603 | 0.8847 |
54
+ | 0.5839 | 5.0 | 12200 | 0.5449 | 0.8884 |
55
+ | 0.5767 | 6.0 | 14640 | 0.5387 | 0.8890 |
56
+ | 0.5776 | 7.0 | 17080 | 0.5394 | 0.8895 |
57
+ | 0.5549 | 8.0 | 19520 | 0.5292 | 0.8912 |
58
+ | 0.5582 | 9.0 | 21960 | 0.5294 | 0.8908 |
59
+ | 0.5566 | 10.0 | 24400 | 0.5256 | 0.8924 |
60
 
61
 
62
  ### Framework versions