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

Model: macadeliccc/SOLAR-math-2x10.7b
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-15 13:27:22 +08:00
commit ddb91edf87
15 changed files with 91610 additions and 0 deletions

36
.gitattributes vendored Normal file
View File

@@ -0,0 +1,36 @@
*.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
solar-2.png filter=lfs diff=lfs merge=lfs -text

269
README.md Normal file
View File

@@ -0,0 +1,269 @@
---
language:
- en
license: apache-2.0
library_name: transformers
model-index:
- name: SOLAR-math-2x10.7b
results:
- task:
type: text-generation
name: Text Generation
dataset:
name: AI2 Reasoning Challenge (25-Shot)
type: ai2_arc
config: ARC-Challenge
split: test
args:
num_few_shot: 25
metrics:
- type: acc_norm
value: 68.43
name: normalized accuracy
source:
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/SOLAR-math-2x10.7b
name: Open LLM Leaderboard
- task:
type: text-generation
name: Text Generation
dataset:
name: HellaSwag (10-Shot)
type: hellaswag
split: validation
args:
num_few_shot: 10
metrics:
- type: acc_norm
value: 86.31
name: normalized accuracy
source:
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/SOLAR-math-2x10.7b
name: Open LLM Leaderboard
- task:
type: text-generation
name: Text Generation
dataset:
name: MMLU (5-Shot)
type: cais/mmlu
config: all
split: test
args:
num_few_shot: 5
metrics:
- type: acc
value: 66.9
name: accuracy
source:
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/SOLAR-math-2x10.7b
name: Open LLM Leaderboard
- task:
type: text-generation
name: Text Generation
dataset:
name: TruthfulQA (0-shot)
type: truthful_qa
config: multiple_choice
split: validation
args:
num_few_shot: 0
metrics:
- type: mc2
value: 64.21
source:
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/SOLAR-math-2x10.7b
name: Open LLM Leaderboard
- task:
type: text-generation
name: Text Generation
dataset:
name: Winogrande (5-shot)
type: winogrande
config: winogrande_xl
split: validation
args:
num_few_shot: 5
metrics:
- type: acc
value: 83.35
name: accuracy
source:
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/SOLAR-math-2x10.7b
name: Open LLM Leaderboard
- task:
type: text-generation
name: Text Generation
dataset:
name: GSM8k (5-shot)
type: gsm8k
config: main
split: test
args:
num_few_shot: 5
metrics:
- type: acc
value: 71.04
name: accuracy
source:
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=macadeliccc/SOLAR-math-2x10.7b
name: Open LLM Leaderboard
---
# 🌞🚀 SOLAR-math-2x10.7_19B
+ This model is part of MoE experimentation. The other solar models in the collection are available [here](https://huggingface.co/collections/macadeliccc/solar-moe-65a2d28e3581a68c41381d5b)
+ If you like this model, version 2 is even better! It is competitve with GPT-3.5 Turbo and Gemini Pro. It exceeds the scores of Mixtral8x7b [macadeliccc/SOLAR-math-2x10.7b-v0.2](https://huggingface.co/macadeliccc/SOLAR-math-2x10.7b-v0.2)
![solar](solar-2.png)
## 🌅 Code Example
Example also available in [colab](https://colab.research.google.com/drive/10FWCLODU_EFclVOFOlxNYMmSiLilGMBZ?usp=sharing)
```python
from transformers import AutoModelForCausalLM, AutoTokenizer
def generate_response(prompt):
"""
Generate a response from the model based on the input prompt.
Args:
prompt (str): Prompt for the model.
Returns:
str: The generated response from the model.
"""
# Tokenize the input prompt
inputs = tokenizer(prompt, return_tensors="pt")
# Generate output tokens
outputs = model.generate(**inputs, max_new_tokens=512, eos_token_id=tokenizer.eos_token_id, pad_token_id=tokenizer.pad_token_id)
# Decode the generated tokens to a string
response = tokenizer.decode(outputs[0], skip_special_tokens=True)
return response
# Load the model and tokenizer
model_id = "macadeliccc/SOLAR-math-2x10.7b"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id, load_in_4bit=True)
prompt = "Explain the proof of Fermat's Last Theorem and its implications in number theory."
print("Response:")
print(generate_response(prompt), "\n")
```
## Evaluations
| Model |AGIEval|GPT4All|TruthfulQA|Bigbench|Average|
|---------------------------------------------------------------------------|------:|------:|---------:|-------:|------:|
|[SOLAR-math-2x10.7b](https://huggingface.co/macadeliccc/SOLAR-math-2x10.7b)| 47.2| 75.18| 64.73| 45.15| 58.07|
### AGIEval
| Task |Version| Metric |Value| |Stderr|
|------------------------------|------:|--------|----:|---|-----:|
|agieval_aqua_rat | 0|acc |30.31|± | 2.89|
| | |acc_norm|30.31|± | 2.89|
|agieval_logiqa_en | 0|acc |43.78|± | 1.95|
| | |acc_norm|43.93|± | 1.95|
|agieval_lsat_ar | 0|acc |21.74|± | 2.73|
| | |acc_norm|19.13|± | 2.60|
|agieval_lsat_lr | 0|acc |57.25|± | 2.19|
| | |acc_norm|56.47|± | 2.20|
|agieval_lsat_rc | 0|acc |68.77|± | 2.83|
| | |acc_norm|68.03|± | 2.85|
|agieval_sat_en | 0|acc |78.16|± | 2.89|
| | |acc_norm|79.13|± | 2.84|
|agieval_sat_en_without_passage| 0|acc |47.57|± | 3.49|
| | |acc_norm|44.66|± | 3.47|
|agieval_sat_math | 0|acc |41.36|± | 3.33|
| | |acc_norm|35.91|± | 3.24|
Average: 47.2%
### GPT4All
| Task |Version| Metric |Value| |Stderr|
|-------------|------:|--------|----:|---|-----:|
|arc_challenge| 0|acc |59.22|± | 1.44|
| | |acc_norm|61.43|± | 1.42|
|arc_easy | 0|acc |84.26|± | 0.75|
| | |acc_norm|83.63|± | 0.76|
|boolq | 1|acc |88.69|± | 0.55|
|hellaswag | 0|acc |65.98|± | 0.47|
| | |acc_norm|84.29|± | 0.36|
|openbookqa | 0|acc |34.20|± | 2.12|
| | |acc_norm|47.20|± | 2.23|
|piqa | 0|acc |81.83|± | 0.90|
| | |acc_norm|82.59|± | 0.88|
|winogrande | 0|acc |78.45|± | 1.16|
Average: 75.18%
### TruthfulQA
| Task |Version|Metric|Value| |Stderr|
|-------------|------:|------|----:|---|-----:|
|truthfulqa_mc| 1|mc1 |48.47|± | 1.75|
| | |mc2 |64.73|± | 1.53|
Average: 64.73%
### Bigbench
| Task |Version| Metric |Value| |Stderr|
|------------------------------------------------|------:|---------------------|----:|---|-----:|
|bigbench_causal_judgement | 0|multiple_choice_grade|61.05|± | 3.55|
|bigbench_date_understanding | 0|multiple_choice_grade|68.56|± | 2.42|
|bigbench_disambiguation_qa | 0|multiple_choice_grade|35.27|± | 2.98|
|bigbench_geometric_shapes | 0|multiple_choice_grade|31.20|± | 2.45|
| | |exact_str_match | 0.00|± | 0.00|
|bigbench_logical_deduction_five_objects | 0|multiple_choice_grade|30.00|± | 2.05|
|bigbench_logical_deduction_seven_objects | 0|multiple_choice_grade|23.43|± | 1.60|
|bigbench_logical_deduction_three_objects | 0|multiple_choice_grade|46.00|± | 2.88|
|bigbench_movie_recommendation | 0|multiple_choice_grade|35.60|± | 2.14|
|bigbench_navigate | 0|multiple_choice_grade|57.50|± | 1.56|
|bigbench_reasoning_about_colored_objects | 0|multiple_choice_grade|55.80|± | 1.11|
|bigbench_ruin_names | 0|multiple_choice_grade|45.98|± | 2.36|
|bigbench_salient_translation_error_detection | 0|multiple_choice_grade|40.58|± | 1.56|
|bigbench_snarks | 0|multiple_choice_grade|66.85|± | 3.51|
|bigbench_sports_understanding | 0|multiple_choice_grade|71.40|± | 1.44|
|bigbench_temporal_sequences | 0|multiple_choice_grade|56.40|± | 1.57|
|bigbench_tracking_shuffled_objects_five_objects | 0|multiple_choice_grade|24.00|± | 1.21|
|bigbench_tracking_shuffled_objects_seven_objects| 0|multiple_choice_grade|17.09|± | 0.90|
|bigbench_tracking_shuffled_objects_three_objects| 0|multiple_choice_grade|46.00|± | 2.88|
Average: 45.15%
Average score: 58.07%
Elapsed time: 04:05:27
### 📚 Citations
```bibtex
@misc{kim2023solar,
title={SOLAR 10.7B: Scaling Large Language Models with Simple yet Effective Depth Up-Scaling},
author={Dahyun Kim and Chanjun Park and Sanghoon Kim and Wonsung Lee and Wonho Song and Yunsu Kim and Hyeonwoo Kim and Yungi Kim and Hyeonju Lee and Jihoo Kim and Changbae Ahn and Seonghoon Yang and Sukyung Lee and Hyunbyung Park and Gyoungjin Gim and Mikyoung Cha and Hwalsuk Lee and Sunghun Kim},
year={2023},
eprint={2312.15166},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
```
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_macadeliccc__SOLAR-math-2x10.7b)
| Metric |Value|
|---------------------------------|----:|
|Avg. |73.37|
|AI2 Reasoning Challenge (25-Shot)|68.43|
|HellaSwag (10-Shot) |86.31|
|MMLU (5-Shot) |66.90|
|TruthfulQA (0-shot) |64.21|
|Winogrande (5-shot) |83.35|
|GSM8k (5-shot) |71.04|

4
added_tokens.json Normal file
View File

@@ -0,0 +1,4 @@
{
"<|im_end|>": 32000,
"<|im_start|>": 32001
}

33
config.json Normal file
View File

@@ -0,0 +1,33 @@
{
"_name_or_path": "NousResearch/Nous-Hermes-2-SOLAR-10.7B",
"architectures": [
"MixtralForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"bos_token_id": 1,
"eos_token_id": 32000,
"hidden_act": "silu",
"hidden_size": 4096,
"initializer_range": 0.02,
"intermediate_size": 14336,
"max_position_embeddings": 4096,
"model_type": "mixtral",
"num_attention_heads": 32,
"num_experts_per_tok": 2,
"num_hidden_layers": 48,
"num_key_value_heads": 8,
"num_local_experts": 2,
"output_router_logits": false,
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_scaling": null,
"rope_theta": 10000.0,
"router_aux_loss_coef": 0.001,
"sliding_window": null,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.36.2",
"use_cache": false,
"vocab_size": 32002
}

17
mergekit_moe_config.yml Normal file
View File

@@ -0,0 +1,17 @@
base_model: NousResearch/Nous-Hermes-2-SOLAR-10.7B
gate_mode: hidden
dtype: bfloat16
experts:
- source_model: NousResearch/Nous-Hermes-2-SOLAR-10.7B
positive_prompts:
- "conversation"
- "logic"
- "book-knowledge"
- source_model: DopeorNope/SOLARC-M-10.7B
positive_prompts:
- "Mathematics"
- "Step-by-step"
- "dialogue"

View File

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

View File

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

View File

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

View File

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

File diff suppressed because one or more lines are too long

3
solar-2.png Normal file
View File

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

24
special_tokens_map.json Normal file
View File

@@ -0,0 +1,24 @@
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|im_end|>",
"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
}
}

91147
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.

61
tokenizer_config.json Normal file
View File

@@ -0,0 +1,61 @@
{
"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
},
"32000": {
"content": "<|im_end|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"32001": {
"content": "<|im_start|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": false
}
},
"additional_special_tokens": [],
"bos_token": "<s>",
"chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"legacy": true,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<s>",
"sp_model_kwargs": {},
"spaces_between_special_tokens": false,
"tokenizer_class": "LlamaTokenizer",
"trust_remote_code": false,
"unk_token": "<unk>",
"use_default_system_prompt": true,
"use_fast": true
}