satyanshu404 commited on
Commit
4bd5df9
1 Parent(s): 26c7cd6

Training in progress, step 200

Browse files
adapter_config.json CHANGED
@@ -21,9 +21,9 @@
21
  "revision": null,
22
  "target_modules": [
23
  "qkv_proj",
24
- "o_proj",
25
  "gate_up_proj",
26
- "down_proj"
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
 
21
  "revision": null,
22
  "target_modules": [
23
  "qkv_proj",
24
+ "down_proj",
25
  "gate_up_proj",
26
+ "o_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:2bedc170dd1948015f0bffd68332f069d03122a79ed75a429fc58e46f4ae2f52
3
  size 100697728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee592bfb6f7fd8dcd1f98869a0f73dface1c8decaaa5095201ca2c89ec57b105
3
  size 100697728
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": 4096,
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:925e510f550e8a768adfe2cc7931300ce494eff34ff7499aea8726ef085173b8
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c544759498a3729fc4c478a3963620334f344c709d1a9686367fc81c0fd90210
3
  size 5240