alexjercan
commited on
Commit
·
72e54a6
1
Parent(s):
630c2ea
update model card README.md
Browse files
README.md
CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/codebert-base](https://huggingface.co/microsoft/codebert-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Precision: 0.
|
23 |
-
- Recall: 0.
|
24 |
-
- F1: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -48,7 +48,7 @@ The following hyperparameters were used during training:
|
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
- lr_scheduler_warmup_steps: 500
|
51 |
-
- num_epochs:
|
52 |
|
53 |
### Training results
|
54 |
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/codebert-base](https://huggingface.co/microsoft/codebert-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.5217
|
22 |
+
- Precision: 0.6942
|
23 |
+
- Recall: 0.0940
|
24 |
+
- F1: 0.1656
|
25 |
+
- Accuracy: 0.7714
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
- lr_scheduler_warmup_steps: 500
|
51 |
+
- num_epochs: 1
|
52 |
|
53 |
### Training results
|
54 |
|