mamiksik commited on
Commit
77cde5b
·
1 Parent(s): e51a9e1

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.5015
19
- - Accuracy: 0.8968
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: 2.8817627388443496e-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.7432 | 1.0 | 2440 | 0.6306 | 0.8726 |
51
- | 0.6595 | 2.0 | 4880 | 0.5858 | 0.8803 |
52
- | 0.6211 | 3.0 | 7320 | 0.5694 | 0.8834 |
53
- | 0.5869 | 4.0 | 9760 | 0.5399 | 0.8887 |
54
- | 0.551 | 5.0 | 12200 | 0.5253 | 0.8920 |
55
- | 0.5417 | 6.0 | 14640 | 0.5185 | 0.8930 |
56
- | 0.5388 | 7.0 | 17080 | 0.5180 | 0.8935 |
57
- | 0.5149 | 8.0 | 19520 | 0.5064 | 0.8955 |
58
- | 0.5157 | 9.0 | 21960 | 0.5047 | 0.8954 |
59
- | 0.5143 | 10.0 | 24400 | 0.5015 | 0.8968 |
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.5238
19
+ - Accuracy: 0.8925
20
 
21
  ## Model description
22
 
 
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
+ - learning_rate: 1.7636624471082695e-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.7781 | 1.0 | 2440 | 0.6600 | 0.8638 |
51
+ | 0.6881 | 2.0 | 4880 | 0.6070 | 0.8760 |
52
+ | 0.6493 | 3.0 | 7320 | 0.5903 | 0.8794 |
53
+ | 0.6173 | 4.0 | 9760 | 0.5597 | 0.8849 |
54
+ | 0.5803 | 5.0 | 12200 | 0.5430 | 0.8888 |
55
+ | 0.5735 | 6.0 | 14640 | 0.5380 | 0.8891 |
56
+ | 0.575 | 7.0 | 17080 | 0.5392 | 0.8892 |
57
+ | 0.5517 | 8.0 | 19520 | 0.5279 | 0.8912 |
58
+ | 0.5552 | 9.0 | 21960 | 0.5283 | 0.8912 |
59
+ | 0.5542 | 10.0 | 24400 | 0.5238 | 0.8925 |
60
 
61
 
62
  ### Framework versions