End of training
Browse files- README.md +10 -10
- metrics.json +6 -6
- model.safetensors +1 -1
README.md
CHANGED
@@ -18,9 +18,9 @@ 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:
|
22 |
-
- Accuracy: 0.
|
23 |
-
- F1: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -50,13 +50,13 @@ The following hyperparameters were used during training:
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1
|
54 |
-
|
55 |
-
| No log | 1.0 | 1 | 5.
|
56 |
-
| No log | 2.0 | 2 | 5.
|
57 |
-
| No log | 3.0 | 3 |
|
58 |
-
| No log | 4.0 | 4 |
|
59 |
-
| No log | 5.0 | 5 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
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: 5.0155
|
22 |
+
- Accuracy: 0.0
|
23 |
+
- F1: 0.0
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---:|
|
55 |
+
| No log | 1.0 | 1 | 5.1990 | 0.0 | 0.0 |
|
56 |
+
| No log | 2.0 | 2 | 5.1269 | 0.0 | 0.0 |
|
57 |
+
| No log | 3.0 | 3 | 5.0723 | 0.0 | 0.0 |
|
58 |
+
| No log | 4.0 | 4 | 5.0350 | 0.0 | 0.0 |
|
59 |
+
| No log | 5.0 | 5 | 5.0155 | 0.0 | 0.0 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
metrics.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
-
"eval_loss":
|
3 |
-
"eval_accuracy": 0.
|
4 |
-
"eval_f1": 0.
|
5 |
-
"eval_runtime": 0.
|
6 |
-
"eval_samples_per_second":
|
7 |
-
"eval_steps_per_second":
|
8 |
"epoch": 5.0
|
9 |
}
|
|
|
1 |
{
|
2 |
+
"eval_loss": 5.015538215637207,
|
3 |
+
"eval_accuracy": 0.0,
|
4 |
+
"eval_f1": 0.0,
|
5 |
+
"eval_runtime": 0.197,
|
6 |
+
"eval_samples_per_second": 101.517,
|
7 |
+
"eval_steps_per_second": 5.076,
|
8 |
"epoch": 5.0
|
9 |
}
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 499178808
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59f1d05e1004fcc23016ced106c755d247ab0a5f9df60191e73af05ebd7f4bbf
|
3 |
size 499178808
|