File size: 462 Bytes
ef272b6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
license: other
language:
- en
pipeline_tag: text-generation
inference: false
tags:
- transformers
- gguf
- imatrix
- Nous-Capybara-3B-V1.9
---
Quantizations of https://huggingface.co/NousResearch/Nous-Capybara-3B-V1.9

# From original readme

## Prompt Format

The model follows ChatML prompt format

```
<|im_start|>system
You are a helpful AI assistant.<|im_end|>
<|im_start|>user
How are you<|im_end|>
<|im_start|>assistant
I am doing well!<|im_end|>
```