Instructions to use RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf", filename="Chunky-Lemon-Cookie-11B.IQ3_M.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf:Q4_K_M # Run inference directly in the terminal: llama-cli -hf RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf:Q4_K_M # Run inference directly in the terminal: llama-cli -hf RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf:Q4_K_M
Use Docker
docker model run hf.co/RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf with Ollama:
ollama run hf.co/RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf:Q4_K_M
- Unsloth Studio
How to use RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf to start chatting
- Atomic Chat new
- Docker Model Runner
How to use RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf with Docker Model Runner:
docker model run hf.co/RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf:Q4_K_M
- Lemonade
How to use RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf:Q4_K_M
Run and chat with the model
lemonade run user.FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf-Q4_K_M
List all available models
lemonade list
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Quantization made by Richard Erkhov.
Chunky-Lemon-Cookie-11B - GGUF
- Model creator: https://huggingface.co/FallenMerick/
- Original model: https://huggingface.co/FallenMerick/Chunky-Lemon-Cookie-11B/
Original model description:
license: cc-by-4.0 language: - en base_model: - mistralai/Mistral-7B-v0.1 - SanjiWatsuki/Kunoichi-7B - SanjiWatsuki/Silicon-Maid-7B - KatyTheCutie/LemonadeRP-4.5.3 - Sao10K/Fimbulvetr-11B-v2 library_name: transformers tags: - mergekit - merge - mistral - text-generation - roleplay model-index: - name: Smart-Lemon-Cookie-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: 69.62 name: normalized accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=FallenMerick/Chunky-Lemon-Cookie-11B 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.55 name: normalized accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=FallenMerick/Chunky-Lemon-Cookie-11B 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: 65.35 name: accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=FallenMerick/Chunky-Lemon-Cookie-11B 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: 61.59 source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=FallenMerick/Chunky-Lemon-Cookie-11B 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: 79.79 name: accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=FallenMerick/Chunky-Lemon-Cookie-11B 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: 58.45 name: accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=FallenMerick/Chunky-Lemon-Cookie-11B name: Open LLM Leaderboard
Chunky-Lemon-Cookie-11B
This is a merge of pre-trained language models created using mergekit.
GGUF quants:
- https://huggingface.co/backyardai/Chunky-Lemon-Cookie-11B-GGUF
- https://huggingface.co/mradermacher/Chunky-Lemon-Cookie-11B-GGUF
Merge Details
Merge Method
This model was merged using the following methods:
- passthrough
- task arithmetic
Models Merged
The following models were included in the merge:
- SanjiWatsuki/Kunoichi-7B
- SanjiWatsuki/Silicon-Maid-7B
- KatyTheCutie/LemonadeRP-4.5.3
- Sao10K/Fimbulvetr-11B-v2
- mistralai/Mistral-7B-v0.1
Configuration
The following YAML configurations were used to produce this model:
slices:
- sources:
- model: mistralai/Mistral-7B-v0.1
layer_range: [0, 24]
- sources:
- model: mistralai/Mistral-7B-v0.1
layer_range: [8, 32]
merge_method: passthrough
dtype: float16
name: Mistral-11B
---
slices:
- sources:
- model: SanjiWatsuki/Kunoichi-7B
layer_range: [0, 24]
- sources:
- model: SanjiWatsuki/Silicon-Maid-7B
layer_range: [8, 24]
- sources:
- model: KatyTheCutie/LemonadeRP-4.5.3
layer_range: [24, 32]
merge_method: passthrough
dtype: float16
name: Big-Lemon-Cookie-11B
---
models:
- model: Big-Lemon-Cookie-11B
parameters:
weight: 0.85
- model: Sao10K/Fimbulvetr-11B-v2
parameters:
weight: 0.15
merge_method: task_arithmetic
base_model: Mistral-11B
dtype: float16
name: Chunky-Lemon-Cookie-11B
Open LLM Leaderboard Evaluation Results
Detailed results can be found here
| Metric | Value |
|---|---|
| Avg. | 70.23 |
| AI2 Reasoning Challenge (25-Shot) | 69.62 |
| HellaSwag (10-Shot) | 86.55 |
| MMLU (5-Shot) | 65.35 |
| TruthfulQA (0-shot) | 61.59 |
| Winogrande (5-shot) | 79.79 |
| GSM8k (5-shot) | 58.45 |
- Downloads last month
- 252
2-bit
3-bit
4-bit
5-bit
6-bit
8-bit

docker model run hf.co/RichardErkhov/FallenMerick_-_Chunky-Lemon-Cookie-11B-gguf: