mmnga commited on
Commit
88bf9a2
1 Parent(s): 1f8c7df

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ - ja
6
+ tags:
7
+ - mistral
8
  ---
9
+ # aixsatoshi-Honyaku-Multi-Translator-Swallow-ms7b-gguf
10
+ [aixsatoshiさんが公開しているHonyaku-Multi-Translator-Swallow-ms7b](https://huggingface.co/aixsatoshi/Honyaku-Multi-Translator-Swallow-ms7b)のggufフォーマット変換版です。
11
+
12
+ ## 他のモデル
13
+ [mmnga/aixsatoshi-Honyaku-Multi-Translator-Swallow-ms7b-gguf](https://huggingface.co/mmnga/aixsatoshi-Honyaku-Multi-Translator-Swallow-ms7b-gguf)
14
+ [mmnga/aixsatoshi-Swallow-MX-8x7b-NVE-chatvector-Mixtral-instruct-v2-gguf](https://huggingface.co/mmnga/aixsatoshi-Swallow-MX-8x7b-NVE-chatvector-Mixtral-instruct-v2-gguf)
15
+ [mmnga/aixsatoshi-Mixtral-8x7B-ja-sft-ChatbotArenaJAcalm2-bnb4bit](https://huggingface.co/mmnga/aixsatoshi-Mixtral-8x7B-ja-sft-ChatbotArenaJAcalm2-bnb4bit)
16
+ [mmnga/aixsatoshi-calm2-7b-chat-7b-moe-gguf](https://huggingface.co/mmnga/aixsatoshi-calm2-7b-chat-7b-moe-gguf)
17
+
18
+
19
+ ## Usage
20
+
21
+ ```
22
+ git clone https://github.com/ggerganov/llama.cpp.git
23
+ cd llama.cpp
24
+ make -j
25
+ ./main -m 'aixsatoshi-Honyaku-Multi-Translator-Swallow-ms7b-q4_0.gguf' -p "<english>: Let's go out for drinks tomorrow. </english>\n\n<japanese>:" -n 128
26
+ ```