atmallen commited on
Commit
e2eb33a
1 Parent(s): e937b32

Training in progress, step 100

Browse files
adapter_config.json CHANGED
@@ -22,8 +22,8 @@
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
25
- "dense_h_to_4h",
26
  "dense_4h_to_h",
 
27
  "query_key_value"
28
  ],
29
  "task_type": null
 
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
 
25
  "dense_4h_to_h",
26
+ "dense_h_to_4h",
27
  "query_key_value"
28
  ],
29
  "task_type": null
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ddc3936a430485a624fa91c64948fef9ed23e44856a790e3d020613c0744cc6
3
  size 41318248
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45de1e9849a20bc7e6b7e0cc1277ed8203c2794ffac4069b58c0df7f1414ceef
3
  size 41318248
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": 1024,
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:a8b3f7c7b8f3f0c3c2f233e041518f79a7e4191067f740a2c3feab8bc2f1ecc3
3
- size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f1cf6d9394d2ac10c93a3ee810fe56164467029206616e8839d8a53d94edcbf
3
+ size 4347