license, library_name, tags, base_model, model-index
license library_name tags base_model model-index
cc-by-nc-4.0 transformers
mergekit
merge
alpaca
mistral
not-for-all-audiences
nsfw
icefog72/Kunokukulemonchini-32k-7b
icefog72/Mixtral_AI_Cyber_3.m1-BigL
grimjim/kukulemon-32K-7B
LeroyDyer/Mixtral_AI_Cyber_3.m1
Nitral-AI/Kunocchini-7b-128k-test
Undi95/BigL-7B
name results
IceLemonTeaRP-32k-7b
task dataset metrics source
type name
text-generation Text Generation
name type config split args
AI2 Reasoning Challenge (25-Shot) ai2_arc ARC-Challenge test
num_few_shot
25
type value name
acc_norm 67.66 normalized accuracy
url name
https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=icefog72/IceLemonTeaRP-32k-7b Open LLM Leaderboard
task dataset metrics source
type name
text-generation Text Generation
name type split args
HellaSwag (10-Shot) hellaswag validation
num_few_shot
10
type value name
acc_norm 86.53 normalized accuracy
url name
https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=icefog72/IceLemonTeaRP-32k-7b Open LLM Leaderboard
task dataset metrics source
type name
text-generation Text Generation
name type config split args
MMLU (5-Shot) cais/mmlu all test
num_few_shot
5
type value name
acc 64.51 accuracy
url name
https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=icefog72/IceLemonTeaRP-32k-7b Open LLM Leaderboard
task dataset metrics source
type name
text-generation Text Generation
name type config split args
TruthfulQA (0-shot) truthful_qa multiple_choice validation
num_few_shot
0
type value
mc2 61.76
url name
https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=icefog72/IceLemonTeaRP-32k-7b Open LLM Leaderboard
task dataset metrics source
type name
text-generation Text Generation
name type config split args
Winogrande (5-shot) winogrande winogrande_xl validation
num_few_shot
5
type value name
acc 79.72 accuracy
url name
https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=icefog72/IceLemonTeaRP-32k-7b Open LLM Leaderboard
task dataset metrics source
type name
text-generation Text Generation
name type config split args
GSM8k (5-shot) gsm8k main test
num_few_shot
5
type value name
acc 62.4 accuracy
url name
https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=icefog72/IceLemonTeaRP-32k-7b Open LLM Leaderboard
task dataset metrics source
type name
text-generation Text Generation
name type args
IFEval (0-Shot) HuggingFaceH4/ifeval
num_few_shot
0
type value name
inst_level_strict_acc and prompt_level_strict_acc 52.12 strict accuracy
url name
https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=icefog72/IceLemonTeaRP-32k-7b Open LLM Leaderboard
task dataset metrics source
type name
text-generation Text Generation
name type args
BBH (3-Shot) BBH
num_few_shot
3
type value name
acc_norm 30.14 normalized accuracy
url name
https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=icefog72/IceLemonTeaRP-32k-7b Open LLM Leaderboard
task dataset metrics source
type name
text-generation Text Generation
name type args
MATH Lvl 5 (4-Shot) hendrycks/competition_math
num_few_shot
4
type value name
exact_match 4.83 exact match
url name
https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=icefog72/IceLemonTeaRP-32k-7b Open LLM Leaderboard
task dataset metrics source
type name
text-generation Text Generation
name type args
GPQA (0-shot) Idavidrein/gpqa
num_few_shot
0
type value name
acc_norm 5.37 acc_norm
url name
https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=icefog72/IceLemonTeaRP-32k-7b Open LLM Leaderboard
task dataset metrics source
type name
text-generation Text Generation
name type args
MuSR (0-shot) TAUR-Lab/MuSR
num_few_shot
0
type value name
acc_norm 12.2 acc_norm
url name
https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=icefog72/IceLemonTeaRP-32k-7b Open LLM Leaderboard
task dataset metrics source
type name
text-generation Text Generation
name type config split args
MMLU-PRO (5-shot) TIGER-Lab/MMLU-Pro main test
num_few_shot
5
type value name
acc 22.97 accuracy
url name
https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=icefog72/IceLemonTeaRP-32k-7b Open LLM Leaderboard

IceLemonTeaRP-32k-7b

image/png

This is a merge of pre-trained language models created using mergekit.

I would suggest to play with rope_theta in config.json to set between 40000-100000.

Merge Details

Cooked merge from fresh ingredients to fix icefog72/IceTeaRP-7b repetition problems.

Prompt template: Alpaca, maybe ChatML

  • measurement.json for quanting exl2 included.

Thanks for

Merge Method

This model was merged using the SLERP merge method.

Models Merged

The following models were included in the merge:

How to download From the command line

I recommend using the huggingface-hub Python library:

pip3 install huggingface-hub

To download the main branch to a folder called IceLemonTeaRP-32k-7b:

mkdir IceLemonTeaRP-32k-7b
huggingface-cli download icefog72/IceLemonTeaRP-32k-7b --local-dir IceLemonTeaRP-32k-7b --local-dir-use-symlinks False
More advanced huggingface-cli download usage

If you remove the --local-dir-use-symlinks False parameter, the files will instead be stored in the central Hugging Face cache directory (default location on Linux is: ~/.cache/huggingface), and symlinks will be added to the specified --local-dir, pointing to their real location in the cache. This allows for interrupted downloads to be resumed, and allows you to quickly clone the repo to multiple places on disk without triggering a download again. The downside, and the reason why I don't list that as the default option, is that the files are then hidden away in a cache folder and it's harder to know where your disk space is being used, and to clear it up if/when you want to remove a download model.

The cache location can be changed with the HF_HOME environment variable, and/or the --cache-dir parameter to huggingface-cli.

For more documentation on downloading with huggingface-cli, please see: HF -> Hub Python Library -> Download files -> Download from the CLI.

To accelerate downloads on fast connections (1Gbit/s or higher), install hf_transfer:

pip3 install hf_transfer

And set environment variable HF_HUB_ENABLE_HF_TRANSFER to 1:

mkdir FOLDERNAME
HF_HUB_ENABLE_HF_TRANSFER=1 huggingface-cli download MODEL --local-dir FOLDERNAME --local-dir-use-symlinks False

Windows Command Line users: You can set the environment variable by running set HF_HUB_ENABLE_HF_TRANSFER=1 before the download command.

### Configuration

The following YAML configuration was used to produce this model:


slices:
  - sources:
      - model: Mixtral_AI_Cyber_3.m1-BigL
        layer_range: [0, 32]
      - model: Kunokukulemonchini-32k-7b
        layer_range: [0, 32]
merge_method: slerp
base_model: Kunokukulemonchini-32k-7b
parameters:
  t:
    - filter: self_attn
      value: [0, 0.5, 0.3, 0.7, 1]
    - filter: mlp
      value: [1, 0.5, 0.7, 0.3, 0]
    - value: 0.5
dtype: float16

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 70.43
AI2 Reasoning Challenge (25-Shot) 67.66
HellaSwag (10-Shot) 86.53
MMLU (5-Shot) 64.51
TruthfulQA (0-shot) 61.76
Winogrande (5-shot) 79.72
GSM8k (5-shot) 62.40

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

Metric Value
Avg. 21.27
IFEval (0-Shot) 52.12
BBH (3-Shot) 30.14
MATH Lvl 5 (4-Shot) 4.83
GPQA (0-shot) 5.37
MuSR (0-shot) 12.20
MMLU-PRO (5-shot) 22.97
Description
Model synced from source: icefog72/IceLemonTeaRP-32k-7b
Readme 645 KiB