FrancoPST commited on
Commit
d8065e2
·
verified ·
1 Parent(s): 0f9a2d3

Training in progress, step 3

Browse files
README.md CHANGED
@@ -4,8 +4,8 @@ library_name: transformers
4
  model_name: llama31_8b_instruct_finetuned
5
  tags:
6
  - generated_from_trainer
7
- - sft
8
  - trl
 
9
  licence: license
10
  ---
11
 
 
4
  model_name: llama31_8b_instruct_finetuned
5
  tags:
6
  - generated_from_trainer
 
7
  - trl
8
+ - sft
9
  licence: license
10
  ---
11
 
adapter_config.json CHANGED
@@ -25,13 +25,13 @@
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
- "o_proj",
29
- "up_proj",
30
- "gate_proj",
31
- "k_proj",
32
  "q_proj",
 
33
  "v_proj",
34
- "down_proj"
 
 
 
35
  ],
36
  "task_type": "CAUSAL_LM",
37
  "trainable_token_indices": null,
 
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
 
 
 
 
28
  "q_proj",
29
+ "k_proj",
30
  "v_proj",
31
+ "o_proj",
32
+ "down_proj",
33
+ "up_proj",
34
+ "gate_proj"
35
  ],
36
  "task_type": "CAUSAL_LM",
37
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:37bd6878b1bb91c4d33f45a1d3e4becffffb1c3a2635a72ab2f632e76a4b8f3e
3
  size 167832240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab4d83217635058215ef2ced86427982ac41ebdb07ed2ae73cd1106dbb3eea86
3
  size 167832240
runs/Jul18_16-42-54_5c9559bf46d5/events.out.tfevents.1752856976.5c9559bf46d5.19520.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b38bcd9adb97d35426c6922417641e04e6d18d1038f7fa5670432d20e46b21ba
3
+ size 6697
special_tokens_map.json CHANGED
@@ -12,6 +12,5 @@
12
  "normalized": false,
13
  "rstrip": false,
14
  "single_word": false
15
- },
16
- "pad_token": "<|eot_id|>"
17
  }
 
12
  "normalized": false,
13
  "rstrip": false,
14
  "single_word": false
15
+ }
 
16
  }
tokenizer_config.json CHANGED
@@ -2058,6 +2058,5 @@
2058
  "attention_mask"
2059
  ],
2060
  "model_max_length": 131072,
2061
- "pad_token": "<|eot_id|>",
2062
  "tokenizer_class": "PreTrainedTokenizerFast"
2063
  }
 
2058
  "attention_mask"
2059
  ],
2060
  "model_max_length": 131072,
 
2061
  "tokenizer_class": "PreTrainedTokenizerFast"
2062
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:683c6afd08d1a59496e47b0101f9b8c6c65002fa4928d9661f23707742051993
3
  size 5752
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bf3d4de656f7c69f2d09326238e97d60cd46668080948f8f48829b9c70aa83e
3
  size 5752