Instructions to use hell0ks/ja-ko-vn-7b-v1-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use hell0ks/ja-ko-vn-7b-v1-gguf with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="hell0ks/ja-ko-vn-7b-v1-gguf", filename="model-F16.gguf", )
llm.create_chat_completion( messages = "\"ΠΠ΅Π½Ρ Π·ΠΎΠ²ΡΡ ΠΠΎΠ»ΡΡΠ³Π°Π½Π³ ΠΈ Ρ ΠΆΠΈΠ²Ρ Π² ΠΠ΅ΡΠ»ΠΈΠ½Π΅\"" )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use hell0ks/ja-ko-vn-7b-v1-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 hell0ks/ja-ko-vn-7b-v1-gguf:Q4_K_M # Run inference directly in the terminal: llama cli -hf hell0ks/ja-ko-vn-7b-v1-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 hell0ks/ja-ko-vn-7b-v1-gguf:Q4_K_M # Run inference directly in the terminal: llama cli -hf hell0ks/ja-ko-vn-7b-v1-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 hell0ks/ja-ko-vn-7b-v1-gguf:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf hell0ks/ja-ko-vn-7b-v1-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 hell0ks/ja-ko-vn-7b-v1-gguf:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf hell0ks/ja-ko-vn-7b-v1-gguf:Q4_K_M
Use Docker
docker model run hf.co/hell0ks/ja-ko-vn-7b-v1-gguf:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use hell0ks/ja-ko-vn-7b-v1-gguf with Ollama:
ollama run hf.co/hell0ks/ja-ko-vn-7b-v1-gguf:Q4_K_M
- Unsloth Studio
How to use hell0ks/ja-ko-vn-7b-v1-gguf with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for hell0ks/ja-ko-vn-7b-v1-gguf to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for hell0ks/ja-ko-vn-7b-v1-gguf to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for hell0ks/ja-ko-vn-7b-v1-gguf to start chatting
- Atomic Chat new
- Docker Model Runner
How to use hell0ks/ja-ko-vn-7b-v1-gguf with Docker Model Runner:
docker model run hf.co/hell0ks/ja-ko-vn-7b-v1-gguf:Q4_K_M
- Lemonade
How to use hell0ks/ja-ko-vn-7b-v1-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull hell0ks/ja-ko-vn-7b-v1-gguf:Q4_K_M
Run and chat with the model
lemonade run user.ja-ko-vn-7b-v1-gguf-Q4_K_M
List all available models
lemonade list
Run and chat with the model
lemonade run user.ja-ko-vn-7b-v1-gguf-List all available models
lemonade listja-ko-vn-7b
This model translates short dialogue from Japanese visual novels or other games into Korean.
For more detail, see hell0ks/ja-ko-vn-7b-v1.
μ΄ λͺ¨λΈμ μΌλ³Έμ΄λ‘ λ λΉμ£ΌμΌ λ Έλ²¨ νΉμ ν κ²μμ μ§§μ λμ¬λ₯Ό νκ΅μ΄λ‘ λ²μν©λλ€.
μμΈ μ 보λ hell0ks/ja-ko-vn-7b-v1λ₯Ό μ°Έκ³ νμΈμ.
Updates
- 2025/12/06 - Quant upload
- 2025/12/06 - μμν μ λ‘λ
- 2025/12/07 - Fixed chat template
- 2025/12/07 - μ±ν ν νλ¦Ώμ μμ νμ΅λλ€
Model Details
Model Description
TrillionLabsμ Tri-7B-Baseλ₯Ό λ² μ΄μ€λ‘ ν΄μ, κ·Έ μμ Visual Novelμ λμ¬ μλ¬Έ(μΌλ³Έμ΄)κ³Ό λ²μ(νκ΅μ΄)μ SFT ν λͺ¨λΈμ λλ€.
- Developed by: hell0ks
- Model type: Translation
- Language(s) (NLP): Japanese(Input), Korean(Output)
- License: Apache 2.0
- Finetuned from model : trillionlabs/Tri-7B-Base
- Max context length : 4096
Model Sources
- Repository: hell0ks/ja-ko-vn-7b-v1
Uses
- Temperature: 0.1, Top_k = 0.9 μΆμ²λ립λλ€.
- κ³ μ λͺ
μ¬, μ΄λ¦ λ±μ System promptλ‘ ννΈλ₯Ό μ£Όμ€ μ μμ΅λλ€. μ:
岑ι¨ε«ε€ͺι=μ€μΉ΄λ² λ¦°νλ‘,ιΏδΈι³ι΄ηΎ½=μλ§λ€ μ€μ¦ν - ν둬ννΈλ μΌλ³Έμ΄ μλ¬Έλ§ μ λ ₯νμΈμ. μ μ΄ μ½λλ νΉμλ¬Έμλ μ΅λν κ·Έλλ‘ μ μ§νλλ‘ νμ΅λμμ΅λλ€.
- Chat λͺ¨λλ‘ μ¬μ©νμ§ λ§μκ³ , Completions λͺ¨λλ‘ μ¬μ©νμΈμ. μ±κΈ ν΄μΌλ‘λ§ νμ΅λμμ΅λλ€.
- llama.cppμμ μ¬μ©νμ€ λ κΌ --jinja νλκ·Έλ₯Ό μ¬μ©νμΈμ.
Bias, Risks, and Limitations
- μΌλ³Έμ΄μμ νκ΅μ΄ λ²μλ§ μ§μν©λλ€. λ°λλ λ€λ₯Έ μΈμ΄λ μ§μνμ§ μμ΅λλ€. (μ€μλ λ°μ)
- Safety RLμ΄ λμ§ μμ λͺ¨λΈμ λλ€. μΆλ ₯λ¬Έμ λ΄μ© λ° κ²°κ³Όλ¬Όμ λν΄μ μ± μμ§μ§ μμ΅λλ€.
- κ³ μ λͺ μ¬ κΈ°λ₯μ΄ λΆμμ ν μ μμ΅λλ€. λ°μνλ μμλ₯Ό νΌλλ°± μ£Όμλ©΄ λμμ΄ λ©λλ€!
- Downloads last month
- 63
3-bit
4-bit
5-bit
6-bit
8-bit
16-bit
Pull the model
# Download Lemonade from https://lemonade-server.ai/