初始化项目,由ModelHub XC社区提供模型
Model: Nekochu/Luminia-13B-v3 Source: Original Platform
This commit is contained in:
33
QLora/adapter_config.json
Normal file
33
QLora/adapter_config.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"alpha_pattern": {},
|
||||
"auto_mapping": null,
|
||||
"base_model_name_or_path": "checkpoints\\Llama-2-13b-chat-hf",
|
||||
"bias": "none",
|
||||
"fan_in_fan_out": false,
|
||||
"inference_mode": true,
|
||||
"init_lora_weights": true,
|
||||
"layers_pattern": null,
|
||||
"layers_to_transform": null,
|
||||
"loftq_config": {},
|
||||
"lora_alpha": 64,
|
||||
"lora_dropout": 0.15,
|
||||
"megatron_config": null,
|
||||
"megatron_core": "megatron.core",
|
||||
"modules_to_save": null,
|
||||
"peft_type": "LORA",
|
||||
"r": 32,
|
||||
"rank_pattern": {},
|
||||
"revision": null,
|
||||
"target_modules": [
|
||||
"k_proj",
|
||||
"down_proj",
|
||||
"q_proj",
|
||||
"v_proj",
|
||||
"gate_proj",
|
||||
"up_proj",
|
||||
"o_proj"
|
||||
],
|
||||
"task_type": "CAUSAL_LM",
|
||||
"use_dora": false,
|
||||
"use_rslora": false
|
||||
}
|
||||
3
QLora/adapter_model.safetensors
Normal file
3
QLora/adapter_model.safetensors
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d330a3938fc0b33b8f3f6ac75c710cfa81250bb16336f8fa60c2bc36dad929a8
|
||||
size 500770656
|
||||
7
QLora/all_results.json
Normal file
7
QLora/all_results.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"epoch": 1.0,
|
||||
"train_loss": 0.24151210376558752,
|
||||
"train_runtime": 349438.2347,
|
||||
"train_samples_per_second": 1.019,
|
||||
"train_steps_per_second": 1.019
|
||||
}
|
||||
3
QLora/optimizer.pt
Normal file
3
QLora/optimizer.pt
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb182fa18927a9dd493696f0d5fe6d00fd41c3df11ff53a193aa0669bdcd91aa
|
||||
size 1001863522
|
||||
3
QLora/rng_state.pth
Normal file
3
QLora/rng_state.pth
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:acfaad7a20678bbf78879aea0514f08657604ddf3ae045c0f9439c02006820dd
|
||||
size 14244
|
||||
3
QLora/scheduler.pt
Normal file
3
QLora/scheduler.pt
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31403fb20d87c989a5e879d91dd4fbfdbdf6208ed3a9a2fc3f3f7052f90dcf65
|
||||
size 1064
|
||||
24
QLora/special_tokens_map.json
Normal file
24
QLora/special_tokens_map.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"bos_token": {
|
||||
"content": "<s>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
},
|
||||
"eos_token": {
|
||||
"content": "</s>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
},
|
||||
"pad_token": "</s>",
|
||||
"unk_token": {
|
||||
"content": "<unk>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false
|
||||
}
|
||||
}
|
||||
BIN
QLora/tokenizer.model
(Stored with Git LFS)
Normal file
BIN
QLora/tokenizer.model
(Stored with Git LFS)
Normal file
Binary file not shown.
44
QLora/tokenizer_config.json
Normal file
44
QLora/tokenizer_config.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"add_bos_token": true,
|
||||
"add_eos_token": false,
|
||||
"add_prefix_space": true,
|
||||
"added_tokens_decoder": {
|
||||
"0": {
|
||||
"content": "<unk>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false,
|
||||
"special": true
|
||||
},
|
||||
"1": {
|
||||
"content": "<s>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false,
|
||||
"special": true
|
||||
},
|
||||
"2": {
|
||||
"content": "</s>",
|
||||
"lstrip": false,
|
||||
"normalized": false,
|
||||
"rstrip": false,
|
||||
"single_word": false,
|
||||
"special": true
|
||||
}
|
||||
},
|
||||
"bos_token": "<s>",
|
||||
"clean_up_tokenization_spaces": false,
|
||||
"eos_token": "</s>",
|
||||
"legacy": false,
|
||||
"model_max_length": 1000000000000000019884624838656,
|
||||
"pad_token": "</s>",
|
||||
"padding_side": "right",
|
||||
"sp_model_kwargs": {},
|
||||
"spaces_between_special_tokens": false,
|
||||
"split_special_tokens": false,
|
||||
"tokenizer_class": "LlamaTokenizer",
|
||||
"unk_token": "<unk>",
|
||||
"use_default_system_prompt": false
|
||||
}
|
||||
7
QLora/train_results.json
Normal file
7
QLora/train_results.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"epoch": 1.0,
|
||||
"train_loss": 0.24151210376558752,
|
||||
"train_runtime": 349438.2347,
|
||||
"train_samples_per_second": 1.019,
|
||||
"train_steps_per_second": 1.019
|
||||
}
|
||||
3
QLora/trainer_log.jsonl
Normal file
3
QLora/trainer_log.jsonl
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ee5aee2b6dbc02d16adda38c212c7a4320a9b85ffbd74b2ac0b79335f455220f
|
||||
size 19005119
|
||||
3
QLora/trainer_state.json
Normal file
3
QLora/trainer_state.json
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4315c2d7f1d9d44dfb04c58fe2f8e9b888616ccc98be47e7e628cd882aa4f0a8
|
||||
size 11988758
|
||||
3
QLora/training_args.bin
Normal file
3
QLora/training_args.bin
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c12c706a6e99ac2baacbce9afe136cf687860add61b926d3cb7c4b0f3b9abe63
|
||||
size 5112
|
||||
Reference in New Issue
Block a user