File size: 640 Bytes
28eef6c
 
 
03abd78
 
959cecf
 
 
03abd78
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
license: cc-by-4.0
---
# cyberagent-calm2-7b-chat-dpo-experimental-gguf
[cyberagentさんが公開しているcalm2-7b-chat-dpo-experimental](https://huggingface.co/cyberagent/calm2-7b-chat-dpo-experimental)のggufフォーマット変換版です。

## convert
[calm2のconvert.py](https://gist.github.com/mmnga/6f3b0b9db773c7cc4d58421ea7ebf98e)です  
    
## Usage

```
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
make -j
./main -m 'cyberagent-calm2-7b-chat-dpo-experimental-q4_0.gguf' -p "USER: AIによって私達の暮らしはどのように変わりますか? \nASSISTANT: " -n 256 --temp 0.8
```
---