bpd1997 commited on
Commit
3d10482
1 Parent(s): af8f73d

Training in progress, step 10

Browse files
adapter_config.json CHANGED
@@ -18,8 +18,8 @@
18
  "target_modules": [
19
  "query_key_value",
20
  "dense_h_to_4h",
21
- "dense",
22
- "dense_4h_to_h"
23
  ],
24
  "task_type": "CAUSAL_LM"
25
  }
 
18
  "target_modules": [
19
  "query_key_value",
20
  "dense_h_to_4h",
21
+ "dense_4h_to_h",
22
+ "dense"
23
  ],
24
  "task_type": "CAUSAL_LM"
25
  }
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:76f6489fce66de62099ac34349bf63b56c70cf98f8faf1ededd2396825c1aab8
3
  size 261189453
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f07976e86849775bf0d00c27dd13c346f0512d0c9a1b732a59e9bd300e587e14
3
  size 261189453
tokenizer_config.json CHANGED
@@ -118,5 +118,6 @@
118
  "attention_mask"
119
  ],
120
  "model_max_length": 2048,
 
121
  "tokenizer_class": "PreTrainedTokenizerFast"
122
  }
 
118
  "attention_mask"
119
  ],
120
  "model_max_length": 2048,
121
+ "pad_token": "<|endoftext|>",
122
  "tokenizer_class": "PreTrainedTokenizerFast"
123
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f4cd1aed99891f9331b39daea837ac545f2c478e88342616a71e80c0566bec95
3
- size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90e08f1e42cdfbdb67d651c6b39609f47cee8b8f4ff02629f6aeed89d255b0d8
3
+ size 4155