mmnga's picture
Update README.md
5ca535a verified
|
raw
history blame
827 Bytes
---
license: other
language:
- en
- ja
datasets:
- TFMC/imatrix-dataset-for-japanese-llm
---
# Athene-V2-Agent-gguf
[Nexusflowさんが公開しているAthene-V2-Agent](https://huggingface.co/Nexusflow/Athene-V2-Agent)のggufフォーマット変換版です。
imatrixのデータは[TFMC/imatrix-dataset-for-japanese-llm](https://huggingface.co/datasets/TFMC/imatrix-dataset-for-japanese-llm)を使用して作成しました。
### license
[ライセンスはNexusflow_Research_Licenseになります](https://huggingface.co/mmnga/Athene-V2-Agent-gguf/blob/main/Nexusflow_Research_License.pdf)
## Usage
```
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
make -j
./llama-cli -m 'Athene-V2-Agent-Q4_0.gguf' -n 128 -c 128 -p 'あなたはプロの料理人です。レシピを教えて' -cnv
```