Views
No views yet
| Name | Quant method | Size |
|---|---|---|
| Matter-0.1-Slim-7B-C.Q2_K.gguf | Q2_K | 2.53GB |
| Matter-0.1-Slim-7B-C.IQ3_XS.gguf | IQ3_XS | 2.81GB |
| Matter-0.1-Slim-7B-C.IQ3_S.gguf | IQ3_S | 2.96GB |
| Matter-0.1-Slim-7B-C.Q3_K_S.gguf | Q3_K_S | 2.95GB |
| Matter-0.1-Slim-7B-C.IQ3_M.gguf | IQ3_M | 3.06GB |
| Matter-0.1-Slim-7B-C.Q3_K.gguf | Q3_K | 3.28GB |
| Matter-0.1-Slim-7B-C.Q3_K_M.gguf | Q3_K_M | 3.28GB |
| Matter-0.1-Slim-7B-C.Q3_K_L.gguf | Q3_K_L | 3.56GB |
| Matter-0.1-Slim-7B-C.IQ4_XS.gguf | IQ4_XS | 3.67GB |
| Matter-0.1-Slim-7B-C.Q4_0.gguf | Q4_0 | 3.83GB |
| Matter-0.1-Slim-7B-C.IQ4_NL.gguf | IQ4_NL | 3.87GB |
| Matter-0.1-Slim-7B-C.Q4_K_S.gguf | Q4_K_S | 3.86GB |
| Matter-0.1-Slim-7B-C.Q4_K.gguf | Q4_K | 4.07GB |
| Matter-0.1-Slim-7B-C.Q4_K_M.gguf | Q4_K_M | 4.07GB |
| Matter-0.1-Slim-7B-C.Q4_1.gguf | Q4_1 | 4.24GB |
| Matter-0.1-Slim-7B-C.Q5_0.gguf | Q5_0 | 4.65GB |
| Matter-0.1-Slim-7B-C.Q5_K_S.gguf | Q5_K_S | 4.65GB |
| Matter-0.1-Slim-7B-C.Q5_K.gguf | Q5_K | 4.78GB |
| Matter-0.1-Slim-7B-C.Q5_K_M.gguf | Q5_K_M | 4.78GB |
| Matter-0.1-Slim-7B-C.Q5_1.gguf | Q5_1 | 5.07GB |
| Matter-0.1-Slim-7B-C.Q6_K.gguf | Q6_K | 5.53GB |
| Matter-0.1-Slim-7B-C.Q8_0.gguf | Q8_0 | 7.17GB |
<|im_start|>system
You are a helpful AI assistant.<|im_end|>
<|im_start|>user
{prompt}<|im_end|>
<|im_start|>assistant<|im_start|>system
You are a helpful assistant with access to the following functions. Use them if required -
{ "name": "get_news_headlines",
"description": "Get the latest news headlines",
"parameters":
{ "type": "object",
"properties":
{ "country":
{ "type": "string",
"description": "The country for which to fetch news"
}
},
"required": [ "country" ]
}
}
<|im_end|>
<|im_start|>user
Can you tell me the latest news headlines for the United States?<|im_end|>
<|im_start|>assistant
<|begin_func|>{"name": "get_news_headlines", "arguments": '{"country": "United States"}'}<|end_func|><|im_end|>
<|im_start|>user
<|begin_func_response|>{
"headlines":
[
"Biden announces new vaccine mandates",
"Hurricane Ida devastates Louisiana",
"Apple unveils new iPhone",
"NASA's Perseverance rover collects first Mars rock sample"
]
}<|end_func_response|>
<|im_end|>
<|im_start|>assistant
Here are the latest news headlines for the United States:
1. Biden announces new vaccine mandates
2. Hurricane Ida devastates Louisiana
3. Apple unveils new iPhone
4. NASA's Perseverance rover collects first Mars rock sample
<|im_end|>