Text Generation
GGUF
Merge
mergekit
lazymergekit
anthracite-org/magnum-v2-12b
Trappu/Nemo-Picaro-12B
Eval Results (legacy)
conversational
Instructions to use bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-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 bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-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 bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-GGUF:Q4_K_M
Use Docker
docker model run hf.co/bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-GGUF:Q4_K_M
- Ollama
How to use bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-GGUF with Ollama:
ollama run hf.co/bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-GGUF:Q4_K_M
- Unsloth Studio
How to use bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-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 bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-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 bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-GGUF to start chatting
- Docker Model Runner
How to use bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-GGUF with Docker Model Runner:
docker model run hf.co/bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-GGUF:Q4_K_M
- Lemonade
How to use bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull bartowski/Trappu_Magnum-Picaro-0.7-v2-12b-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Trappu_Magnum-Picaro-0.7-v2-12b-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Update metadata with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,6 +1,110 @@
|
|
| 1 |
---
|
| 2 |
quantized_by: bartowski
|
| 3 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
## Llamacpp imatrix Quantizations of Magnum-Picaro-0.7-v2-12b by Trappu
|
|
|
|
| 1 |
---
|
| 2 |
quantized_by: bartowski
|
| 3 |
pipeline_tag: text-generation
|
| 4 |
+
license: apache-2.0
|
| 5 |
+
base_model: Trappu/Magnum-Picaro-0.7-v2-12b
|
| 6 |
+
base_model_relation: quantized
|
| 7 |
+
tags:
|
| 8 |
+
- merge
|
| 9 |
+
- mergekit
|
| 10 |
+
- lazymergekit
|
| 11 |
+
- anthracite-org/magnum-v2-12b
|
| 12 |
+
- Trappu/Nemo-Picaro-12B
|
| 13 |
+
model-index:
|
| 14 |
+
- name: Magnum-Picaro-0.7-v2-12b
|
| 15 |
+
results:
|
| 16 |
+
- task:
|
| 17 |
+
type: text-generation
|
| 18 |
+
name: Text Generation
|
| 19 |
+
dataset:
|
| 20 |
+
name: IFEval (0-Shot)
|
| 21 |
+
type: HuggingFaceH4/ifeval
|
| 22 |
+
args:
|
| 23 |
+
num_few_shot: 0
|
| 24 |
+
metrics:
|
| 25 |
+
- type: inst_level_strict_acc and prompt_level_strict_acc
|
| 26 |
+
value: 30.03
|
| 27 |
+
name: strict accuracy
|
| 28 |
+
source:
|
| 29 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Trappu/Magnum-Picaro-0.7-v2-12b
|
| 30 |
+
name: Open LLM Leaderboard
|
| 31 |
+
- task:
|
| 32 |
+
type: text-generation
|
| 33 |
+
name: Text Generation
|
| 34 |
+
dataset:
|
| 35 |
+
name: BBH (3-Shot)
|
| 36 |
+
type: BBH
|
| 37 |
+
args:
|
| 38 |
+
num_few_shot: 3
|
| 39 |
+
metrics:
|
| 40 |
+
- type: acc_norm
|
| 41 |
+
value: 35.75
|
| 42 |
+
name: normalized accuracy
|
| 43 |
+
source:
|
| 44 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Trappu/Magnum-Picaro-0.7-v2-12b
|
| 45 |
+
name: Open LLM Leaderboard
|
| 46 |
+
- task:
|
| 47 |
+
type: text-generation
|
| 48 |
+
name: Text Generation
|
| 49 |
+
dataset:
|
| 50 |
+
name: MATH Lvl 5 (4-Shot)
|
| 51 |
+
type: hendrycks/competition_math
|
| 52 |
+
args:
|
| 53 |
+
num_few_shot: 4
|
| 54 |
+
metrics:
|
| 55 |
+
- type: exact_match
|
| 56 |
+
value: 4.76
|
| 57 |
+
name: exact match
|
| 58 |
+
source:
|
| 59 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Trappu/Magnum-Picaro-0.7-v2-12b
|
| 60 |
+
name: Open LLM Leaderboard
|
| 61 |
+
- task:
|
| 62 |
+
type: text-generation
|
| 63 |
+
name: Text Generation
|
| 64 |
+
dataset:
|
| 65 |
+
name: GPQA (0-shot)
|
| 66 |
+
type: Idavidrein/gpqa
|
| 67 |
+
args:
|
| 68 |
+
num_few_shot: 0
|
| 69 |
+
metrics:
|
| 70 |
+
- type: acc_norm
|
| 71 |
+
value: 9.73
|
| 72 |
+
name: acc_norm
|
| 73 |
+
source:
|
| 74 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Trappu/Magnum-Picaro-0.7-v2-12b
|
| 75 |
+
name: Open LLM Leaderboard
|
| 76 |
+
- task:
|
| 77 |
+
type: text-generation
|
| 78 |
+
name: Text Generation
|
| 79 |
+
dataset:
|
| 80 |
+
name: MuSR (0-shot)
|
| 81 |
+
type: TAUR-Lab/MuSR
|
| 82 |
+
args:
|
| 83 |
+
num_few_shot: 0
|
| 84 |
+
metrics:
|
| 85 |
+
- type: acc_norm
|
| 86 |
+
value: 19.56
|
| 87 |
+
name: acc_norm
|
| 88 |
+
source:
|
| 89 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Trappu/Magnum-Picaro-0.7-v2-12b
|
| 90 |
+
name: Open LLM Leaderboard
|
| 91 |
+
- task:
|
| 92 |
+
type: text-generation
|
| 93 |
+
name: Text Generation
|
| 94 |
+
dataset:
|
| 95 |
+
name: MMLU-PRO (5-shot)
|
| 96 |
+
type: TIGER-Lab/MMLU-Pro
|
| 97 |
+
config: main
|
| 98 |
+
split: test
|
| 99 |
+
args:
|
| 100 |
+
num_few_shot: 5
|
| 101 |
+
metrics:
|
| 102 |
+
- type: acc
|
| 103 |
+
value: 28.67
|
| 104 |
+
name: accuracy
|
| 105 |
+
source:
|
| 106 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Trappu/Magnum-Picaro-0.7-v2-12b
|
| 107 |
+
name: Open LLM Leaderboard
|
| 108 |
---
|
| 109 |
|
| 110 |
## Llamacpp imatrix Quantizations of Magnum-Picaro-0.7-v2-12b by Trappu
|