Training in progress, epoch 0
Browse files- adapter_config.json +4 -4
- adapter_model.safetensors +2 -2
- tokenizer.json +1 -1
- training_args.bin +1 -1
adapter_config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"alpha_pattern": {},
|
| 3 |
"auto_mapping": null,
|
| 4 |
-
"base_model_name_or_path":
|
| 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 |
-
"
|
| 23 |
"gate_proj",
|
| 24 |
-
"
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 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": "
|
| 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:
|
| 3 |
size 4728
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2055d62305c67f24f2b1f800b8b2c6a8c9ed8c0687c4734933b4f5cef3c2709
|
| 3 |
size 4728
|