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: 1.
|
19 |
-
- Accuracy: 0.
|
20 |
|
21 |
## Model description
|
22 |
|
@@ -47,9 +47,9 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
50 |
-
| No log | 1.0 | 19 | 1.
|
51 |
-
| No log | 2.0 | 38 | 1.
|
52 |
-
| No log | 3.0 | 57 | 1.
|
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: 1.6746
|
19 |
+
- Accuracy: 0.7681
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
50 |
+
| No log | 1.0 | 19 | 1.8589 | 0.7579 |
|
51 |
+
| No log | 2.0 | 38 | 1.7097 | 0.7644 |
|
52 |
+
| No log | 3.0 | 57 | 1.6746 | 0.7681 |
|
53 |
|
54 |
|
55 |
### Framework versions
|