automatedstockminingorg commited on
Commit
e571d24
1 Parent(s): d67ab84

Training in progress, step 500

Browse files
adapter_config.json CHANGED
@@ -20,10 +20,10 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "o_proj",
24
  "q_proj",
25
  "v_proj",
26
- "k_proj"
 
27
  ],
28
  "task_type": "AutoModelForCausalLM",
29
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "q_proj",
24
  "v_proj",
25
+ "k_proj",
26
+ "o_proj"
27
  ],
28
  "task_type": "AutoModelForCausalLM",
29
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:66d4265f58de3178b7f81f12773032b42acbd6d9072cbdde1d7409d48e6f2a1c
3
  size 50382896
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d74130ec97393aeac6d1590f48c9b63c2391d1ea2f4b696034fb7fc0b49d4b3
3
  size 50382896
runs/Nov02_10-29-26_c7ba8b3d5393/events.out.tfevents.1730543380.c7ba8b3d5393.13154.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e586415820d52f190263acaced4175a9470441b7ca0712d52af5bf60a77e3c4
3
+ size 6933
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 1024,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
tokenizer_config.json CHANGED
@@ -199,13 +199,9 @@
199
  "clean_up_tokenization_spaces": false,
200
  "eos_token": "<|im_end|>",
201
  "errors": "replace",
202
- "max_length": 1024,
203
  "model_max_length": 131072,
204
  "pad_token": "<|endoftext|>",
205
  "split_special_tokens": false,
206
- "stride": 0,
207
  "tokenizer_class": "Qwen2Tokenizer",
208
- "truncation_side": "right",
209
- "truncation_strategy": "longest_first",
210
  "unk_token": null
211
  }
 
199
  "clean_up_tokenization_spaces": false,
200
  "eos_token": "<|im_end|>",
201
  "errors": "replace",
 
202
  "model_max_length": 131072,
203
  "pad_token": "<|endoftext|>",
204
  "split_special_tokens": false,
 
205
  "tokenizer_class": "Qwen2Tokenizer",
 
 
206
  "unk_token": null
207
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:42ec4b08ded0ccb6f7852cec65bab460a44294bf226743f38cd6bfe9f2504317
3
  size 5624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7f176d18d93fadb44af80db5fb0d6ffa90e79b0e70ff1436f40d86b7ecc27d2
3
  size 5624