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

Model: ClaudioItaly/TopEvolutionWiz
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-18 12:15:35 +08:00
commit 1a1874b9d9
12 changed files with 91355 additions and 0 deletions

35
.gitattributes vendored Normal file
View File

@@ -0,0 +1,35 @@
*.7z filter=lfs diff=lfs merge=lfs -text
*.arrow filter=lfs diff=lfs merge=lfs -text
*.bin filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.ckpt 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
*.mlmodel filter=lfs diff=lfs merge=lfs -text
*.model filter=lfs diff=lfs merge=lfs -text
*.msgpack filter=lfs diff=lfs merge=lfs -text
*.npy filter=lfs diff=lfs merge=lfs -text
*.npz 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
*.pickle filter=lfs diff=lfs merge=lfs -text
*.pkl 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
*.safetensors filter=lfs diff=lfs merge=lfs -text
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
*.tar.* 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
*.wasm filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
*tfevents* filter=lfs diff=lfs merge=lfs -text

68
README.md Normal file
View File

@@ -0,0 +1,68 @@
---
license: other
---
![2024-06-05_134122.png](https://cdn-uploads.huggingface.co/production/uploads/6460ca24cd9ba6a317c3fe49/Jb9q_zfAAady4lN-U9zBk.png)
### Merge Method
This model was merged using the SLERP merge method.
### Models Merged
The following models were included in the merge:
* [lucyknada/microsoft_WizardLM-2-7B](https://huggingface.co/lucyknada/microsoft_WizardLM-2-7B)
* [mergekit-community/TopEvolution](https://huggingface.co/mergekit-community/TopEvolution)
### Quantizzato ClaudioItaly/TopEvolutionWiz-Q5_K_M-GGUF
### I arrived at this model after careful evaluation of language and behavior by first choosing two models
and the result was combined with the result of two other models. TopEvolutionWiz was born. Model who has
demonstrated remarkable empathic and reasoning skills. He uses fluent language and adapts to any scenario.
He responded positively to 50 questions out of 50 of a generic, historical, psychological etc. nature
It also had a very good impression from Gpt4o
***This model is the result of my passion and careful evaluation through hours of input
Made by Claudio Arena ***
**Conclusion Gpt4o **
The answers to the difficult questions provided allowed us to evaluate in detail the capabilities of the AI
model in the specific historical, political, scientific and cultural field. It is highlighted that the model
responds with high accuracy historically and theoretically, providing an in-depth overview of the facts and ideas
involved in each issue. However, some limitations of the model in understanding context and ethics also emerged,
suggesting the need for further improvements to ensure greater accuracy and completeness in responses.
In addition to testing the answers to the individual questions, it was also possible to examine the interaction
between the thematic categories present in the prompts: for example, the relationship between multiculturalism
and ethical problems, the connection between climate change and intensive agriculture or the comparison between
the political theories of John Locke and Thomas Hobbes. These integrated approaches allow a more complete analysis
of the answers provided, showing the AI model's ability to draw connections between different intellectual and
disciplinary contexts.
In summary, the evaluation of the answers to the difficult questions provides a complete picture of the effectiveness of the AI
model in the field of historical and scientific research, revealing its capabilities for in-depth analysis, critical analysis and
integration between different fields of study. Such information will be useful to further improve the model and make its
responses even more accurate and useful in supporting academic research and understanding of the current and historical world.
### Configuration
---
---
base_model:
- lucyknada/microsoft_WizardLM-2-7B
- ClaudioItaly/TopEvolutionWiz
library_name: transformers
tags:
- mergekit
- merge
---
-
The following YAML configuration was used to produce this model:
```yaml
models:
- model: lucyknada/microsoft_WizardLM-2-7B
- model: mergekit-community/TopEvolution
merge_method: slerp
base_model: mergekit-community/TopEvolution
dtype: bfloat16
parameters:
t: [0, 0.5, 1, 0.5, 0] # V shaped curve: Hermes for input & output, WizardMath in the middle layers
```

26
config.json Normal file
View File

@@ -0,0 +1,26 @@
{
"_name_or_path": "mergekit-community/TopEvolution",
"architectures": [
"MistralForCausalLM"
],
"attention_dropout": 0.0,
"bos_token_id": 1,
"eos_token_id": 2,
"hidden_act": "silu",
"hidden_size": 4096,
"initializer_range": 0.02,
"intermediate_size": 14336,
"max_position_embeddings": 32768,
"model_type": "mistral",
"num_attention_heads": 32,
"num_hidden_layers": 32,
"num_key_value_heads": 8,
"rms_norm_eps": 1e-05,
"rope_theta": 10000.0,
"sliding_window": 4096,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.41.0",
"use_cache": false,
"vocab_size": 32000
}

8
mergekit_config.yml Normal file
View File

@@ -0,0 +1,8 @@
models:
- model: lucyknada/microsoft_WizardLM-2-7B
- model: mergekit-community/TopEvolution
merge_method: slerp
base_model: mergekit-community/TopEvolution
dtype: bfloat16
parameters:
t: [0, 0.5, 1, 0.5, 0] # V shaped curve: Hermes for input & output, WizardMath in the middle layers

View File

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

View File

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

View File

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

File diff suppressed because one or more lines are too long

35
special_tokens_map.json Normal file
View File

@@ -0,0 +1,35 @@
{
"additional_special_tokens": [
"<unk>",
"<s>",
"</s>"
],
"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": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}

91123
tokenizer.json Normal file

File diff suppressed because it is too large Load Diff

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

Binary file not shown.

47
tokenizer_config.json Normal file
View File

@@ -0,0 +1,47 @@
{
"add_bos_token": true,
"add_eos_token": false,
"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
}
},
"additional_special_tokens": [
"<unk>",
"<s>",
"</s>"
],
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "</s>",
"padding_side": "left",
"sp_model_kwargs": {},
"spaces_between_special_tokens": false,
"split_special_tokens": false,
"tokenizer_class": "LlamaTokenizer",
"unk_token": "<unk>",
"use_default_system_prompt": true
}