Training in progress, epoch 1
Browse files- adapter_config.json +4 -1
- adapter_model.safetensors +1 -1
- spiece.model +3 -0
- tokenizer_config.json +1 -0
- training_args.bin +2 -2
adapter_config.json
CHANGED
|
@@ -3,6 +3,8 @@
|
|
| 3 |
"auto_mapping": null,
|
| 4 |
"base_model_name_or_path": "t5-small",
|
| 5 |
"bias": "none",
|
|
|
|
|
|
|
| 6 |
"fan_in_fan_out": false,
|
| 7 |
"inference_mode": true,
|
| 8 |
"init_lora_weights": true,
|
|
@@ -11,6 +13,7 @@
|
|
| 11 |
"layers_to_transform": null,
|
| 12 |
"loftq_config": {},
|
| 13 |
"lora_alpha": 32,
|
|
|
|
| 14 |
"lora_dropout": 0.01,
|
| 15 |
"megatron_config": null,
|
| 16 |
"megatron_core": "megatron.core",
|
|
@@ -23,7 +26,7 @@
|
|
| 23 |
"q",
|
| 24 |
"v"
|
| 25 |
],
|
| 26 |
-
"task_type": "
|
| 27 |
"use_dora": false,
|
| 28 |
"use_rslora": false
|
| 29 |
}
|
|
|
|
| 3 |
"auto_mapping": null,
|
| 4 |
"base_model_name_or_path": "t5-small",
|
| 5 |
"bias": "none",
|
| 6 |
+
"eva_config": null,
|
| 7 |
+
"exclude_modules": null,
|
| 8 |
"fan_in_fan_out": false,
|
| 9 |
"inference_mode": true,
|
| 10 |
"init_lora_weights": true,
|
|
|
|
| 13 |
"layers_to_transform": null,
|
| 14 |
"loftq_config": {},
|
| 15 |
"lora_alpha": 32,
|
| 16 |
+
"lora_bias": false,
|
| 17 |
"lora_dropout": 0.01,
|
| 18 |
"megatron_config": null,
|
| 19 |
"megatron_core": "megatron.core",
|
|
|
|
| 26 |
"q",
|
| 27 |
"v"
|
| 28 |
],
|
| 29 |
+
"task_type": "SEQ_2_SEQ_LM",
|
| 30 |
"use_dora": false,
|
| 31 |
"use_rslora": false
|
| 32 |
}
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 599680
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0577048224ec7fe7cd9be3bd4e928683d7c8b60a858abb6c0309d1211d5d570d
|
| 3 |
size 599680
|
spiece.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d60acb128cf7b7f2536e8f38a5b18a05535c9e14c7a355904270e15b0945ea86
|
| 3 |
+
size 791656
|
tokenizer_config.json
CHANGED
|
@@ -930,6 +930,7 @@
|
|
| 930 |
"clean_up_tokenization_spaces": true,
|
| 931 |
"eos_token": "</s>",
|
| 932 |
"extra_ids": 100,
|
|
|
|
| 933 |
"model_max_length": 512,
|
| 934 |
"pad_token": "<pad>",
|
| 935 |
"tokenizer_class": "T5Tokenizer",
|
|
|
|
| 930 |
"clean_up_tokenization_spaces": true,
|
| 931 |
"eos_token": "</s>",
|
| 932 |
"extra_ids": 100,
|
| 933 |
+
"extra_special_tokens": {},
|
| 934 |
"model_max_length": 512,
|
| 935 |
"pad_token": "<pad>",
|
| 936 |
"tokenizer_class": "T5Tokenizer",
|
training_args.bin
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:d90ace6b06a31777d6abe7ec89d70672e0e89551d6f16fa9b9b62b2a3733dfb6
|
| 3 |
+
size 5496
|