fazeelzafar commited on
Commit
99880e6
1 Parent(s): 6f79e93

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": "mrm8488/tinyllama-bnb-4bit-ft-codeAlpaca",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -21,11 +21,11 @@
21
  "target_modules": [
22
  "v_proj",
23
  "up_proj",
24
- "o_proj",
25
  "down_proj",
 
26
  "gate_proj",
27
- "k_proj",
28
- "q_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_dora": false,
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "unsloth/tinyllama-bnb-4bit",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
21
  "target_modules": [
22
  "v_proj",
23
  "up_proj",
 
24
  "down_proj",
25
+ "q_proj",
26
  "gate_proj",
27
+ "o_proj",
28
+ "k_proj"
29
  ],
30
  "task_type": "CAUSAL_LM",
31
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9c6ed33cfd03b09b981c7bb4491230999d411a947839f6d967c12a744994dee5
3
  size 403743472
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c8dc0562e2b2b7ef5276d1fffd2c1721d7ad9ce5f5ecd3daa940cc046777e0a
3
  size 403743472
runs/Mar19_05-50-10_3e6c490d2a0a/events.out.tfevents.1710827418.3e6c490d2a0a.1785.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00d1bcd5e018c5909c711ee0f4790e0cf8e610d66f4ec79e9b88c58f538d0242
3
+ size 11638
tokenizer_config.json CHANGED
@@ -31,7 +31,7 @@
31
  "clean_up_tokenization_spaces": false,
32
  "eos_token": "</s>",
33
  "legacy": false,
34
- "model_max_length": 4096,
35
  "pad_token": "</s>",
36
  "padding_side": "right",
37
  "sp_model_kwargs": {},
 
31
  "clean_up_tokenization_spaces": false,
32
  "eos_token": "</s>",
33
  "legacy": false,
34
+ "model_max_length": 2048,
35
  "pad_token": "</s>",
36
  "padding_side": "right",
37
  "sp_model_kwargs": {},
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6772462cd9d56d4bb8c90908f90b31fe0c999d962951e75e9ede86f0ff05ccc4
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0245990f42fe8df89877077fbf20272f9ca5d0a7108c8ced7475edbd0cd5181e
3
  size 4920