Views
No views yet
| Name | Quant method | Size |
|---|---|---|
| calme-2.1-phi3.5-4b.Q2_K.gguf | Q2_K | 1.32GB |
| calme-2.1-phi3.5-4b.IQ3_XS.gguf | IQ3_XS | 1.51GB |
| calme-2.1-phi3.5-4b.IQ3_S.gguf | IQ3_S | 1.57GB |
| calme-2.1-phi3.5-4b.Q3_K_S.gguf | Q3_K_S | 1.57GB |
| calme-2.1-phi3.5-4b.IQ3_M.gguf | IQ3_M | 1.73GB |
| calme-2.1-phi3.5-4b.Q3_K.gguf | Q3_K | 1.82GB |
| calme-2.1-phi3.5-4b.Q3_K_M.gguf | Q3_K_M | 1.82GB |
| calme-2.1-phi3.5-4b.Q3_K_L.gguf | Q3_K_L | 1.94GB |
| calme-2.1-phi3.5-4b.IQ4_XS.gguf | IQ4_XS | 1.93GB |
| calme-2.1-phi3.5-4b.Q4_0.gguf | Q4_0 | 2.03GB |
| calme-2.1-phi3.5-4b.IQ4_NL.gguf | IQ4_NL | 2.04GB |
| calme-2.1-phi3.5-4b.Q4_K_S.gguf | Q4_K_S | 2.04GB |
| calme-2.1-phi3.5-4b.Q4_K.gguf | Q4_K | 2.23GB |
| calme-2.1-phi3.5-4b.Q4_K_M.gguf | Q4_K_M | 2.23GB |
| calme-2.1-phi3.5-4b.Q4_1.gguf | Q4_1 | 2.24GB |
| calme-2.1-phi3.5-4b.Q5_0.gguf | Q5_0 | 2.46GB |
| calme-2.1-phi3.5-4b.Q5_K_S.gguf | Q5_K_S | 2.46GB |
| calme-2.1-phi3.5-4b.Q5_K.gguf | Q5_K | 2.62GB |
| calme-2.1-phi3.5-4b.Q5_K_M.gguf | Q5_K_M | 2.62GB |
| calme-2.1-phi3.5-4b.Q5_1.gguf | Q5_1 | 2.68GB |
| calme-2.1-phi3.5-4b.Q6_K.gguf | Q6_K | 2.92GB |
| calme-2.1-phi3.5-4b.Q8_0.gguf | Q8_0 | 3.78GB |

microsoft/Phi-3.5-mini-instruct, pushing the boundaries of natural language understanding and generation even further. My goal was to create a versatile and robust model that excels across a wide range of benchmarks and real-world applications.ChatML prompt template:<|system|>
You are a helpful assistant.<|end|>
<|user|>
How to explain Internet for a medieval knight?<|end|>
<|assistant|>1
2# Use a pipeline as a high-level helper
3
4from transformers import pipeline
5
6messages = [
7 {"role": "user", "content": "Who are you?"},
8]
9pipe = pipeline("text-generation", model="MaziyarPanahi/calme-2.1-phi3.5-4b")
10pipe(messages)
11
12
13# Load model directly
14
15from transformers import AutoTokenizer, AutoModelForCausalLM
16
17tokenizer = AutoTokenizer.from_pretrained("MaziyarPanahi/calme-2.1-phi3.5-4b")
18model = AutoModelForCausalLM.from_pretrained("MaziyarPanahi/calme-2.1-phi3.5-4b")| Metric | Value |
|---|---|
| Avg. | 27.01 |
| IFEval (0-Shot) | 56.59 |
| BBH (3-Shot) | 36.11 |
| MATH Lvl 5 (4-Shot) | 14.43 |
| GPQA (0-shot) | 12.53 |
| MuSR (0-shot) | 9.77 |
| MMLU-PRO (5-shot) | 32.61 |