Instructions to use mradermacher/Transcript-Analytics-SLM0.5b-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/Transcript-Analytics-SLM0.5b-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/Transcript-Analytics-SLM0.5b-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/Transcript-Analytics-SLM0.5b-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/Transcript-Analytics-SLM0.5b-GGUF", filename="Transcript-Analytics-SLM0.5b.IQ4_XS.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use mradermacher/Transcript-Analytics-SLM0.5b-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/Transcript-Analytics-SLM0.5b-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/Transcript-Analytics-SLM0.5b-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf mradermacher/Transcript-Analytics-SLM0.5b-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/Transcript-Analytics-SLM0.5b-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 mradermacher/Transcript-Analytics-SLM0.5b-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/Transcript-Analytics-SLM0.5b-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 mradermacher/Transcript-Analytics-SLM0.5b-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/Transcript-Analytics-SLM0.5b-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/Transcript-Analytics-SLM0.5b-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/Transcript-Analytics-SLM0.5b-GGUF with Ollama:
ollama run hf.co/mradermacher/Transcript-Analytics-SLM0.5b-GGUF:Q4_K_M
- Unsloth Studio new
How to use mradermacher/Transcript-Analytics-SLM0.5b-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 mradermacher/Transcript-Analytics-SLM0.5b-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 mradermacher/Transcript-Analytics-SLM0.5b-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for mradermacher/Transcript-Analytics-SLM0.5b-GGUF to start chatting
- Pi new
How to use mradermacher/Transcript-Analytics-SLM0.5b-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf mradermacher/Transcript-Analytics-SLM0.5b-GGUF:Q4_K_M
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": "mradermacher/Transcript-Analytics-SLM0.5b-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use mradermacher/Transcript-Analytics-SLM0.5b-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 mradermacher/Transcript-Analytics-SLM0.5b-GGUF:Q4_K_M
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 mradermacher/Transcript-Analytics-SLM0.5b-GGUF:Q4_K_M
Run Hermes
hermes
- Docker Model Runner
How to use mradermacher/Transcript-Analytics-SLM0.5b-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/Transcript-Analytics-SLM0.5b-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/Transcript-Analytics-SLM0.5b-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/Transcript-Analytics-SLM0.5b-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.Transcript-Analytics-SLM0.5b-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from leia
Browse files- .gitattributes +12 -0
- Transcript-Analytics-SLM0.5b.IQ4_XS.gguf +3 -0
- Transcript-Analytics-SLM0.5b.Q2_K.gguf +3 -0
- Transcript-Analytics-SLM0.5b.Q3_K_L.gguf +3 -0
- Transcript-Analytics-SLM0.5b.Q3_K_M.gguf +3 -0
- Transcript-Analytics-SLM0.5b.Q3_K_S.gguf +3 -0
- Transcript-Analytics-SLM0.5b.Q4_K_M.gguf +3 -0
- Transcript-Analytics-SLM0.5b.Q4_K_S.gguf +3 -0
- Transcript-Analytics-SLM0.5b.Q5_K_M.gguf +3 -0
- Transcript-Analytics-SLM0.5b.Q5_K_S.gguf +3 -0
- Transcript-Analytics-SLM0.5b.Q6_K.gguf +3 -0
- Transcript-Analytics-SLM0.5b.Q8_0.gguf +3 -0
- Transcript-Analytics-SLM0.5b.f16.gguf +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,15 @@ 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 |
+
Transcript-Analytics-SLM0.5b.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
Transcript-Analytics-SLM0.5b.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
Transcript-Analytics-SLM0.5b.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
Transcript-Analytics-SLM0.5b.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
Transcript-Analytics-SLM0.5b.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
Transcript-Analytics-SLM0.5b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
Transcript-Analytics-SLM0.5b.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
Transcript-Analytics-SLM0.5b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
Transcript-Analytics-SLM0.5b.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
Transcript-Analytics-SLM0.5b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
Transcript-Analytics-SLM0.5b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
Transcript-Analytics-SLM0.5b.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
Transcript-Analytics-SLM0.5b.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b984fedbd49e498093a828fadb33369e22a6ca638bea74e58fb217dfd4a05672
|
| 3 |
+
size 351445600
|
Transcript-Analytics-SLM0.5b.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:07b06316c6bf0458252b1e957bb13fd19abee6b484de95ba1a087f80218987ee
|
| 3 |
+
size 338607712
|
Transcript-Analytics-SLM0.5b.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b014f941743b9cea48dac048decdb6cd05260bc09384e34bd83c1c2659e91c0
|
| 3 |
+
size 369358432
|
Transcript-Analytics-SLM0.5b.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2f6a774cb44be259b60b4ce69c5f992826d70e1fccf5df1b293427218e0641b
|
| 3 |
+
size 355466848
|
Transcript-Analytics-SLM0.5b.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:daf99334b27c840f568a2381874823fada5057c6a2f1bad698171450e8e9bcaa
|
| 3 |
+
size 338263648
|
Transcript-Analytics-SLM0.5b.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1603bdffb0ebf8f6875cf850bb43c82e5c82527369d8dff4c85d018343ff6c59
|
| 3 |
+
size 397808224
|
Transcript-Analytics-SLM0.5b.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee6af922305ee954ea29c3026b610b94f34330b6a1b2e834c71de4bfddce8b15
|
| 3 |
+
size 385472096
|
Transcript-Analytics-SLM0.5b.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8077768f39e56d0749ec882f827c8d7f3188638d5b5aa57e985967f4f8a57e8
|
| 3 |
+
size 420086368
|
Transcript-Analytics-SLM0.5b.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61e64cc8a0041d2f38bd73c3fe4928effaa508bef1009c912e5bc2bbe6115477
|
| 3 |
+
size 412710496
|
Transcript-Analytics-SLM0.5b.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6ed04e0b7bdb86dd88a2b95bbd0a738b8f5a86d7e228b6585184b5f1401d2b04
|
| 3 |
+
size 505736800
|
Transcript-Analytics-SLM0.5b.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9fb3b00bfd1537929fbf98e012c236f08b054ab1fb527c9b439b768aa6db97ba
|
| 3 |
+
size 531068512
|
Transcript-Analytics-SLM0.5b.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:88ce6a49364ef21c69d4fe4a89f7efefd40e54b497dc85d5a64d4d60e985410f
|
| 3 |
+
size 994157152
|