sravanthib commited on
Commit
5354bf8
·
verified ·
1 Parent(s): 86b2c19

Training completed

Browse files
Files changed (4) hide show
  1. README.md +60 -0
  2. all_results.json +8 -0
  3. train_results.json +8 -0
  4. trainer_state.json +43 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: llama3.2
4
+ base_model: meta-llama/Llama-3.2-3B
5
+ tags:
6
+ - base_model:adapter:meta-llama/Llama-3.2-3B
7
+ - lora
8
+ - transformers
9
+ pipeline_tag: text-generation
10
+ model-index:
11
+ - name: testing-without-deepspeed
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-without-deepspeed
19
+
20
+ This model is a fine-tuned version of [meta-llama/Llama-3.2-3B](https://huggingface.co/meta-llama/Llama-3.2-3B) 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: 5e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 64
42
+ - seed: 42
43
+ - gradient_accumulation_steps: 10
44
+ - total_train_batch_size: 160
45
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: cosine
47
+ - lr_scheduler_warmup_ratio: 0.03
48
+ - training_steps: 10
49
+
50
+ ### Training results
51
+
52
+
53
+
54
+ ### Framework versions
55
+
56
+ - PEFT 0.16.0
57
+ - Transformers 4.53.1
58
+ - Pytorch 2.7.1+cu126
59
+ - Datasets 2.15.0
60
+ - Tokenizers 0.21.2
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.0182648401826484,
3
+ "total_flos": 5.5657843654656e+16,
4
+ "train_loss": 1.3610095977783203,
5
+ "train_runtime": 143.4567,
6
+ "train_samples_per_second": 11.153,
7
+ "train_steps_per_second": 0.07
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.0182648401826484,
3
+ "total_flos": 5.5657843654656e+16,
4
+ "train_loss": 1.3610095977783203,
5
+ "train_runtime": 143.4567,
6
+ "train_samples_per_second": 11.153,
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.0182648401826484,
6
+ "eval_steps": 0,
7
+ "global_step": 10,
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.0182648401826484,
14
+ "step": 10,
15
+ "total_flos": 5.5657843654656e+16,
16
+ "train_loss": 1.3610095977783203,
17
+ "train_runtime": 143.4567,
18
+ "train_samples_per_second": 11.153,
19
+ "train_steps_per_second": 0.07
20
+ }
21
+ ],
22
+ "logging_steps": 100,
23
+ "max_steps": 10,
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": 5.5657843654656e+16,
40
+ "train_batch_size": 16,
41
+ "trial_name": null,
42
+ "trial_params": null
43
+ }