chaosIsRythmic commited on
Commit
b6d3a46
·
verified ·
1 Parent(s): 9bf2ae9

Training in progress, step 1

Browse files
adapter_config.json CHANGED
@@ -4,7 +4,7 @@
4
  "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
5
  "bias": "none",
6
  "fan_in_fan_out": null,
7
- "inference_mode": false,
8
  "init_lora_weights": true,
9
  "layer_replication": null,
10
  "layers_pattern": null,
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "q_proj",
24
- "gate_proj",
25
  "o_proj",
26
  "k_proj",
27
- "v_proj",
28
  "up_proj",
29
- "down_proj"
 
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
4
  "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
5
  "bias": "none",
6
  "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
  "init_lora_weights": true,
9
  "layer_replication": null,
10
  "layers_pattern": null,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "o_proj",
24
  "k_proj",
 
25
  "up_proj",
26
+ "q_proj",
27
+ "down_proj",
28
+ "v_proj",
29
+ "gate_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:40237fd7a75385ea88fe1eb4739b69c8550b16c955616748b37e9087f7a7702e
3
  size 167832688
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cee76d7f792bff2bf1020c7335439f5fa313b6bbc787e8b431cdcd595da82c33
3
  size 167832688
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2dc5816ba5a74ca6a29bcdf1210f509c37d3fbdbd78ba1f4224a08e4c27d25e8
3
  size 5880
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39d1586dd7187385b656877915cfb76f33c2f345d2239320ba8feafd5e60d8b1
3
  size 5880