File size: 947 Bytes
4e346a6
 
033060e
 
 
 
 
4e346a6
033060e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
language:
- en
- ja
tags:
- mistral
---
# RakutenAI-7B-instruct-gguf 
[Rakutenさんが公開しているRakutenAI-7B-instruct](https://huggingface.co/Rakuten/RakutenAI-7B-instruct)のggufフォーマット変換版です。
こちらはベースモデルになります。  

## 他のモデル
[mmnga/RakutenAI-7B-instruct-gguf](https://huggingface.co/mmnga/RakutenAI-7B-instruct-gguf)  
[mmnga/RakutenAI-7B-chat-gguf](https://huggingface.co/mmnga/RakutenAI-7B-chat-gguf)  
[mmnga/RakutenAI-7B-gguf](https://huggingface.co/mmnga/RakutenAI-7B-gguf)  

## Usage

```
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
make -j
./main -m 'RakutenAI-7B-instruct-q4_0.gguf' -p "A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. USER: 「馬が合う」はどう言う意味ですか ASSISTANT: " -n 128 
```