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
Keep Q2_K/Q3_K_M gguf only
Browse files- FinMatcha-3B-Instruct-Q3_K_L.gguf +0 -3
- FinMatcha-3B-Instruct-Q3_K_S.gguf +0 -3
- FinMatcha-3B-Instruct-Q4_0.gguf +0 -3
- FinMatcha-3B-Instruct-Q4_K_M.gguf +0 -3
- FinMatcha-3B-Instruct-Q4_K_S.gguf +0 -3
- FinMatcha-3B-Instruct-Q5_0.gguf +0 -3
- FinMatcha-3B-Instruct-Q5_K_M.gguf +0 -3
- FinMatcha-3B-Instruct-Q5_K_S.gguf +0 -3
- FinMatcha-3B-Instruct-Q6_K.gguf +0 -3
- FinMatcha-3B-Instruct-Q8_0.gguf +0 -3
FinMatcha-3B-Instruct-Q3_K_L.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:affb75eed0ea19e495e6941d25eba5b37d29f4b0107e6e7673ae62fcde8f3c57
|
| 3 |
-
size 1815347840
|
|
|
|
|
|
|
|
|
|
|
|
FinMatcha-3B-Instruct-Q3_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:d237501f01460fd4c1134dc3bd431e938571063611e40600cfdceeeac55c0348
|
| 3 |
-
size 1542849152
|
|
|
|
|
|
|
|
|
|
|
|
FinMatcha-3B-Instruct-Q4_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f79f483717d7614fe65d39970e3ed26458bb5460979fec59d4eab63cc3de5236
|
| 3 |
-
size 1917190784
|
|
|
|
|
|
|
|
|
|
|
|
FinMatcha-3B-Instruct-Q4_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:96599b01769e46939509e08ba9b83d6bec67e8a6e0d65f870cee7e8b98f4d891
|
| 3 |
-
size 2019377792
|
|
|
|
|
|
|
|
|
|
|
|
FinMatcha-3B-Instruct-Q4_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2b9cbdc7f31b015219708e0aa5dc1656dbf3c7d9472fe8fdf4937a293c068f06
|
| 3 |
-
size 1928200832
|
|
|
|
|
|
|
|
|
|
|
|
FinMatcha-3B-Instruct-Q5_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:3cc79e9507b5bee394e10c4a1f88eafc3a497a1346db06733d92b4535acba27b
|
| 3 |
-
size 2269512320
|
|
|
|
|
|
|
|
|
|
|
|
FinMatcha-3B-Instruct-Q5_K_M.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:7b5d31cc1ccfa2dd1d0872478c8482f7117bfcb5ee0321d9bd8d494f75fa9134
|
| 3 |
-
size 2322154112
|
|
|
|
|
|
|
|
|
|
|
|
FinMatcha-3B-Instruct-Q5_K_S.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:2db25cb3ccaaf60377556641e1b125984ee5b459daaa8a438645e2721227c026
|
| 3 |
-
size 2269512320
|
|
|
|
|
|
|
|
|
|
|
|
FinMatcha-3B-Instruct-Q6_K.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:a3a04445c7e5ac91c8a3200aea02a44bee3c4cf5d9b64620ed69149173b45c30
|
| 3 |
-
size 2643853952
|
|
|
|
|
|
|
|
|
|
|
|
FinMatcha-3B-Instruct-Q8_0.gguf
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:f9bea0650d3bd786b97be14a96c4b84683d465cdc1e07b858e6abaca80c76e2b
|
| 3 |
-
size 3421899392
|
|
|
|
|
|
|
|
|
|
|
|