PEFT
Safetensors
Akshay24 commited on
Commit
40ad6cf
1 Parent(s): 05b3fb3

updated training and test data as per mistral format as list of json strings

Browse files
adapter_config.json CHANGED
@@ -20,8 +20,8 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "q_proj",
24
- "v_proj"
25
  ],
26
  "task_type": "CAUSAL_LM",
27
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "v_proj",
24
+ "q_proj"
25
  ],
26
  "task_type": "CAUSAL_LM",
27
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:29a3753f7812759f04b87a01074090ac34f965b4f17ff300c7ea865157666016
3
  size 13648432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66d128a8d25d5a4ad85935a324c2bc5050784359db6a26fe3f2daf4fea27629a
3
  size 13648432
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": 1400,
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:086e1acbc08cf222c7f9b9e59463de114f40fc573f08302caef519e8383f25ef
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b098e236739876d6e8c4daf33565527ee3eff354d5c0744128b51cb01f790ec
3
  size 4920