Instructions to use ArttuPakarinen/FIN-ai-chat-summarization.Q4_K_M.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 ArttuPakarinen/FIN-ai-chat-summarization.Q4_K_M.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 ArttuPakarinen/FIN-ai-chat-summarization.Q4_K_M.gguf:Q4_K_M # Run inference directly in the terminal: llama cli -hf ArttuPakarinen/FIN-ai-chat-summarization.Q4_K_M.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 ArttuPakarinen/FIN-ai-chat-summarization.Q4_K_M.gguf:Q4_K_M # Run inference directly in the terminal: llama cli -hf ArttuPakarinen/FIN-ai-chat-summarization.Q4_K_M.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 ArttuPakarinen/FIN-ai-chat-summarization.Q4_K_M.gguf:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf ArttuPakarinen/FIN-ai-chat-summarization.Q4_K_M.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 ArttuPakarinen/FIN-ai-chat-summarization.Q4_K_M.gguf:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf ArttuPakarinen/FIN-ai-chat-summarization.Q4_K_M.gguf:Q4_K_M
Use Docker
docker model run hf.co/ArttuPakarinen/FIN-ai-chat-summarization.Q4_K_M.gguf:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use ArttuPakarinen/FIN-ai-chat-summarization.Q4_K_M.gguf with Ollama:
ollama run hf.co/ArttuPakarinen/FIN-ai-chat-summarization.Q4_K_M.gguf:Q4_K_M
- Unsloth Studio
How to use ArttuPakarinen/FIN-ai-chat-summarization.Q4_K_M.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 ArttuPakarinen/FIN-ai-chat-summarization.Q4_K_M.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 ArttuPakarinen/FIN-ai-chat-summarization.Q4_K_M.gguf to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for ArttuPakarinen/FIN-ai-chat-summarization.Q4_K_M.gguf to start chatting
- Docker Model Runner
How to use ArttuPakarinen/FIN-ai-chat-summarization.Q4_K_M.gguf with Docker Model Runner:
docker model run hf.co/ArttuPakarinen/FIN-ai-chat-summarization.Q4_K_M.gguf:Q4_K_M
- Lemonade
How to use ArttuPakarinen/FIN-ai-chat-summarization.Q4_K_M.gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull ArttuPakarinen/FIN-ai-chat-summarization.Q4_K_M.gguf:Q4_K_M
Run and chat with the model
lemonade run user.FIN-ai-chat-summarization.Q4_K_M.gguf-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Update README.md
Browse files
README.md
CHANGED
|
@@ -28,13 +28,13 @@ Model works fine for it's purpose, even in this low-parameter and low kvantizati
|
|
| 28 |
Ihminen: Hei mitä kuuluu?
|
| 29 |
|
| 30 |
AI-botti: Hyvää kuuluu, kuinka voi palvellla?
|
|
|
|
|
|
|
| 31 |
```
|
| 32 |
|
| 33 |
***OUTPUT***
|
| 34 |
|
| 35 |
```text
|
| 36 |
-
###TIIVISTELMÄ###
|
| 37 |
-
|
| 38 |
Ihminen ja AI-botti tervehtivät toisiaan ja AI-botti kysyy kuinka voi palvella.
|
| 39 |
```
|
| 40 |
|
|
@@ -56,13 +56,13 @@ Ihminen ja AI-botti tervehtivät toisiaan ja AI-botti kysyy kuinka voi palvella.
|
|
| 56 |
Ihminen: Kuinka paljon ihmisiä Suomessa asuu?
|
| 57 |
|
| 58 |
AI-botti: Suomessa asuu n. 5,5 miljoonaa ihmistä.
|
|
|
|
|
|
|
| 59 |
```
|
| 60 |
|
| 61 |
***OUTPUT***
|
| 62 |
|
| 63 |
```text
|
| 64 |
-
###TIIVISTELMÄ###
|
| 65 |
-
|
| 66 |
Ihminen ja AI-botti tervehtivät toisiaan, jonka jälkeen ihminen kysyy AI-botilta paljonko Suomessa asuu ihmisiä. AI-botti vastasi, että n. 5,5 miljoonaa ihmistä.
|
| 67 |
```
|
| 68 |
|
|
|
|
| 28 |
Ihminen: Hei mitä kuuluu?
|
| 29 |
|
| 30 |
AI-botti: Hyvää kuuluu, kuinka voi palvellla?
|
| 31 |
+
|
| 32 |
+
###TIIVISTELMÄ###
|
| 33 |
```
|
| 34 |
|
| 35 |
***OUTPUT***
|
| 36 |
|
| 37 |
```text
|
|
|
|
|
|
|
| 38 |
Ihminen ja AI-botti tervehtivät toisiaan ja AI-botti kysyy kuinka voi palvella.
|
| 39 |
```
|
| 40 |
|
|
|
|
| 56 |
Ihminen: Kuinka paljon ihmisiä Suomessa asuu?
|
| 57 |
|
| 58 |
AI-botti: Suomessa asuu n. 5,5 miljoonaa ihmistä.
|
| 59 |
+
|
| 60 |
+
###TIIVISTELMÄ###
|
| 61 |
```
|
| 62 |
|
| 63 |
***OUTPUT***
|
| 64 |
|
| 65 |
```text
|
|
|
|
|
|
|
| 66 |
Ihminen ja AI-botti tervehtivät toisiaan, jonka jälkeen ihminen kysyy AI-botilta paljonko Suomessa asuu ihmisiä. AI-botti vastasi, että n. 5,5 miljoonaa ihmistä.
|
| 67 |
```
|
| 68 |
|