初始化项目,由ModelHub XC社区提供模型

Model: Heralax/MythoMakiseMerged-13b
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-18 00:24:57 +08:00
commit dad78965df
30 changed files with 187101 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{
"<pad>": 32000
}

26
pytorch_files/config.json Normal file
View File

@@ -0,0 +1,26 @@
{
"_name_or_path": "op_amadeus_models/MythoMax-Kurisu-13b-e1/",
"architectures": [
"LlamaForCausalLM"
],
"bos_token_id": 1,
"eos_token_id": 2,
"hidden_act": "silu",
"hidden_size": 5120,
"initializer_range": 0.02,
"intermediate_size": 13824,
"max_position_embeddings": 4096,
"model_type": "llama",
"num_attention_heads": 40,
"num_hidden_layers": 40,
"num_key_value_heads": 40,
"pad_token_id": 0,
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_scaling": null,
"tie_word_embeddings": false,
"torch_dtype": "float32",
"transformers_version": "4.31.0",
"use_cache": false,
"vocab_size": 32000
}

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d10bf79d311e67dc0113808fecf538e402a5d11e4c35f99a8d68e92bb23674b3
size 5305947768

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2bb1e0472d33b1424fc8dbc723f92a1e81ae886518bd22c8074c9239edbb51e0
size 4970423944

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:abe3e88038b6566e6f803e552a32d3cb01c42af81567f0d29081b70e55526de1
size 4970424216

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ecc5231773a496a89531d98b831372a1f7d51ce19b09ed9178d88a2427dc010d
size 4933703456

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ed28a9941620d9e64503be4bb986cbd4dd14aeca099a01c03dcc37edc581db6
size 4933724168

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1c2f754ecf9f0daca797bc52000ec53724663d0f450dac02f77ced62daa0469d
size 1572917168

File diff suppressed because one or more lines are too long

View 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": "<unk>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}

93400
pytorch_files/tokenizer.json Normal file

File diff suppressed because it is too large Load Diff

BIN
pytorch_files/tokenizer.model (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -0,0 +1,33 @@
{
"bos_token": {
"__type": "AddedToken",
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"clean_up_tokenization_spaces": false,
"eos_token": {
"__type": "AddedToken",
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"legacy": false,
"model_max_length": 4096,
"pad_token": null,
"padding_side": "right",
"sp_model_kwargs": {},
"tokenizer_class": "LlamaTokenizer",
"unk_token": {
"__type": "AddedToken",
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}