Instructions to use dazqi/Nemo12B-Indonesia-Gaul with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use dazqi/Nemo12B-Indonesia-Gaul with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("dazqi/Nemo12B-Indonesia-Gaul", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use dazqi/Nemo12B-Indonesia-Gaul 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 dazqi/Nemo12B-Indonesia-Gaul:Q4_K_M # Run inference directly in the terminal: llama cli -hf dazqi/Nemo12B-Indonesia-Gaul:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf dazqi/Nemo12B-Indonesia-Gaul:Q4_K_M # Run inference directly in the terminal: llama cli -hf dazqi/Nemo12B-Indonesia-Gaul: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 dazqi/Nemo12B-Indonesia-Gaul:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf dazqi/Nemo12B-Indonesia-Gaul: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 dazqi/Nemo12B-Indonesia-Gaul:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf dazqi/Nemo12B-Indonesia-Gaul:Q4_K_M
Use Docker
docker model run hf.co/dazqi/Nemo12B-Indonesia-Gaul:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use dazqi/Nemo12B-Indonesia-Gaul with Ollama:
ollama run hf.co/dazqi/Nemo12B-Indonesia-Gaul:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use dazqi/Nemo12B-Indonesia-Gaul with Docker Model Runner:
docker model run hf.co/dazqi/Nemo12B-Indonesia-Gaul:Q4_K_M
- Lemonade
How to use dazqi/Nemo12B-Indonesia-Gaul with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull dazqi/Nemo12B-Indonesia-Gaul:Q4_K_M
Run and chat with the model
lemonade run user.Nemo12B-Indonesia-Gaul-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- .gitattributes +1 -0
- special_tokens_map.json +6 -0
- tokenizer.json +3 -0
- tokenizer_config.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": "<s>",
|
| 3 |
+
"eos_token": "<|im_end|>",
|
| 4 |
+
"pad_token": "<pad>",
|
| 5 |
+
"unk_token": "<unk>"
|
| 6 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d7cdf4abdcf2582c9f4d0b852fcbacd98f42dc86c58f8f46b4bb75e03274496
|
| 3 |
+
size 17078322
|
tokenizer_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|