mamiksik commited on
Commit
8adf8ec
·
1 Parent(s): 0732489

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.5166
19
- - Accuracy: 0.8940
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.0426643720739023e-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.7655 | 1.0 | 2440 | 0.6519 | 0.8661 |
51
- | 0.6784 | 2.0 | 4880 | 0.5992 | 0.8772 |
52
- | 0.6391 | 3.0 | 7320 | 0.5835 | 0.8811 |
53
- | 0.6067 | 4.0 | 9760 | 0.5530 | 0.8861 |
54
- | 0.5707 | 5.0 | 12200 | 0.5377 | 0.8899 |
55
- | 0.5631 | 6.0 | 14640 | 0.5304 | 0.8911 |
56
- | 0.5632 | 7.0 | 17080 | 0.5317 | 0.8908 |
57
- | 0.5394 | 8.0 | 19520 | 0.5208 | 0.8927 |
58
- | 0.5417 | 9.0 | 21960 | 0.5204 | 0.8925 |
59
- | 0.5419 | 10.0 | 24400 | 0.5166 | 0.8940 |
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.4970
19
+ - Accuracy: 0.8980
20
 
21
  ## Model description
22
 
 
35
  ### Training hyperparameters
36
 
37
  The following hyperparameters were used during training:
38
+ - learning_rate: 3.3128682238257206e-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.7405 | 1.0 | 2440 | 0.6288 | 0.8734 |
51
+ | 0.6564 | 2.0 | 4880 | 0.5823 | 0.8806 |
52
+ | 0.617 | 3.0 | 7320 | 0.5683 | 0.8840 |
53
+ | 0.5824 | 4.0 | 9760 | 0.5393 | 0.8886 |
54
+ | 0.5455 | 5.0 | 12200 | 0.5233 | 0.8923 |
55
+ | 0.5346 | 6.0 | 14640 | 0.5160 | 0.8936 |
56
+ | 0.5315 | 7.0 | 17080 | 0.5139 | 0.8942 |
57
+ | 0.5072 | 8.0 | 19520 | 0.5033 | 0.8960 |
58
+ | 0.5056 | 9.0 | 21960 | 0.5007 | 0.8965 |
59
+ | 0.5046 | 10.0 | 24400 | 0.4970 | 0.8980 |
60
 
61
 
62
  ### Framework versions