Translation
GGUF
vietnamese
multilingual
gemma
low-resource
ancient-chinese
buddhist-texts
llama.cpp
vllm
Instructions to use erax-ai/EraX-Translator-V1.0-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use erax-ai/EraX-Translator-V1.0-GGUF with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf erax-ai/EraX-Translator-V1.0-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf erax-ai/EraX-Translator-V1.0-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf erax-ai/EraX-Translator-V1.0-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf erax-ai/EraX-Translator-V1.0-GGUF:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf erax-ai/EraX-Translator-V1.0-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf erax-ai/EraX-Translator-V1.0-GGUF:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf erax-ai/EraX-Translator-V1.0-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf erax-ai/EraX-Translator-V1.0-GGUF:Q4_K_M
Use Docker
docker model run hf.co/erax-ai/EraX-Translator-V1.0-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use erax-ai/EraX-Translator-V1.0-GGUF with Ollama:
ollama run hf.co/erax-ai/EraX-Translator-V1.0-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use erax-ai/EraX-Translator-V1.0-GGUF with Docker Model Runner:
docker model run hf.co/erax-ai/EraX-Translator-V1.0-GGUF:Q4_K_M
- Lemonade
How to use erax-ai/EraX-Translator-V1.0-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull erax-ai/EraX-Translator-V1.0-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.EraX-Translator-V1.0-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Update README.md
Browse files
README.md
CHANGED
|
@@ -133,6 +133,15 @@ While comprehensive evaluation is ongoing, preliminary results indicate strong p
|
|
| 133 |
|
| 134 |
Here's a few examples:
|
| 135 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 136 |
* **English → Việt & French:**
|
| 137 |
```
|
| 138 |
“China and the US are now direct rivals in reshaping the international trade order,” said another, Ju Jiandong, a professor at the People’s Bank of China School of Finance of Tsinghua University. “We’re willing to take on the challenge – we’re ready to compete with the US in redefining the new global trade system.”. China’s trade partners are likely to take such messaging with a grain of salt.
|
|
|
|
| 133 |
|
| 134 |
Here's a few examples:
|
| 135 |
|
| 136 |
+
```
|
| 137 |
+
temperature 0.2
|
| 138 |
+
top_p 0.95
|
| 139 |
+
frequency penalty: 1.05
|
| 140 |
+
top_k: 64
|
| 141 |
+
min_p: 0.1
|
| 142 |
+
With max tokens < 1024 works best!
|
| 143 |
+
```
|
| 144 |
+
|
| 145 |
* **English → Việt & French:**
|
| 146 |
```
|
| 147 |
“China and the US are now direct rivals in reshaping the international trade order,” said another, Ju Jiandong, a professor at the People’s Bank of China School of Finance of Tsinghua University. “We’re willing to take on the challenge – we’re ready to compete with the US in redefining the new global trade system.”. China’s trade partners are likely to take such messaging with a grain of salt.
|