Training in progress, step 68
Browse files- adapter_config.json +2 -5
- adapter_model.safetensors +2 -2
- config.json +1 -1
- tokenizer_config.json +0 -1
- training_args.bin +2 -2
adapter_config.json
CHANGED
|
@@ -3,8 +3,6 @@
|
|
| 3 |
"auto_mapping": null,
|
| 4 |
"base_model_name_or_path": "NousResearch/CodeLlama-7b-hf",
|
| 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,
|
|
@@ -12,14 +10,13 @@
|
|
| 12 |
"layers_pattern": null,
|
| 13 |
"layers_to_transform": null,
|
| 14 |
"loftq_config": {},
|
| 15 |
-
"lora_alpha":
|
| 16 |
-
"lora_bias": false,
|
| 17 |
"lora_dropout": 0.05,
|
| 18 |
"megatron_config": null,
|
| 19 |
"megatron_core": "megatron.core",
|
| 20 |
"modules_to_save": null,
|
| 21 |
"peft_type": "LORA",
|
| 22 |
-
"r":
|
| 23 |
"rank_pattern": {},
|
| 24 |
"revision": null,
|
| 25 |
"target_modules": [
|
|
|
|
| 3 |
"auto_mapping": null,
|
| 4 |
"base_model_name_or_path": "NousResearch/CodeLlama-7b-hf",
|
| 5 |
"bias": "none",
|
|
|
|
|
|
|
| 6 |
"fan_in_fan_out": null,
|
| 7 |
"inference_mode": true,
|
| 8 |
"init_lora_weights": true,
|
|
|
|
| 10 |
"layers_pattern": null,
|
| 11 |
"layers_to_transform": null,
|
| 12 |
"loftq_config": {},
|
| 13 |
+
"lora_alpha": 128,
|
|
|
|
| 14 |
"lora_dropout": 0.05,
|
| 15 |
"megatron_config": null,
|
| 16 |
"megatron_core": "megatron.core",
|
| 17 |
"modules_to_save": null,
|
| 18 |
"peft_type": "LORA",
|
| 19 |
+
"r": 64,
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
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:a3e1e5cbe344caee19db7f1f4e0b9ed8a7ae5c18bc8cddc5ce91288aa46dce17
|
| 3 |
+
size 639691872
|
config.json
CHANGED
|
@@ -27,7 +27,7 @@
|
|
| 27 |
"rope_theta": 1000000,
|
| 28 |
"tie_word_embeddings": false,
|
| 29 |
"torch_dtype": "float16",
|
| 30 |
-
"transformers_version": "4.
|
| 31 |
"use_cache": false,
|
| 32 |
"vocab_size": 32016
|
| 33 |
}
|
|
|
|
| 27 |
"rope_theta": 1000000,
|
| 28 |
"tie_word_embeddings": false,
|
| 29 |
"torch_dtype": "float16",
|
| 30 |
+
"transformers_version": "4.46.3",
|
| 31 |
"use_cache": false,
|
| 32 |
"vocab_size": 32016
|
| 33 |
}
|
tokenizer_config.json
CHANGED
|
@@ -31,7 +31,6 @@
|
|
| 31 |
"bos_token": "<s>",
|
| 32 |
"clean_up_tokenization_spaces": false,
|
| 33 |
"eos_token": "</s>",
|
| 34 |
-
"extra_special_tokens": {},
|
| 35 |
"legacy": true,
|
| 36 |
"model_max_length": 1000000000000000019884624838656,
|
| 37 |
"pad_token": "</s>",
|
|
|
|
| 31 |
"bos_token": "<s>",
|
| 32 |
"clean_up_tokenization_spaces": false,
|
| 33 |
"eos_token": "</s>",
|
|
|
|
| 34 |
"legacy": true,
|
| 35 |
"model_max_length": 1000000000000000019884624838656,
|
| 36 |
"pad_token": "</s>",
|
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:a22ea4ea49e9bc4f4920cd748e18daf7a28e66ad1aff4cdd98921fb2f55391d0
|
| 3 |
+
size 6328
|