atmallen commited on
Commit
4fc3f6e
1 Parent(s): e464567

Training in progress, step 100

Browse files
adapter_config.json CHANGED
@@ -22,9 +22,9 @@
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
30
  }
 
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
25
+ "query_key_value",
26
  "dense_4h_to_h",
27
+ "dense_h_to_4h"
28
  ],
29
  "task_type": null
30
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:af01dcd19ea70da29b13733ebca3b256f65c48571d35dbeb3c9eddd89e5e8ca7
3
  size 11030136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88815c4c27118142783945c6262898473eccef58d408f380f54c6874684577bf
3
  size 11030136
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:5475ce54c66b8f1ecd30d524169f577a7ef9f7f6232cf366d8a8dcdad321b37a
3
- size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae6daa6e79f66e4a1bec0de6ad3117a33dbc3ae8f0f01811d8d6b16109988f0d
3
+ size 4347