mmnga's picture
Update README.md
59568a0
|
raw
history blame
No virus
796 Bytes
metadata
license: mit

webbigdata-ALMA-7B-Ja-gguf

webbigdataさんが公開しているALMA-7B-Jaのggufフォーマット変換版です。

Usage

git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
make -j
./main -m 'webbigdata-ALMA-7B-Ja-q4_0.gguf' -n 128 -p 'Translate this from Japanese to English:\nJapanese: 今日の夕食はピザです。\nEnglish:'

引用 Citations

@misc{xu2023paradigm,
      title={A Paradigm Shift in Machine Translation: Boosting Translation Performance of Large Language Models}, 
      author={Haoran Xu and Young Jin Kim and Amr Sharaf and Hany Hassan Awadalla},
      year={2023},
      eprint={2309.11674},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}