End of training
Browse files- README.md +8 -8
- emissions.csv +1 -1
- 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/graphcodebert-base](https://huggingface.co/microsoft/graphcodebert-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 |
|
@@ -52,11 +52,11 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
55 |
-
|
|
56 |
-
|
|
57 |
-
|
|
58 |
-
|
|
59 |
-
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [microsoft/graphcodebert-base](https://huggingface.co/microsoft/graphcodebert-base) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 4.8358
|
22 |
+
- Accuracy: 0.25
|
23 |
+
- F1: 0.0679
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
55 |
+
| No log | 1.0 | 1 | 5.1228 | 0.15 | 0.0789 |
|
56 |
+
| No log | 2.0 | 2 | 5.0219 | 0.15 | 0.0160 |
|
57 |
+
| No log | 3.0 | 3 | 4.9351 | 0.15 | 0.0163 |
|
58 |
+
| No log | 4.0 | 4 | 4.8705 | 0.25 | 0.0679 |
|
59 |
+
| No log | 5.0 | 5 | 4.8358 | 0.25 | 0.0679 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
emissions.csv
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
timestamp,project_name,run_id,experiment_id,duration,emissions,emissions_rate,cpu_power,gpu_power,ram_power,cpu_energy,gpu_energy,ram_energy,energy_consumed,country_name,country_iso_code,region,cloud_provider,cloud_region,os,python_version,codecarbon_version,cpu_count,cpu_model,gpu_count,gpu_model,longitude,latitude,ram_total_size,tracking_mode,on_cloud,pue
|
2 |
-
2025-08-
|
|
|
1 |
timestamp,project_name,run_id,experiment_id,duration,emissions,emissions_rate,cpu_power,gpu_power,ram_power,cpu_energy,gpu_energy,ram_energy,energy_consumed,country_name,country_iso_code,region,cloud_provider,cloud_region,os,python_version,codecarbon_version,cpu_count,cpu_model,gpu_count,gpu_model,longitude,latitude,ram_total_size,tracking_mode,on_cloud,pue
|
2 |
+
2025-08-11T13:39:33,codecarbon,01f9bae2-2754-40dd-abd7-6628c4f04dcc,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,13.168634534813464,0.00019844903695297192,1.5069826444673444e-05,42.5,378.892651555588,94.34468364715576,0.00015535850237033123,0.0013850438857900826,0.0003448662907958376,0.0018852686789562515,Luxembourg,LUX,luxembourg,,,Linux-6.8.0-60-generic-x86_64-with-glibc2.39,3.12.3,2.8.4,64,AMD EPYC 9124 16-Core Processor,2,2 x NVIDIA L40S,6.1294,49.6113,251.58582305908203,machine,N,1.0
|
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": 4.835766792297363,
|
3 |
+
"eval_accuracy": 0.25,
|
4 |
+
"eval_f1": 0.06785714285714287,
|
5 |
+
"eval_runtime": 0.103,
|
6 |
+
"eval_samples_per_second": 194.189,
|
7 |
+
"eval_steps_per_second": 9.709,
|
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:b18ee622fa9824dc712a802fb7a7ff04506c4ffb2bdae8277e074b4c1d11b77e
|
3 |
size 499178808
|