WangXFng commited on
Commit
069fc67
1 Parent(s): d223afc

Model save

Browse files
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- base_model: meta-llama/Llama-3.2-1B-Instruct
3
  library_name: peft
4
  license: llama3.2
5
  tags:
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # lora
16
 
17
- This model is a fine-tuned version of [meta-llama/Llama-3.2-1B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct) on an unknown dataset.
18
 
19
  ## Model description
20
 
@@ -50,8 +50,7 @@ The following hyperparameters were used during training:
50
 
51
  ### Framework versions
52
 
53
- - PEFT 0.13.0
54
  - Transformers 4.45.2
55
- - Pytorch 2.4.0
56
- - Datasets 2.21.0
57
  - Tokenizers 0.20.0
 
1
  ---
2
+ base_model: meta-llama/Llama-3.2-3B-Instruct
3
  library_name: peft
4
  license: llama3.2
5
  tags:
 
14
 
15
  # lora
16
 
17
+ This model is a fine-tuned version of [meta-llama/Llama-3.2-3B-Instruct](https://huggingface.co/meta-llama/Llama-3.2-3B-Instruct) on an unknown dataset.
18
 
19
  ## Model description
20
 
 
50
 
51
  ### Framework versions
52
 
53
+ - PEFT 0.13.1
54
  - Transformers 4.45.2
55
+ - Pytorch 2.4.1
 
56
  - Tokenizers 0.20.0
adapter_config.json CHANGED
@@ -4,7 +4,7 @@
4
  "base_model_class": "LlamaForCausalLM",
5
  "parent_library": "transformers.models.llama.modeling_llama"
6
  },
7
- "base_model_name_or_path": "meta-llama/Llama-3.2-1B-Instruct",
8
  "bias": "none",
9
  "fan_in_fan_out": false,
10
  "inference_mode": true,
@@ -23,13 +23,13 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "gate_proj",
27
- "up_proj",
28
- "down_proj",
29
  "k_proj",
 
30
  "q_proj",
31
  "v_proj",
32
- "o_proj"
 
33
  ],
34
  "task_type": null,
35
  "use_dora": true,
 
4
  "base_model_class": "LlamaForCausalLM",
5
  "parent_library": "transformers.models.llama.modeling_llama"
6
  },
7
+ "base_model_name_or_path": "meta-llama/Llama-3.2-3B-Instruct",
8
  "bias": "none",
9
  "fan_in_fan_out": false,
10
  "inference_mode": true,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
+ "o_proj",
 
 
27
  "k_proj",
28
+ "down_proj",
29
  "q_proj",
30
  "v_proj",
31
+ "up_proj",
32
+ "gate_proj"
33
  ],
34
  "task_type": null,
35
  "use_dora": true,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a303a92702749a443b42817db261f2fdc09af92f3ad54a21280d556fae23b56
3
- size 1082290000
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edc35461591e376a149bc97ee20d05ba3e08b63b4d1f0a96c620390206290710
3
+ size 1639093264
trainer_state.json CHANGED
@@ -10,40 +10,40 @@
10
  "log_history": [
11
  {
12
  "epoch": 0.4854368932038835,
13
- "grad_norm": 2.1019041538238525,
14
  "learning_rate": 7.587548638132295e-05,
15
- "loss": 0.6409,
16
  "step": 250
17
  },
18
  {
19
  "epoch": 0.970873786407767,
20
- "grad_norm": 1.5811957120895386,
21
  "learning_rate": 5.155642023346303e-05,
22
- "loss": 0.3822,
23
  "step": 500
24
  },
25
  {
26
  "epoch": 1.4563106796116505,
27
- "grad_norm": 1.7442209720611572,
28
  "learning_rate": 2.7237354085603113e-05,
29
- "loss": 0.3562,
30
  "step": 750
31
  },
32
  {
33
  "epoch": 1.941747572815534,
34
- "grad_norm": 1.6806491613388062,
35
  "learning_rate": 2.9182879377431908e-06,
36
- "loss": 0.3371,
37
  "step": 1000
38
  },
39
  {
40
  "epoch": 2.0,
41
  "step": 1030,
42
- "total_flos": 2.5008097487007744e+17,
43
- "train_loss": 0.42616625943230196,
44
- "train_runtime": 12653.0234,
45
- "train_samples_per_second": 20.839,
46
- "train_steps_per_second": 0.081
47
  }
48
  ],
49
  "logging_steps": 250,
@@ -63,7 +63,7 @@
63
  "attributes": {}
64
  }
65
  },
66
- "total_flos": 2.5008097487007744e+17,
67
  "train_batch_size": 16,
68
  "trial_name": null,
69
  "trial_params": null
 
10
  "log_history": [
11
  {
12
  "epoch": 0.4854368932038835,
13
+ "grad_norm": 2.154229164123535,
14
  "learning_rate": 7.587548638132295e-05,
15
+ "loss": 0.6104,
16
  "step": 250
17
  },
18
  {
19
  "epoch": 0.970873786407767,
20
+ "grad_norm": 1.9545427560806274,
21
  "learning_rate": 5.155642023346303e-05,
22
+ "loss": 0.3677,
23
  "step": 500
24
  },
25
  {
26
  "epoch": 1.4563106796116505,
27
+ "grad_norm": 2.771542549133301,
28
  "learning_rate": 2.7237354085603113e-05,
29
+ "loss": 0.3307,
30
  "step": 750
31
  },
32
  {
33
  "epoch": 1.941747572815534,
34
+ "grad_norm": 2.780686140060425,
35
  "learning_rate": 2.9182879377431908e-06,
36
+ "loss": 0.2978,
37
  "step": 1000
38
  },
39
  {
40
  "epoch": 2.0,
41
  "step": 1030,
42
+ "total_flos": 7.232215420241879e+17,
43
+ "train_loss": 0.39821495037634397,
44
+ "train_runtime": 29524.5328,
45
+ "train_samples_per_second": 8.931,
46
+ "train_steps_per_second": 0.035
47
  }
48
  ],
49
  "logging_steps": 250,
 
63
  "attributes": {}
64
  }
65
  },
66
+ "total_flos": 7.232215420241879e+17,
67
  "train_batch_size": 16,
68
  "trial_name": null,
69
  "trial_params": null
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0677869408295d702cf38fcd8dfcebdedaa43f304e1e6cdee198846531fc6a5c
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04956adb5217175aaa36e11b2da87eace1a9f30a2a1627cc233a8fb4044febf4
3
  size 5176