ILC-CNR/gs-aristoBERTo
Browse files- .ipynb_checkpoints/README-checkpoint.md +67 -0
- README.md +3 -3
- all_results.json +4 -4
- eval_results.json +4 -4
- train_results.json +5 -6
- trainer_state.json +24 -0
.ipynb_checkpoints/README-checkpoint.md
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
base_model: Jacobo/aristoBERTo
|
| 4 |
+
tags:
|
| 5 |
+
- generated_from_trainer
|
| 6 |
+
model-index:
|
| 7 |
+
- name: model-checkpoints
|
| 8 |
+
results: []
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 12 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 13 |
+
|
| 14 |
+
# model-checkpoints
|
| 15 |
+
|
| 16 |
+
This model is a fine-tuned version of [Jacobo/aristoBERTo](https://huggingface.co/Jacobo/aristoBERTo) on an unknown dataset.
|
| 17 |
+
It achieves the following results on the evaluation set:
|
| 18 |
+
- Loss: 1.9964
|
| 19 |
+
|
| 20 |
+
## Model description
|
| 21 |
+
|
| 22 |
+
More information needed
|
| 23 |
+
|
| 24 |
+
## Intended uses & limitations
|
| 25 |
+
|
| 26 |
+
More information needed
|
| 27 |
+
|
| 28 |
+
## Training and evaluation data
|
| 29 |
+
|
| 30 |
+
More information needed
|
| 31 |
+
|
| 32 |
+
## Training procedure
|
| 33 |
+
|
| 34 |
+
### Training hyperparameters
|
| 35 |
+
|
| 36 |
+
The following hyperparameters were used during training:
|
| 37 |
+
- learning_rate: 5e-05
|
| 38 |
+
- train_batch_size: 16
|
| 39 |
+
- eval_batch_size: 16
|
| 40 |
+
- seed: 42
|
| 41 |
+
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 42 |
+
- lr_scheduler_type: linear
|
| 43 |
+
- num_epochs: 10
|
| 44 |
+
- mixed_precision_training: Native AMP
|
| 45 |
+
|
| 46 |
+
### Training results
|
| 47 |
+
|
| 48 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
| 49 |
+
|:-------------:|:-----:|:-----:|:---------------:|
|
| 50 |
+
| 2.9782 | 1.0 | 5617 | 2.5919 |
|
| 51 |
+
| 2.5711 | 2.0 | 11234 | 2.4118 |
|
| 52 |
+
| 2.4112 | 3.0 | 16851 | 2.3027 |
|
| 53 |
+
| 2.2997 | 4.0 | 22468 | 2.2044 |
|
| 54 |
+
| 2.2077 | 5.0 | 28085 | 2.1578 |
|
| 55 |
+
| 2.1414 | 6.0 | 33702 | 2.1075 |
|
| 56 |
+
| 2.0819 | 7.0 | 39319 | 2.0618 |
|
| 57 |
+
| 2.0388 | 8.0 | 44936 | 2.0305 |
|
| 58 |
+
| 2.0048 | 9.0 | 50553 | 2.0053 |
|
| 59 |
+
| 1.9773 | 10.0 | 56170 | 2.0138 |
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
### Framework versions
|
| 63 |
+
|
| 64 |
+
- Transformers 4.50.3
|
| 65 |
+
- Pytorch 2.6.0+cu124
|
| 66 |
+
- Datasets 3.5.0
|
| 67 |
+
- Tokenizers 0.21.1
|
README.md
CHANGED
|
@@ -4,18 +4,18 @@ base_model: Jacobo/aristoBERTo
|
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
model-index:
|
| 7 |
-
- name:
|
| 8 |
results: []
|
| 9 |
---
|
| 10 |
|
| 11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 12 |
should probably proofread and complete it, then remove this comment. -->
|
| 13 |
|
| 14 |
-
#
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [Jacobo/aristoBERTo](https://huggingface.co/Jacobo/aristoBERTo) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
-
- Loss:
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
|
|
|
| 4 |
tags:
|
| 5 |
- generated_from_trainer
|
| 6 |
model-index:
|
| 7 |
+
- name: model-checkpoints
|
| 8 |
results: []
|
| 9 |
---
|
| 10 |
|
| 11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 12 |
should probably proofread and complete it, then remove this comment. -->
|
| 13 |
|
| 14 |
+
# model-checkpoints
|
| 15 |
|
| 16 |
This model is a fine-tuned version of [Jacobo/aristoBERTo](https://huggingface.co/Jacobo/aristoBERTo) on an unknown dataset.
|
| 17 |
It achieves the following results on the evaluation set:
|
| 18 |
+
- Loss: 2.0134
|
| 19 |
|
| 20 |
## Model description
|
| 21 |
|
all_results.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"epoch": 10.0,
|
| 3 |
-
"eval_loss":
|
| 4 |
-
"eval_runtime": 19.
|
| 5 |
-
"eval_samples_per_second":
|
| 6 |
-
"eval_steps_per_second": 31.
|
| 7 |
"step": 56170,
|
| 8 |
"total_flos": 2.956997406572544e+16,
|
| 9 |
"train_loss": 2.2712038545097473,
|
|
|
|
| 1 |
{
|
| 2 |
"epoch": 10.0,
|
| 3 |
+
"eval_loss": 2.0134475231170654,
|
| 4 |
+
"eval_runtime": 19.8825,
|
| 5 |
+
"eval_samples_per_second": 500.238,
|
| 6 |
+
"eval_steps_per_second": 31.284,
|
| 7 |
"step": 56170,
|
| 8 |
"total_flos": 2.956997406572544e+16,
|
| 9 |
"train_loss": 2.2712038545097473,
|
eval_results.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"epoch": 10.0,
|
| 3 |
-
"eval_loss":
|
| 4 |
-
"eval_runtime": 19.
|
| 5 |
-
"eval_samples_per_second":
|
| 6 |
-
"eval_steps_per_second": 31.
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"epoch": 10.0,
|
| 3 |
+
"eval_loss": 2.0134475231170654,
|
| 4 |
+
"eval_runtime": 19.8825,
|
| 5 |
+
"eval_samples_per_second": 500.238,
|
| 6 |
+
"eval_steps_per_second": 31.284
|
| 7 |
}
|
train_results.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"epoch": 10.0,
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"train_steps_per_second": 9.058
|
| 9 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"epoch": 10.0,
|
| 3 |
+
"eval_loss": 2.044799327850342,
|
| 4 |
+
"eval_runtime": 19.8691,
|
| 5 |
+
"eval_samples_per_second": 500.576,
|
| 6 |
+
"eval_steps_per_second": 31.305,
|
| 7 |
+
"step": 56170
|
|
|
|
| 8 |
}
|
trainer_state.json
CHANGED
|
@@ -175,6 +175,30 @@
|
|
| 175 |
"eval_samples_per_second": 504.035,
|
| 176 |
"eval_steps_per_second": 31.521,
|
| 177 |
"step": 56170
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 178 |
}
|
| 179 |
],
|
| 180 |
"logging_steps": 500,
|
|
|
|
| 175 |
"eval_samples_per_second": 504.035,
|
| 176 |
"eval_steps_per_second": 31.521,
|
| 177 |
"step": 56170
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 10.0,
|
| 181 |
+
"eval_loss": 1.996718406677246,
|
| 182 |
+
"eval_runtime": 20.2309,
|
| 183 |
+
"eval_samples_per_second": 491.623,
|
| 184 |
+
"eval_steps_per_second": 30.745,
|
| 185 |
+
"step": 56170
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"epoch": 10.0,
|
| 189 |
+
"eval_loss": 2.044799327850342,
|
| 190 |
+
"eval_runtime": 19.8691,
|
| 191 |
+
"eval_samples_per_second": 500.576,
|
| 192 |
+
"eval_steps_per_second": 31.305,
|
| 193 |
+
"step": 56170
|
| 194 |
+
},
|
| 195 |
+
{
|
| 196 |
+
"epoch": 10.0,
|
| 197 |
+
"eval_loss": 2.0134475231170654,
|
| 198 |
+
"eval_runtime": 19.8825,
|
| 199 |
+
"eval_samples_per_second": 500.238,
|
| 200 |
+
"eval_steps_per_second": 31.284,
|
| 201 |
+
"step": 56170
|
| 202 |
}
|
| 203 |
],
|
| 204 |
"logging_steps": 500,
|