isaaclee commited on
Commit
2be0f4a
·
verified ·
1 Parent(s): 93ed25b

Training in progress, epoch 0

Browse files
adapter_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
- "base_model_name_or_path": null,
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
@@ -19,12 +19,12 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "down_proj",
23
  "gate_proj",
24
- "o_proj",
25
  "k_proj",
 
26
  "up_proj",
27
- "v_proj",
28
  "q_proj"
29
  ],
30
  "task_type": "SEQ_CLS",
 
1
  {
2
  "alpha_pattern": {},
3
  "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-7B-v0.1",
5
  "bias": "none",
6
  "fan_in_fan_out": false,
7
  "inference_mode": true,
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "v_proj",
23
  "gate_proj",
24
+ "down_proj",
25
  "k_proj",
26
+ "o_proj",
27
  "up_proj",
 
28
  "q_proj"
29
  ],
30
  "task_type": "SEQ_CLS",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:85526ad1790a6f2dca56159ebe204b12007f22c293cffcba97673bd3b7ec165e
3
- size 2684487240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a9311664f3664788bf226b6d153f8e92c6588eda838e8f19c249316e0b5859b
3
+ size 2946609584
tokenizer.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "version": "1.0",
3
  "truncation": {
4
- "direction": "Left",
5
  "max_length": 32768,
6
  "strategy": "LongestFirst",
7
  "stride": 0
 
1
  {
2
  "version": "1.0",
3
  "truncation": {
4
+ "direction": "Right",
5
  "max_length": 32768,
6
  "strategy": "LongestFirst",
7
  "stride": 0
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd87f24ac851d88df0af7113bdb508a9cf3070e894c1d265edb25c8bd6f683ed
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2055d62305c67f24f2b1f800b8b2c6a8c9ed8c0687c4734933b4f5cef3c2709
3
  size 4728