msab97 commited on
Commit
bb579c7
·
verified ·
1 Parent(s): ff7ca97

End of training

Browse files
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: llama3.2
4
+ base_model: meta-llama/Llama-3.2-3B
5
+ tags:
6
+ - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
+ model-index:
10
+ - name: LLama3-3B-finetuning
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # LLama3-3B-finetuning
18
+
19
+ This model is a fine-tuned version of [meta-llama/Llama-3.2-3B](https://huggingface.co/meta-llama/Llama-3.2-3B) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.4744
22
+ - Accuracy: 0.8077
23
+ - F1 Macro: 0.8046
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 2e-05
43
+ - train_batch_size: 16
44
+ - eval_batch_size: 16
45
+ - seed: 42
46
+ - gradient_accumulation_steps: 2
47
+ - total_train_batch_size: 32
48
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
49
+ - lr_scheduler_type: linear
50
+ - lr_scheduler_warmup_ratio: 0.1
51
+ - num_epochs: 10
52
+ - mixed_precision_training: Native AMP
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 Macro |
57
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|
58
+ | 2.4745 | 1.0 | 149 | 1.1147 | 0.5471 | 0.5000 |
59
+ | 1.0995 | 2.0 | 298 | 0.5006 | 0.8047 | 0.8023 |
60
+ | 0.7117 | 3.0 | 447 | 0.4292 | 0.8215 | 0.8218 |
61
+ | 0.5494 | 4.0 | 596 | 0.4039 | 0.8468 | 0.8469 |
62
+ | 0.4276 | 5.0 | 745 | 0.3924 | 0.8418 | 0.8415 |
63
+ | 0.2451 | 6.0 | 894 | 0.4101 | 0.8300 | 0.8312 |
64
+
65
+
66
+ ### Framework versions
67
+
68
+ - PEFT 0.14.0
69
+ - Transformers 4.47.1
70
+ - Pytorch 2.5.1+cu121
71
+ - Datasets 3.2.0
72
+ - Tokenizers 0.21.0
adapter_config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "meta-llama/Llama-3.2-3B",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 8,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.05,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": [
21
+ "classifier",
22
+ "score"
23
+ ],
24
+ "peft_type": "LORA",
25
+ "r": 16,
26
+ "rank_pattern": {},
27
+ "revision": null,
28
+ "target_modules": [
29
+ "up_proj",
30
+ "k_proj",
31
+ "gate_proj",
32
+ "q_proj",
33
+ "v_proj",
34
+ "o_proj",
35
+ "down_proj"
36
+ ],
37
+ "task_type": "SEQ_CLS",
38
+ "use_dora": false,
39
+ "use_rslora": false
40
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a414c015feb31e45a6b803a75eabd1946b9d3cc01686a73b12dcac38f80c27b
3
+ size 97369080
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b250d3412c015c118776e7b8ad114bbefe367a9207eefb70e487717ceabbc4a
3
+ size 5304