End of training
Browse files- README.md +11 -7
- emissions.csv +1 -1
- metrics.json +7 -7
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 |
|
@@ -40,19 +40,23 @@ More information needed
|
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
- learning_rate: 3e-05
|
43 |
-
- train_batch_size:
|
44 |
-
- eval_batch_size:
|
45 |
- seed: 42
|
46 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
47 |
- lr_scheduler_type: linear
|
48 |
-
- num_epochs:
|
49 |
- label_smoothing_factor: 0.1
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
55 |
-
| 4.
|
|
|
|
|
|
|
|
|
56 |
|
57 |
|
58 |
### 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: 3.4697
|
22 |
+
- Accuracy: 0.4535
|
23 |
+
- F1: 0.0330
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
40 |
|
41 |
The following hyperparameters were used during training:
|
42 |
- learning_rate: 3e-05
|
43 |
+
- train_batch_size: 40
|
44 |
+
- eval_batch_size: 40
|
45 |
- seed: 42
|
46 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
47 |
- lr_scheduler_type: linear
|
48 |
+
- num_epochs: 5
|
49 |
- label_smoothing_factor: 0.1
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
55 |
+
| 4.6623 | 1.0 | 20 | 4.0312 | 0.3023 | 0.0122 |
|
56 |
+
| 4.1733 | 2.0 | 40 | 3.9241 | 0.3721 | 0.0265 |
|
57 |
+
| 4.0474 | 3.0 | 60 | 3.8249 | 0.4419 | 0.0324 |
|
58 |
+
| 3.8755 | 4.0 | 80 | 3.5504 | 0.4651 | 0.0357 |
|
59 |
+
| 3.6768 | 5.0 | 100 | 3.4697 | 0.4535 | 0.0330 |
|
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-11T10:14:28,codecarbon,d2500f10-db48-48f0-93da-6c6855365939,5b0fa12a-3dd7-45bb-9766-cc326314d9f1,61.5074503980577,0.001099743166948356,1.787983666744678e-05,42.5,383.1514374431581,94.34468364715576,0.0007257662079355215,0.008110773433116947,0.0016110361163205477,0.010447575757373017,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":
|
9 |
}
|
|
|
1 |
{
|
2 |
+
"eval_loss": 3.4697318077087402,
|
3 |
+
"eval_accuracy": 0.45348837209302323,
|
4 |
+
"eval_f1": 0.03298874813820767,
|
5 |
+
"eval_runtime": 0.294,
|
6 |
+
"eval_samples_per_second": 292.517,
|
7 |
+
"eval_steps_per_second": 10.204,
|
8 |
+
"epoch": 5.0
|
9 |
}
|