Training in progress, step 25
Browse files- adapter_config.json +4 -1
- adapter_model.safetensors +1 -1
- config.json +1 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
|
@@ -3,6 +3,8 @@
|
|
| 3 |
"auto_mapping": null,
|
| 4 |
"base_model_name_or_path": "Xenova/tiny-random-Phi3ForCausalLM",
|
| 5 |
"bias": "none",
|
|
|
|
|
|
|
| 6 |
"fan_in_fan_out": null,
|
| 7 |
"inference_mode": true,
|
| 8 |
"init_lora_weights": true,
|
|
@@ -11,6 +13,7 @@
|
|
| 11 |
"layers_to_transform": null,
|
| 12 |
"loftq_config": {},
|
| 13 |
"lora_alpha": 64,
|
|
|
|
| 14 |
"lora_dropout": 0.05,
|
| 15 |
"megatron_config": null,
|
| 16 |
"megatron_core": "megatron.core",
|
|
@@ -20,9 +23,9 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"down_proj",
|
| 24 |
"o_proj",
|
| 25 |
"gate_up_proj",
|
|
|
|
| 26 |
"qkv_proj"
|
| 27 |
],
|
| 28 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 3 |
"auto_mapping": null,
|
| 4 |
"base_model_name_or_path": "Xenova/tiny-random-Phi3ForCausalLM",
|
| 5 |
"bias": "none",
|
| 6 |
+
"eva_config": null,
|
| 7 |
+
"exclude_modules": null,
|
| 8 |
"fan_in_fan_out": null,
|
| 9 |
"inference_mode": true,
|
| 10 |
"init_lora_weights": true,
|
|
|
|
| 13 |
"layers_to_transform": null,
|
| 14 |
"loftq_config": {},
|
| 15 |
"lora_alpha": 64,
|
| 16 |
+
"lora_bias": false,
|
| 17 |
"lora_dropout": 0.05,
|
| 18 |
"megatron_config": null,
|
| 19 |
"megatron_core": "megatron.core",
|
|
|
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
|
|
|
| 26 |
"o_proj",
|
| 27 |
"gate_up_proj",
|
| 28 |
+
"down_proj",
|
| 29 |
"qkv_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 116744
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:246e5d1c15d6cc4b227a512b37b8740699724f243274426193b05ff884aea28a
|
| 3 |
size 116744
|
config.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
| 26 |
"sliding_window": 2047,
|
| 27 |
"tie_word_embeddings": false,
|
| 28 |
"torch_dtype": "float32",
|
| 29 |
-
"transformers_version": "4.46.
|
| 30 |
"use_cache": false,
|
| 31 |
"vocab_size": 32064
|
| 32 |
}
|
|
|
|
| 26 |
"sliding_window": 2047,
|
| 27 |
"tie_word_embeddings": false,
|
| 28 |
"torch_dtype": "float32",
|
| 29 |
+
"transformers_version": "4.46.3",
|
| 30 |
"use_cache": false,
|
| 31 |
"vocab_size": 32064
|
| 32 |
}
|
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:803909d5d04cae104c450caa1cb505b30438710d0726d7ae7577afd9b8c7cc2a
|
| 3 |
+
size 6840
|