UphamProjects commited on
Commit
45b1509
·
verified ·
1 Parent(s): 26eca4d

Training in progress, step 10

Browse files
adapter_config.json CHANGED
@@ -21,9 +21,9 @@
21
  "revision": null,
22
  "target_modules": [
23
  "in_proj",
 
24
  "out_proj",
25
- "x_proj",
26
- "embeddings"
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
 
21
  "revision": null,
22
  "target_modules": [
23
  "in_proj",
24
+ "embeddings",
25
  "out_proj",
26
+ "x_proj"
 
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5b3a2aa9f6529ab5626a9009311a0f14648fe9a3f2de00ddb5015c9101001e58
3
  size 54564456
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12acac61f24048195f137947ae8978892f8c105a824a30540ecf0ef9fa5dbcbb
3
  size 54564456
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:a40f54464ac331a74d70c330c36643480452d61edb0dbbbcd22cb94c324ee615
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6603dac393deee5f96ab6cfbf3d17e4c7a649299eceb0579d5c4a590a138415
3
  size 4920