update model card README.md
Browse files
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:
|
19 |
-
- Accuracy: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -41,15 +41,22 @@ The following hyperparameters were used during training:
|
|
41 |
- seed: 42
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
-
- num_epochs:
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
-
| Training Loss | Epoch | Step
|
49 |
-
|
50 |
-
|
|
51 |
-
|
|
52 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
|
55 |
### 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.4526
|
19 |
+
- Accuracy: 0.9038
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
41 |
- seed: 42
|
42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
- lr_scheduler_type: linear
|
44 |
+
- num_epochs: 10
|
45 |
|
46 |
### Training results
|
47 |
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
49 |
+
|:-------------:|:-----:|:-----:|:---------------:|:--------:|
|
50 |
+
| 0.7258 | 1.0 | 1373 | 0.5835 | 0.8779 |
|
51 |
+
| 0.5861 | 2.0 | 2746 | 0.5315 | 0.8882 |
|
52 |
+
| 0.5478 | 3.0 | 4119 | 0.5053 | 0.8941 |
|
53 |
+
| 0.5338 | 4.0 | 5492 | 0.4929 | 0.8974 |
|
54 |
+
| 0.5045 | 5.0 | 6865 | 0.4836 | 0.8995 |
|
55 |
+
| 0.4958 | 6.0 | 8238 | 0.4662 | 0.9018 |
|
56 |
+
| 0.4821 | 7.0 | 9611 | 0.4561 | 0.9035 |
|
57 |
+
| 0.469 | 8.0 | 10984 | 0.4625 | 0.9034 |
|
58 |
+
| 0.4718 | 9.0 | 12357 | 0.4522 | 0.9048 |
|
59 |
+
| 0.4642 | 10.0 | 13730 | 0.4526 | 0.9038 |
|
60 |
|
61 |
|
62 |
### Framework versions
|