File size: 798 Bytes
4e41c2b
ce49f69
4e41c2b
59568a0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---

# webbigdata-ALMA-7B-Ja-gguf
[webbigdataさんが公開しているALMA-7B-Ja](https://huggingface.co./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


~~~tex
@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}
}
~~~