atmallen commited on
Commit
fb8c9f7
1 Parent(s): 34eb197

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_h_to_4h",
27
+ "dense_4h_to_h"
 
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:70cc76ad75f628f46deb77a6ccadc8478520845bd77ddd88dabca1c0a9a27c82
3
  size 7353392
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd583c6cd9f9371bd6c454b7ec9dc5767ae97daec2cf2086457efbeedc35f237
3
  size 7353392
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:f693497a62732d16c0cf4d10add4113335e22e30c19979cce78eaa0adbf967f0
3
- size 4792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f75b87555bab67d5062101f373ec9fce3b9b226ca41a8526b3ada44e3b1f775f
3
+ size 4347