mmnga commited on
Commit
59568a0
1 Parent(s): 4e41c2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -0
README.md CHANGED
@@ -1,3 +1,29 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+ # webbigdata-ALMA-7B-Ja-gguf
6
+ [webbigdataさんが公開しているALMA-7B-Ja](https://huggingface.co/webbigdata/ALMA-7B-Ja)のggufフォーマット変換版です。
7
+
8
+ ## Usage
9
+
10
+ ```
11
+ git clone https://github.com/ggerganov/llama.cpp.git
12
+ cd llama.cpp
13
+ make -j
14
+ ./main -m 'webbigdata-ALMA-7B-Ja-q4_0.gguf' -n 128 -p 'Translate this from Japanese to English:\nJapanese: 今日の夕食はピザです。\nEnglish:'
15
+ ```
16
+
17
+ ### 引用 Citations
18
+
19
+
20
+ ~~~tex
21
+ @misc{xu2023paradigm,
22
+ title={A Paradigm Shift in Machine Translation: Boosting Translation Performance of Large Language Models},
23
+ author={Haoran Xu and Young Jin Kim and Amr Sharaf and Hany Hassan Awadalla},
24
+ year={2023},
25
+ eprint={2309.11674},
26
+ archivePrefix={arXiv},
27
+ primaryClass={cs.CL}
28
+ }
29
+ ~~~