maxkretchmer commited on
Commit
65cd889
1 Parent(s): 760b6f3

Training in progress, epoch 1

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "upstage/SOLAR-10.7B-v1.0",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -15,18 +15,18 @@
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
17
  "peft_type": "LORA",
18
- "r": 8,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "lm_head",
23
- "gate_proj",
24
- "o_proj",
25
- "down_proj",
26
  "q_proj",
27
- "up_proj",
 
28
  "k_proj",
29
- "v_proj"
 
 
30
  ],
31
  "task_type": "CAUSAL_LM"
32
  }
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mixtral-8x7B-v0.1",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
15
  "megatron_core": "megatron.core",
16
  "modules_to_save": null,
17
  "peft_type": "LORA",
18
+ "r": 16,
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "w1",
 
 
 
23
  "q_proj",
24
+ "lm_head",
25
+ "w3",
26
  "k_proj",
27
+ "o_proj",
28
+ "v_proj",
29
+ "w2"
30
  ],
31
  "task_type": "CAUSAL_LM"
32
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fa2f784cbc7691b0fb9e5ae17a7ec7a6b9fecf18ab9a61bd06b143271c2c85a0
3
- size 651362912
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25c0807b203372b0a5c0aa1c7be1120f88cc267072074c3502f39ea9e06a21db
3
+ size 1487361648
runs/Dec17_16-59-04_24d5ee9be080/events.out.tfevents.1702832357.24d5ee9be080.2742.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2538b8d5f0596194a4217f277dad93052cfc5af33963ebe23147d3a764ee249c
3
+ size 10654
tokenizer_config.json CHANGED
@@ -39,5 +39,5 @@
39
  "spaces_between_special_tokens": false,
40
  "tokenizer_class": "LlamaTokenizer",
41
  "unk_token": "<unk>",
42
- "use_default_system_prompt": true
43
  }
 
39
  "spaces_between_special_tokens": false,
40
  "tokenizer_class": "LlamaTokenizer",
41
  "unk_token": "<unk>",
42
+ "use_default_system_prompt": false
43
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4d8657b92de7d7f0ae3b1180b20678dde29e00e4ebc7319f99700962b9f595b6
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b761f5a7283e86f9070a77780157867eaea2e844967e3f1eecb5ae0a7566ba9
3
  size 4728