DandinPower commited on
Commit
a0dd896
·
verified ·
1 Parent(s): 7c96c35

Training in progress, step 250

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:41494b1ff07423c33f07877a7b9230ec68e0fb1dd3844bd0652c853608166246
3
  size 54543312
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ac47e33a409fcf255a17256e4e52eb62479f2240fac4a9f131bddcdcf490386
3
  size 54543312
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 4096,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ed5110d848c417ef4caa2d4df4224246ba3601871616a2311bdebe141bc0a199
3
  size 6328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c7fab370e1abae66fee9280146febb7883271488dd778bbb2a7bcbaddb58523
3
  size 6328