atmallen commited on
Commit
dc0cf6f
1 Parent(s): 04af4c4

Training in progress, step 100

Browse files
adapter_config.json CHANGED
@@ -22,12 +22,12 @@
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
 
25
  "gate_proj",
26
  "v_proj",
27
  "down_proj",
28
  "k_proj",
29
- "up_proj",
30
- "q_proj"
31
  ],
32
  "task_type": null
33
  }
 
22
  "rank_pattern": {},
23
  "revision": null,
24
  "target_modules": [
25
+ "q_proj",
26
  "gate_proj",
27
  "v_proj",
28
  "down_proj",
29
  "k_proj",
30
+ "up_proj"
 
31
  ],
32
  "task_type": null
33
  }
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8666fb7709f1657dc88e4e19c243eb8136c6b67505409065316287c00e793830
3
  size 35833568
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67f67ad1382e813f56df5c6c0951855260165c51f8ce503f3fdf2686d374c730
3
  size 35833568
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:477e764ad4b3f43081433b9c35b77cad76a498b531317b6b395638c3bc878145
3
- size 4856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c0523c5c321472baf9b713dd306d930aca416e7a6dca068c151f0742e8de22d
3
+ size 4411