HomoLiang commited on
Commit
03e4b1d
1 Parent(s): 2429ffe

Training in progress, step 400

Browse files
adapter_config.json CHANGED
@@ -1,6 +1,9 @@
1
  {
2
  "alpha_pattern": {},
3
- "auto_mapping": null,
 
 
 
4
  "base_model_name_or_path": "yentinglin/Taiwan-LLM-7B-v2.0-chat",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
@@ -9,16 +12,21 @@
9
  "layers_pattern": null,
10
  "layers_to_transform": null,
11
  "lora_alpha": 16,
12
- "lora_dropout": 0.0,
13
  "modules_to_save": null,
14
  "peft_type": "LORA",
15
  "r": 4,
16
  "rank_pattern": {},
17
  "revision": null,
18
  "target_modules": [
 
19
  "v_proj",
20
- "q_proj",
21
- "k_proj"
 
 
 
 
22
  ],
23
- "task_type": "CAUSAL_LM"
24
  }
 
1
  {
2
  "alpha_pattern": {},
3
+ "auto_mapping": {
4
+ "base_model_class": "LlamaForCausalLM",
5
+ "parent_library": "transformers.models.llama.modeling_llama"
6
+ },
7
  "base_model_name_or_path": "yentinglin/Taiwan-LLM-7B-v2.0-chat",
8
  "bias": "none",
9
  "fan_in_fan_out": false,
 
12
  "layers_pattern": null,
13
  "layers_to_transform": null,
14
  "lora_alpha": 16,
15
+ "lora_dropout": 0.01,
16
  "modules_to_save": null,
17
  "peft_type": "LORA",
18
  "r": 4,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "gate_proj",
23
  "v_proj",
24
+ "lm_head",
25
+ "up_proj",
26
+ "o_proj",
27
+ "k_proj",
28
+ "down_proj",
29
+ "q_proj"
30
  ],
31
+ "task_type": null
32
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8f1f1067be6a33ea97f6a1cd5a370d45ab866eeb2b33810c3599f18f8c865671
3
- size 12608280
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5c2b5e1172984e988d98087ac3b71e0795347ee587f3137f7f348948e47ba9e
3
+ size 40613816
runs/Nov27_12-31-53_468235be79bd/events.out.tfevents.1701088314.468235be79bd.1211.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b37dd01d6b4177c45678548e051d33088c2c171114413fcd050663c6890cbd1
3
+ size 4740
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:26e3eea9f301140ceb1c97d07434a9e95649fd3ccf5b7d5fd1b94fca0bd29264
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e65d3cd186ea61914e778c104bfd57c5efa6047ab6f91167a8debdbdfb05a72
3
  size 4664