winglian commited on
Commit
558ff67
1 Parent(s): ec68f24

Training in progress, step 62

Browse files
Files changed (4) hide show
  1. adapter_config.json +24 -0
  2. adapter_model.bin +3 -0
  3. config.json +12 -0
  4. training_args.bin +1 -1
adapter_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "winglian/omega-3b",
4
+ "bias": "none",
5
+ "fan_in_fan_out": null,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 64,
11
+ "lora_dropout": 0.05,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 128,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "linear",
18
+ "out_proj",
19
+ "fc1",
20
+ "Wqkv",
21
+ "fc2"
22
+ ],
23
+ "task_type": "CAUSAL_LM"
24
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79b01bda7bfda2c5a978681cf7e48b6e7bb45f15ed7a50b0225406130a0d7606
3
+ size 416184853
config.json CHANGED
@@ -26,6 +26,18 @@
26
  "n_layer": 48,
27
  "n_positions": 2048,
28
  "phyagi_version": "0.0.4.dev",
 
 
 
 
 
 
 
 
 
 
 
 
29
  "resid_pdrop": 0.0,
30
  "rotary_dim": 32,
31
  "tie_word_embeddings": false,
 
26
  "n_layer": 48,
27
  "n_positions": 2048,
28
  "phyagi_version": "0.0.4.dev",
29
+ "quantization_config": {
30
+ "bnb_4bit_compute_dtype": "float32",
31
+ "bnb_4bit_quant_type": "fp4",
32
+ "bnb_4bit_use_double_quant": false,
33
+ "llm_int8_enable_fp32_cpu_offload": false,
34
+ "llm_int8_has_fp16_weight": false,
35
+ "llm_int8_skip_modules": null,
36
+ "llm_int8_threshold": 6.0,
37
+ "load_in_4bit": false,
38
+ "load_in_8bit": true,
39
+ "quant_method": "bitsandbytes"
40
+ },
41
  "resid_pdrop": 0.0,
42
  "rotary_dim": 32,
43
  "tie_word_embeddings": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c993bb490ccebd49de47cde1b21af750ec2c12597f532335230b375af739909
3
  size 5755
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba4d5ff68b15ea1efacac0f74fa548535d8d6f566ed3709dad97b27c81e3a78d
3
  size 5755