Vivaan21 commited on
Commit
bc20a0b
1 Parent(s): 5aa9327

Training in progress, step 50

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": "alexsherstinsky/Mistral-7B-v0.1-sharded",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "q_proj",
24
- "gate_proj",
25
- "up_proj",
26
- "o_proj",
27
- "down_proj",
28
  "k_proj",
29
- "v_proj"
 
 
 
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "filipealmeida/Mistral-7B-Instruct-v0.1-sharded",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
 
 
 
23
  "k_proj",
24
+ "o_proj",
25
+ "v_proj",
26
+ "up_proj",
27
+ "gate_proj",
28
+ "q_proj",
29
+ "down_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:a80fa730fca5dc3c0f7146124c89c1304d0019d8042d59450f15c7e8bbf7669d
3
  size 42002584
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d8fe614289c2412531512505e9404e1f7106803e1f25f49ca7e30bea94f296c
3
  size 42002584
runs/Jun06_06-36-30_3b37d1e25df6/events.out.tfevents.1717656072.3b37d1e25df6.388.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6c6d592d452db584305e1fa8cb4525e5412aa4355094a8bb550a40f847c1a18
3
+ size 16987
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:700e2ffca061353ef9e5698b2619b2dcba0c46609c85e640fbe8ae9cd993bfaa
3
  size 6904
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0990a8975d3cbb48347c0356c8a82077a643c97b32fdc1a40adcf389b954848
3
  size 6904
training_config.json CHANGED
@@ -40,7 +40,7 @@
40
  "tokenizer_padding_side": null,
41
  "collator_key": "lm",
42
  "max_length": 2048,
43
- "model_name_or_path": "alexsherstinsky/Mistral-7B-v0.1-sharded",
44
  "push_to_hub_bos_add_bos_token": false,
45
  "use_flash_attention_2": false,
46
  "trust_remote_code": false,
 
40
  "tokenizer_padding_side": null,
41
  "collator_key": "lm",
42
  "max_length": 2048,
43
+ "model_name_or_path": "filipealmeida/Mistral-7B-Instruct-v0.1-sharded",
44
  "push_to_hub_bos_add_bos_token": false,
45
  "use_flash_attention_2": false,
46
  "trust_remote_code": false,