Instructions to use mradermacher/JokeTailorBiEncoder-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/JokeTailorBiEncoder-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/JokeTailorBiEncoder-GGUF", dtype="auto") - llama-cpp-python
How to use mradermacher/JokeTailorBiEncoder-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="mradermacher/JokeTailorBiEncoder-GGUF", filename="JokeTailorBiEncoder.IQ4_XS.gguf", )
output = llm( "Once upon a time,", max_tokens=512, echo=True ) print(output)
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- llama.cpp
How to use mradermacher/JokeTailorBiEncoder-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/JokeTailorBiEncoder-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/JokeTailorBiEncoder-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/JokeTailorBiEncoder-GGUF:Q4_K_M # Run inference directly in the terminal: llama-cli -hf mradermacher/JokeTailorBiEncoder-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/JokeTailorBiEncoder-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/JokeTailorBiEncoder-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/JokeTailorBiEncoder-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/JokeTailorBiEncoder-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/JokeTailorBiEncoder-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/JokeTailorBiEncoder-GGUF with Ollama:
ollama run hf.co/mradermacher/JokeTailorBiEncoder-GGUF:Q4_K_M
- Unsloth Studio new
How to use mradermacher/JokeTailorBiEncoder-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/JokeTailorBiEncoder-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/JokeTailorBiEncoder-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/JokeTailorBiEncoder-GGUF to start chatting
- Docker Model Runner
How to use mradermacher/JokeTailorBiEncoder-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/JokeTailorBiEncoder-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/JokeTailorBiEncoder-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/JokeTailorBiEncoder-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.JokeTailorBiEncoder-GGUF-Q4_K_M
List all available models
lemonade list
uploaded from leia
Browse files- .gitattributes +12 -0
- JokeTailorBiEncoder.IQ4_XS.gguf +3 -0
- JokeTailorBiEncoder.Q2_K.gguf +3 -0
- JokeTailorBiEncoder.Q3_K_L.gguf +3 -0
- JokeTailorBiEncoder.Q3_K_M.gguf +3 -0
- JokeTailorBiEncoder.Q3_K_S.gguf +3 -0
- JokeTailorBiEncoder.Q4_K_M.gguf +3 -0
- JokeTailorBiEncoder.Q4_K_S.gguf +3 -0
- JokeTailorBiEncoder.Q5_K_M.gguf +3 -0
- JokeTailorBiEncoder.Q5_K_S.gguf +3 -0
- JokeTailorBiEncoder.Q6_K.gguf +3 -0
- JokeTailorBiEncoder.Q8_0.gguf +3 -0
- JokeTailorBiEncoder.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 |
+
JokeTailorBiEncoder.IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
JokeTailorBiEncoder.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
JokeTailorBiEncoder.Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
JokeTailorBiEncoder.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
JokeTailorBiEncoder.Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
JokeTailorBiEncoder.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
JokeTailorBiEncoder.Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
JokeTailorBiEncoder.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
JokeTailorBiEncoder.Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
JokeTailorBiEncoder.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
JokeTailorBiEncoder.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
JokeTailorBiEncoder.f16.gguf filter=lfs diff=lfs merge=lfs -text
|
JokeTailorBiEncoder.IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01a970160aedd5cb4e45a41358dfd7c24cf3000af6510e774eaefcbc8f25e46a
|
| 3 |
+
size 209798400
|
JokeTailorBiEncoder.Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d0a249bc880c953c3ea4efc7978ca30d86bded04b7dcb95d7094c0a954c741ec
|
| 3 |
+
size 161826048
|
JokeTailorBiEncoder.Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8fb4501bf9d258923a4ad3fdd6a1dacac96e8b6d83f7269839f62ae5c3ce04ba
|
| 3 |
+
size 216089856
|
JokeTailorBiEncoder.Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fe9eab9e6e4cac4109162b74384e29a69df7aa067b0984ad281e06c76c88478
|
| 3 |
+
size 198001920
|
JokeTailorBiEncoder.Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a293ff77752462a0bbeafd55706b1d135ffdf024e869e5aa023ad6d5dbe50369
|
| 3 |
+
size 177161472
|
JokeTailorBiEncoder.Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4c4f5e2d135695390cd6e3229f57c66cefb7e7a197d6725cfc152dca16077c6
|
| 3 |
+
size 233489664
|
JokeTailorBiEncoder.Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2cae7632ef0efb960fedd274ce92b4200e21183fe1fdbce2ca20125dfa00ec15
|
| 3 |
+
size 219366656
|
JokeTailorBiEncoder.Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c55b53540055853760c90278792ca410c8fde84ea894b2ea5dbec47297d6d275
|
| 3 |
+
size 263374080
|
JokeTailorBiEncoder.Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3cd92a91123a5a10da50ebb279caa5e4ea50a40389cf4140480b98be9d2a4aab
|
| 3 |
+
size 255018240
|
JokeTailorBiEncoder.Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf7c6f2f53e2a302eab5f3f2563b18f131c929756dfecb5d157aa8ed24a06666
|
| 3 |
+
size 295126272
|
JokeTailorBiEncoder.Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c8a4d422c3ae789bd4e5b7586d1a49266311a7c19f5247319dc1b55124312d3
|
| 3 |
+
size 380730144
|
JokeTailorBiEncoder.f16.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96047aa79974eae49321b7e8e28b0f4d1773d3fb1d7828a730eff3b2009469f8
|
| 3 |
+
size 712100064
|