Text Generation
GGUF
Indonesian
Indonesian
Chat
Instruct
TensorBlock
GGUF
Eval Results (legacy)
conversational
Instructions to use tensorblock/FinMatcha-3B-Instruct-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use tensorblock/FinMatcha-3B-Instruct-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="tensorblock/FinMatcha-3B-Instruct-GGUF", filename="FinMatcha-3B-Instruct-Q2_K.gguf", )
llm.create_chat_completion( messages = [ { "role": "user", "content": "What is the capital of France?" } ] ) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use tensorblock/FinMatcha-3B-Instruct-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/FinMatcha-3B-Instruct-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/FinMatcha-3B-Instruct-GGUF:Q2_K
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf tensorblock/FinMatcha-3B-Instruct-GGUF:Q2_K # Run inference directly in the terminal: llama-cli -hf tensorblock/FinMatcha-3B-Instruct-GGUF:Q2_K
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 tensorblock/FinMatcha-3B-Instruct-GGUF:Q2_K # Run inference directly in the terminal: ./llama-cli -hf tensorblock/FinMatcha-3B-Instruct-GGUF:Q2_K
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 tensorblock/FinMatcha-3B-Instruct-GGUF:Q2_K # Run inference directly in the terminal: ./build/bin/llama-cli -hf tensorblock/FinMatcha-3B-Instruct-GGUF:Q2_K
Use Docker
docker model run hf.co/tensorblock/FinMatcha-3B-Instruct-GGUF:Q2_K
- LM Studio
- Jan
- vLLM
How to use tensorblock/FinMatcha-3B-Instruct-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "tensorblock/FinMatcha-3B-Instruct-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "tensorblock/FinMatcha-3B-Instruct-GGUF", "messages": [ { "role": "user", "content": "What is the capital of France?" } ] }'Use Docker
docker model run hf.co/tensorblock/FinMatcha-3B-Instruct-GGUF:Q2_K
- Ollama
How to use tensorblock/FinMatcha-3B-Instruct-GGUF with Ollama:
ollama run hf.co/tensorblock/FinMatcha-3B-Instruct-GGUF:Q2_K
- Unsloth Studio
How to use tensorblock/FinMatcha-3B-Instruct-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 tensorblock/FinMatcha-3B-Instruct-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 tensorblock/FinMatcha-3B-Instruct-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for tensorblock/FinMatcha-3B-Instruct-GGUF to start chatting
- Pi
How to use tensorblock/FinMatcha-3B-Instruct-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf tensorblock/FinMatcha-3B-Instruct-GGUF:Q2_K
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "tensorblock/FinMatcha-3B-Instruct-GGUF:Q2_K" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use tensorblock/FinMatcha-3B-Instruct-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf tensorblock/FinMatcha-3B-Instruct-GGUF:Q2_K
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default tensorblock/FinMatcha-3B-Instruct-GGUF:Q2_K
Run Hermes
hermes
- Docker Model Runner
How to use tensorblock/FinMatcha-3B-Instruct-GGUF with Docker Model Runner:
docker model run hf.co/tensorblock/FinMatcha-3B-Instruct-GGUF:Q2_K
- Lemonade
How to use tensorblock/FinMatcha-3B-Instruct-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull tensorblock/FinMatcha-3B-Instruct-GGUF:Q2_K
Run and chat with the model
lemonade run user.FinMatcha-3B-Instruct-GGUF-Q2_K
List all available models
lemonade list
Update README.md
Browse files
README.md
CHANGED
|
@@ -126,12 +126,47 @@ This repo contains GGUF format model files for [xMaulana/FinMatcha-3B-Instruct](
|
|
| 126 |
|
| 127 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
| 128 |
|
| 129 |
-
|
| 130 |
-
|
| 131 |
-
|
| 132 |
-
|
| 133 |
-
</
|
| 134 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 135 |
## Prompt template
|
| 136 |
|
| 137 |
```
|
|
|
|
| 126 |
|
| 127 |
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
| 128 |
|
| 129 |
+
## Our projects
|
| 130 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
| 131 |
+
<tr>
|
| 132 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
| 133 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
| 134 |
+
</tr>
|
| 135 |
+
<tr>
|
| 136 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
| 137 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
| 138 |
+
</tr>
|
| 139 |
+
<tr>
|
| 140 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
| 141 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
| 142 |
+
</tr>
|
| 143 |
+
<tr>
|
| 144 |
+
<th>
|
| 145 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
| 146 |
+
display: inline-block;
|
| 147 |
+
padding: 8px 16px;
|
| 148 |
+
background-color: #FF7F50;
|
| 149 |
+
color: white;
|
| 150 |
+
text-decoration: none;
|
| 151 |
+
border-radius: 6px;
|
| 152 |
+
font-weight: bold;
|
| 153 |
+
font-family: sans-serif;
|
| 154 |
+
">๐ See what we built ๐</a>
|
| 155 |
+
</th>
|
| 156 |
+
<th>
|
| 157 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
| 158 |
+
display: inline-block;
|
| 159 |
+
padding: 8px 16px;
|
| 160 |
+
background-color: #FF7F50;
|
| 161 |
+
color: white;
|
| 162 |
+
text-decoration: none;
|
| 163 |
+
border-radius: 6px;
|
| 164 |
+
font-weight: bold;
|
| 165 |
+
font-family: sans-serif;
|
| 166 |
+
">๐ See what we built ๐</a>
|
| 167 |
+
</th>
|
| 168 |
+
</tr>
|
| 169 |
+
</table>
|
| 170 |
## Prompt template
|
| 171 |
|
| 172 |
```
|