yizhujiao commited on
Commit
44543a7
·
verified ·
1 Parent(s): c9312b5

Training in progress, step 500

Browse files
adapter_config.json CHANGED
@@ -20,8 +20,8 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "v_proj",
24
- "q_proj"
25
  ],
26
  "task_type": "CAUSAL_LM",
27
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "q_proj",
24
+ "v_proj"
25
  ],
26
  "task_type": "CAUSAL_LM",
27
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6426820601c8a5eab5fbe12304377332229b619613732ed572d08402873d9bb9
3
- size 6832600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10e640d94c9e02cb95cc62d298461838563d157d4907dd1c8ac4984232215267
3
+ size 4209559008
special_tokens_map.json CHANGED
@@ -13,5 +13,11 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": "<|eot_id|>"
 
 
 
 
 
 
17
  }
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": {
17
+ "content": "<|pad|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ }
23
  }
tokenizer.json CHANGED
@@ -2306,6 +2306,15 @@
2306
  "rstrip": false,
2307
  "normalized": false,
2308
  "special": true
 
 
 
 
 
 
 
 
 
2309
  }
2310
  ],
2311
  "normalizer": null,
 
2306
  "rstrip": false,
2307
  "normalized": false,
2308
  "special": true
2309
+ },
2310
+ {
2311
+ "id": 128256,
2312
+ "content": "<|pad|>",
2313
+ "single_word": false,
2314
+ "lstrip": false,
2315
+ "rstrip": false,
2316
+ "normalized": false,
2317
+ "special": true
2318
  }
2319
  ],
2320
  "normalizer": null,
tokenizer_config.json CHANGED
@@ -2048,6 +2048,14 @@
2048
  "rstrip": false,
2049
  "single_word": false,
2050
  "special": true
 
 
 
 
 
 
 
 
2051
  }
2052
  },
2053
  "bos_token": "<|begin_of_text|>",
@@ -2059,6 +2067,6 @@
2059
  "attention_mask"
2060
  ],
2061
  "model_max_length": 1000000000000000019884624838656,
2062
- "pad_token": "<|eot_id|>",
2063
  "tokenizer_class": "PreTrainedTokenizerFast"
2064
  }
 
2048
  "rstrip": false,
2049
  "single_word": false,
2050
  "special": true
2051
+ },
2052
+ "128256": {
2053
+ "content": "<|pad|>",
2054
+ "lstrip": false,
2055
+ "normalized": false,
2056
+ "rstrip": false,
2057
+ "single_word": false,
2058
+ "special": true
2059
  }
2060
  },
2061
  "bos_token": "<|begin_of_text|>",
 
2067
  "attention_mask"
2068
  ],
2069
  "model_max_length": 1000000000000000019884624838656,
2070
+ "pad_token": "<|pad|>",
2071
  "tokenizer_class": "PreTrainedTokenizerFast"
2072
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:317e3b596a02fffe709908ff35f4899e8fac42482c2f493cb5d4062f1e80e737
3
- size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74d85b423866dd8e5aaba8eaa6d47c68ebd5b788c7178216f60dbb1b404520db
3
+ size 5304