From c86ad429e95a3d7666aad9ef9dae4bf8ab9e8289 Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Sat, 6 Jun 2026 14:40:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: Gryphe/MythoLogic-L2-13b Source: Original Platform --- .gitattributes | 47 +++++++++++++++++++++++++++++++ MythoLogic-L2.png | Bin 0 -> 7022 bytes README.md | 33 ++++++++++++++++++++++ added_tokens.json | 3 ++ config.json | 26 +++++++++++++++++ configuration.json | 1 + generation_config.json | 10 +++++++ pytorch_model-00001-of-00013.bin | 3 ++ pytorch_model-00002-of-00013.bin | 3 ++ pytorch_model-00003-of-00013.bin | 3 ++ pytorch_model-00004-of-00013.bin | 3 ++ pytorch_model-00005-of-00013.bin | 3 ++ pytorch_model-00006-of-00013.bin | 3 ++ pytorch_model-00007-of-00013.bin | 3 ++ pytorch_model-00008-of-00013.bin | 3 ++ pytorch_model-00009-of-00013.bin | 3 ++ pytorch_model-00010-of-00013.bin | 3 ++ pytorch_model-00011-of-00013.bin | 3 ++ pytorch_model-00012-of-00013.bin | 3 ++ pytorch_model-00013-of-00013.bin | 3 ++ pytorch_model.bin.index.json | 3 ++ special_tokens_map.json | 24 ++++++++++++++++ tokenizer.model | 3 ++ tokenizer_config.json | 35 +++++++++++++++++++++++ 24 files changed, 224 insertions(+) create mode 100644 .gitattributes create mode 100644 MythoLogic-L2.png create mode 100644 README.md create mode 100644 added_tokens.json create mode 100644 config.json create mode 100644 configuration.json create mode 100644 generation_config.json create mode 100644 pytorch_model-00001-of-00013.bin create mode 100644 pytorch_model-00002-of-00013.bin create mode 100644 pytorch_model-00003-of-00013.bin create mode 100644 pytorch_model-00004-of-00013.bin create mode 100644 pytorch_model-00005-of-00013.bin create mode 100644 pytorch_model-00006-of-00013.bin create mode 100644 pytorch_model-00007-of-00013.bin create mode 100644 pytorch_model-00008-of-00013.bin create mode 100644 pytorch_model-00009-of-00013.bin create mode 100644 pytorch_model-00010-of-00013.bin create mode 100644 pytorch_model-00011-of-00013.bin create mode 100644 pytorch_model-00012-of-00013.bin create mode 100644 pytorch_model-00013-of-00013.bin create mode 100644 pytorch_model.bin.index.json create mode 100644 special_tokens_map.json create mode 100644 tokenizer.model create mode 100644 tokenizer_config.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..53d7257 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,47 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bin.* filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zstandard filter=lfs diff=lfs merge=lfs -text +*.tfevents* filter=lfs diff=lfs merge=lfs -text +*.db* filter=lfs diff=lfs merge=lfs -text +*.ark* filter=lfs diff=lfs merge=lfs -text +**/*ckpt*data* filter=lfs diff=lfs merge=lfs -text +**/*ckpt*.meta filter=lfs diff=lfs merge=lfs -text +**/*ckpt*.index filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.gguf* filter=lfs diff=lfs merge=lfs -text +*.ggml filter=lfs diff=lfs merge=lfs -text +*.llamafile* filter=lfs diff=lfs merge=lfs -text +*.pt2 filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/MythoLogic-L2.png b/MythoLogic-L2.png new file mode 100644 index 0000000000000000000000000000000000000000..e69541b08acba55741e9cd88ddb8c4d1c3c0a33f GIT binary patch literal 7022 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 + +### Instruction: +Your instruction or question here. +For roleplay purposes, I suggest the following - Write 's next reply in a chat between and . Write a single reply only. + +### Response: +``` + +--- +license: other +--- \ No newline at end of file diff --git a/added_tokens.json b/added_tokens.json new file mode 100644 index 0000000..9c16aa4 --- /dev/null +++ b/added_tokens.json @@ -0,0 +1,3 @@ +{ + "": 32000 +} diff --git a/config.json b/config.json new file mode 100644 index 0000000..7637217 --- /dev/null +++ b/config.json @@ -0,0 +1,26 @@ +{ + "_name_or_path": "MythoLogic-L2-13b", + "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": "float16", + "transformers_version": "4.32.0.dev0", + "use_cache": false, + "vocab_size": 32000 +} diff --git a/configuration.json b/configuration.json new file mode 100644 index 0000000..bbeeda1 --- /dev/null +++ b/configuration.json @@ -0,0 +1 @@ +{"framework": "pytorch", "task": "text-generation", "allow_remote": true} \ No newline at end of file diff --git a/generation_config.json b/generation_config.json new file mode 100644 index 0000000..c8a0a69 --- /dev/null +++ b/generation_config.json @@ -0,0 +1,10 @@ +{ + "_from_model_config": true, + "bos_token_id": 1, + "eos_token_id": 2, + "max_length": 4096, + "pad_token_id": 0, + "temperature": 0.9, + "top_p": 0.6, + "transformers_version": "4.32.0.dev0" +} diff --git a/pytorch_model-00001-of-00013.bin b/pytorch_model-00001-of-00013.bin new file mode 100644 index 0000000..ebdfd91 --- /dev/null +++ b/pytorch_model-00001-of-00013.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d530c5e26f041cbea152563b2a1307f8c795f79471aad55caea01d288303c046 +size 2089337041 diff --git a/pytorch_model-00002-of-00013.bin b/pytorch_model-00002-of-00013.bin new file mode 100644 index 0000000..2e6e206 --- /dev/null +++ b/pytorch_model-00002-of-00013.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af76e3397e3d53e986b52cf315049247caf16b0ec8b9cd75f62d6540401c696b +size 2044815083 diff --git a/pytorch_model-00003-of-00013.bin b/pytorch_model-00003-of-00013.bin new file mode 100644 index 0000000..46e9d98 --- /dev/null +++ b/pytorch_model-00003-of-00013.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636f175c4bdbb22e112eddba5ba83fb5c51b3cd26d3e42d6d387a1078a1880fd +size 2060523307 diff --git a/pytorch_model-00004-of-00013.bin b/pytorch_model-00004-of-00013.bin new file mode 100644 index 0000000..6048a7f --- /dev/null +++ b/pytorch_model-00004-of-00013.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1822e06ef0c7a49bcd0e1acf8057f38a399b3e2cbc325ab499d8508ecf6d03 +size 1955665095 diff --git a/pytorch_model-00005-of-00013.bin b/pytorch_model-00005-of-00013.bin new file mode 100644 index 0000000..d7bd01b --- /dev/null +++ b/pytorch_model-00005-of-00013.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de13cc9dfd699e3f18abae8a8606cb6731121bb162932676800b1324c48502d +size 2044794055 diff --git a/pytorch_model-00006-of-00013.bin b/pytorch_model-00006-of-00013.bin new file mode 100644 index 0000000..588b5db --- /dev/null +++ b/pytorch_model-00006-of-00013.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470ac0b71c7785225fdd3bb734cf2acf28ddc364267faf7ea999436d169e2f98 +size 2044794055 diff --git a/pytorch_model-00007-of-00013.bin b/pytorch_model-00007-of-00013.bin new file mode 100644 index 0000000..4793b51 --- /dev/null +++ b/pytorch_model-00007-of-00013.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9813becb89c54a2c511303083a964792b2af44c75e279792dc7465541ad9060 +size 2044815147 diff --git a/pytorch_model-00008-of-00013.bin b/pytorch_model-00008-of-00013.bin new file mode 100644 index 0000000..c217dba --- /dev/null +++ b/pytorch_model-00008-of-00013.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa2bbbf2a11ceac9b508ab4b41355d9d52d6e4e824166d1ac06bcd8d609a547e +size 2060523307 diff --git a/pytorch_model-00009-of-00013.bin b/pytorch_model-00009-of-00013.bin new file mode 100644 index 0000000..b0f9a38 --- /dev/null +++ b/pytorch_model-00009-of-00013.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5591e915c435ecac97d3e36aef2233ed2c67f595ab90bc73c61a6fda639d3dbc +size 1955665095 diff --git a/pytorch_model-00010-of-00013.bin b/pytorch_model-00010-of-00013.bin new file mode 100644 index 0000000..3fddef0 --- /dev/null +++ b/pytorch_model-00010-of-00013.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd295ae55290bd38e02db8422f5f53cea1d85376fbf0e16e8c0f6e94d629e85 +size 2044794055 diff --git a/pytorch_model-00011-of-00013.bin b/pytorch_model-00011-of-00013.bin new file mode 100644 index 0000000..327776d --- /dev/null +++ b/pytorch_model-00011-of-00013.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea29e98334aeab3749f0cbad2a86100e15e5208299e6b8776c06392945e8d2e3 +size 2044794055 diff --git a/pytorch_model-00012-of-00013.bin b/pytorch_model-00012-of-00013.bin new file mode 100644 index 0000000..1f16b2a --- /dev/null +++ b/pytorch_model-00012-of-00013.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a4c2a75d88a224f88db7039fb892e58e54f5c0c9fafe702c47f77c838b6fc4b +size 2044815147 diff --git a/pytorch_model-00013-of-00013.bin b/pytorch_model-00013-of-00013.bin new file mode 100644 index 0000000..fc8199e --- /dev/null +++ b/pytorch_model-00013-of-00013.bin @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6563cf73e5444b22e7a0b82a7cc98db48a2cd84b4a8f99b80a82b40227188c22 +size 1596514999 diff --git a/pytorch_model.bin.index.json b/pytorch_model.bin.index.json new file mode 100644 index 0000000..324bde8 --- /dev/null +++ b/pytorch_model.bin.index.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:110bed6b5024f0e81614529f3517f10937e67abfb56ba4b1ba0f377c8a0f32db +size 29894 diff --git a/special_tokens_map.json b/special_tokens_map.json new file mode 100644 index 0000000..14761dc --- /dev/null +++ b/special_tokens_map.json @@ -0,0 +1,24 @@ +{ + "bos_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "eos_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "pad_token": "", + "unk_token": { + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +} diff --git a/tokenizer.model b/tokenizer.model new file mode 100644 index 0000000..6c00c74 --- /dev/null +++ b/tokenizer.model @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347 +size 499723 diff --git a/tokenizer_config.json b/tokenizer_config.json new file mode 100644 index 0000000..508754b --- /dev/null +++ b/tokenizer_config.json @@ -0,0 +1,35 @@ +{ + "add_bos_token": true, + "add_eos_token": false, + "bos_token": { + "__type": "AddedToken", + "content": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + }, + "clean_up_tokenization_spaces": false, + "eos_token": { + "__type": "AddedToken", + "content": "", + "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": "", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false + } +}