Training completed
Browse files- README.md +63 -0
- all_results.json +8 -0
- metrics.json +1 -0
- train_results.json +8 -0
- trainer_state.json +43 -0
README.md
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
license: llama3.2
|
| 4 |
+
base_model: meta-llama/Llama-3.2-1B
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:meta-llama/Llama-3.2-1B
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
pipeline_tag: text-generation
|
| 10 |
+
model-index:
|
| 11 |
+
- name: testing_fsdp2_qwen2-5-7b
|
| 12 |
+
results: []
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 16 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 17 |
+
|
| 18 |
+
# testing_fsdp2_qwen2-5-7b
|
| 19 |
+
|
| 20 |
+
This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B) on an unknown dataset.
|
| 21 |
+
|
| 22 |
+
## Model description
|
| 23 |
+
|
| 24 |
+
More information needed
|
| 25 |
+
|
| 26 |
+
## Intended uses & limitations
|
| 27 |
+
|
| 28 |
+
More information needed
|
| 29 |
+
|
| 30 |
+
## Training and evaluation data
|
| 31 |
+
|
| 32 |
+
More information needed
|
| 33 |
+
|
| 34 |
+
## Training procedure
|
| 35 |
+
|
| 36 |
+
### Training hyperparameters
|
| 37 |
+
|
| 38 |
+
The following hyperparameters were used during training:
|
| 39 |
+
- learning_rate: 0.0001
|
| 40 |
+
- train_batch_size: 2
|
| 41 |
+
- eval_batch_size: 8
|
| 42 |
+
- seed: 42
|
| 43 |
+
- distributed_type: multi-GPU
|
| 44 |
+
- num_devices: 8
|
| 45 |
+
- gradient_accumulation_steps: 10
|
| 46 |
+
- total_train_batch_size: 160
|
| 47 |
+
- total_eval_batch_size: 64
|
| 48 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 49 |
+
- lr_scheduler_type: cosine
|
| 50 |
+
- lr_scheduler_warmup_ratio: 0.03
|
| 51 |
+
- training_steps: 20
|
| 52 |
+
|
| 53 |
+
### Training results
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
|
| 57 |
+
### Framework versions
|
| 58 |
+
|
| 59 |
+
- PEFT 0.16.0
|
| 60 |
+
- Transformers 4.53.2
|
| 61 |
+
- Pytorch 2.7.1+cu126
|
| 62 |
+
- Datasets 4.0.0
|
| 63 |
+
- Tokenizers 0.21.2
|
all_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 0.0365296803652968,
|
| 3 |
+
"total_flos": 3.848728354383462e+16,
|
| 4 |
+
"train_loss": 2.1222381591796875,
|
| 5 |
+
"train_runtime": 286.5025,
|
| 6 |
+
"train_samples_per_second": 11.169,
|
| 7 |
+
"train_steps_per_second": 0.07
|
| 8 |
+
}
|
metrics.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"run_name": "./custom_code_fsdp2_qwen2-507b", "train_runtime": 286.9383, "train_samples_per_second": 11.152, "train_steps_per_second": 0.07, "total_flos": 3.848728354383462e+16, "train_loss": 2.134036064147949, "epoch": 0.0365296803652968}
|
train_results.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 0.0365296803652968,
|
| 3 |
+
"total_flos": 3.848728354383462e+16,
|
| 4 |
+
"train_loss": 2.1222381591796875,
|
| 5 |
+
"train_runtime": 286.5025,
|
| 6 |
+
"train_samples_per_second": 11.169,
|
| 7 |
+
"train_steps_per_second": 0.07
|
| 8 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 0.0365296803652968,
|
| 6 |
+
"eval_steps": 0,
|
| 7 |
+
"global_step": 20,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0.0365296803652968,
|
| 14 |
+
"step": 20,
|
| 15 |
+
"total_flos": 3.848728354383462e+16,
|
| 16 |
+
"train_loss": 2.1222381591796875,
|
| 17 |
+
"train_runtime": 286.5025,
|
| 18 |
+
"train_samples_per_second": 11.169,
|
| 19 |
+
"train_steps_per_second": 0.07
|
| 20 |
+
}
|
| 21 |
+
],
|
| 22 |
+
"logging_steps": 100,
|
| 23 |
+
"max_steps": 20,
|
| 24 |
+
"num_input_tokens_seen": 0,
|
| 25 |
+
"num_train_epochs": 1,
|
| 26 |
+
"save_steps": 500,
|
| 27 |
+
"stateful_callbacks": {
|
| 28 |
+
"TrainerControl": {
|
| 29 |
+
"args": {
|
| 30 |
+
"should_epoch_stop": false,
|
| 31 |
+
"should_evaluate": false,
|
| 32 |
+
"should_log": false,
|
| 33 |
+
"should_save": true,
|
| 34 |
+
"should_training_stop": true
|
| 35 |
+
},
|
| 36 |
+
"attributes": {}
|
| 37 |
+
}
|
| 38 |
+
},
|
| 39 |
+
"total_flos": 3.848728354383462e+16,
|
| 40 |
+
"train_batch_size": 2,
|
| 41 |
+
"trial_name": null,
|
| 42 |
+
"trial_params": null
|
| 43 |
+
}
|