Transformers
GGUF
English
abliteration
directional-ablation
uncensored
mechanistic-interpretability
safety-research
ablate
imatrix
conversational
Instructions to use mradermacher/LFM2.5-350M-Uncensored-i1-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mradermacher/LFM2.5-350M-Uncensored-i1-GGUF with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mradermacher/LFM2.5-350M-Uncensored-i1-GGUF", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use mradermacher/LFM2.5-350M-Uncensored-i1-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 mradermacher/LFM2.5-350M-Uncensored-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/LFM2.5-350M-Uncensored-i1-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 mradermacher/LFM2.5-350M-Uncensored-i1-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf mradermacher/LFM2.5-350M-Uncensored-i1-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/LFM2.5-350M-Uncensored-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf mradermacher/LFM2.5-350M-Uncensored-i1-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/LFM2.5-350M-Uncensored-i1-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf mradermacher/LFM2.5-350M-Uncensored-i1-GGUF:Q4_K_M
Use Docker
docker model run hf.co/mradermacher/LFM2.5-350M-Uncensored-i1-GGUF:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use mradermacher/LFM2.5-350M-Uncensored-i1-GGUF with Ollama:
ollama run hf.co/mradermacher/LFM2.5-350M-Uncensored-i1-GGUF:Q4_K_M
- Unsloth Desktop
- Pi
How to use mradermacher/LFM2.5-350M-Uncensored-i1-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/LFM2.5-350M-Uncensored-i1-GGUF:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @earendil-works/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/LFM2.5-350M-Uncensored-i1-GGUF:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use mradermacher/LFM2.5-350M-Uncensored-i1-GGUF with Docker Model Runner:
docker model run hf.co/mradermacher/LFM2.5-350M-Uncensored-i1-GGUF:Q4_K_M
- Lemonade
How to use mradermacher/LFM2.5-350M-Uncensored-i1-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull mradermacher/LFM2.5-350M-Uncensored-i1-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.LFM2.5-350M-Uncensored-i1-GGUF-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use mradermacher/LFM2.5-350M-Uncensored-i1-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/LFM2.5-350M-Uncensored-i1-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/LFM2.5-350M-Uncensored-i1-GGUF:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use mradermacher/LFM2.5-350M-Uncensored-i1-GGUF with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf mradermacher/LFM2.5-350M-Uncensored-i1-GGUF:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "mradermacher/LFM2.5-350M-Uncensored-i1-GGUF:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
uploaded from back
Browse files- .gitattributes +24 -0
- LFM2.5-350M-Uncensored.i1-IQ1_M.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-IQ1_S.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-IQ2_M.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-IQ2_S.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-IQ2_XS.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-IQ2_XXS.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-IQ3_M.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-IQ3_S.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-IQ3_XS.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-IQ3_XXS.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-IQ4_NL.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-IQ4_XS.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-Q2_K.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-Q2_K_S.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-Q3_K_L.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-Q3_K_M.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-Q3_K_S.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-Q4_0.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-Q4_1.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-Q4_K_M.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-Q4_K_S.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-Q5_K_M.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-Q5_K_S.gguf +3 -0
- LFM2.5-350M-Uncensored.i1-Q6_K.gguf +3 -0
.gitattributes
CHANGED
|
@@ -34,3 +34,27 @@ saved_model/**/* 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 |
LFM2.5-350M-Uncensored.imatrix.gguf 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 |
LFM2.5-350M-Uncensored.imatrix.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
LFM2.5-350M-Uncensored.i1-IQ1_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
LFM2.5-350M-Uncensored.i1-IQ1_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
LFM2.5-350M-Uncensored.i1-IQ2_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
LFM2.5-350M-Uncensored.i1-IQ2_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
LFM2.5-350M-Uncensored.i1-IQ2_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
LFM2.5-350M-Uncensored.i1-IQ2_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
LFM2.5-350M-Uncensored.i1-IQ3_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
LFM2.5-350M-Uncensored.i1-IQ3_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
LFM2.5-350M-Uncensored.i1-IQ3_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
LFM2.5-350M-Uncensored.i1-IQ3_XXS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
LFM2.5-350M-Uncensored.i1-IQ4_NL.gguf filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
LFM2.5-350M-Uncensored.i1-IQ4_XS.gguf filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
LFM2.5-350M-Uncensored.i1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
LFM2.5-350M-Uncensored.i1-Q2_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
LFM2.5-350M-Uncensored.i1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
LFM2.5-350M-Uncensored.i1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
LFM2.5-350M-Uncensored.i1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
LFM2.5-350M-Uncensored.i1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
LFM2.5-350M-Uncensored.i1-Q4_1.gguf filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
LFM2.5-350M-Uncensored.i1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
LFM2.5-350M-Uncensored.i1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
LFM2.5-350M-Uncensored.i1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
LFM2.5-350M-Uncensored.i1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
LFM2.5-350M-Uncensored.i1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
LFM2.5-350M-Uncensored.i1-IQ1_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd6db3602cf8d914544176e9921a675c3a243158a77361abd285c4fe15a93775
|
| 3 |
+
size 113259776
|
LFM2.5-350M-Uncensored.i1-IQ1_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da6ec8eeb389f4d0c3b7f9a00ee15659f90c9f5f56f51bb1641ec4802d43cc63
|
| 3 |
+
size 106968320
|
LFM2.5-350M-Uncensored.i1-IQ2_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c1a89e77d7377e327d59135ff4b20bb4f4f23d18a68b1cc489a1d2c6e267100
|
| 3 |
+
size 142882048
|
LFM2.5-350M-Uncensored.i1-IQ2_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:004ac40a6b24de4f16e780ecc6603412bac8677c4c755b6b78e8632f241daae2
|
| 3 |
+
size 134493440
|
LFM2.5-350M-Uncensored.i1-IQ2_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f098b871d4ab780e9900c3642397c5e231ae28fb2df4a01203fb9b666b778c0
|
| 3 |
+
size 132330752
|
LFM2.5-350M-Uncensored.i1-IQ2_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:126490950f4d084d40fe21d5e33aeb049c806ec0bc0a459e126ddcf733c700eb
|
| 3 |
+
size 123745536
|
LFM2.5-350M-Uncensored.i1-IQ3_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54ce2667f11df48872e828346e58dfe7fdc319c68f7d5853225c624c180e25d3
|
| 3 |
+
size 183661824
|
LFM2.5-350M-Uncensored.i1-IQ3_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff801794b35eb2d28005da43e6fe3737b6d63e6aff5c168e51093278b09fb0c6
|
| 3 |
+
size 181155072
|
LFM2.5-350M-Uncensored.i1-IQ3_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a00899871d8216feaa264f53d1bd05f94161e114b1cf6ed97338301054728c01
|
| 3 |
+
size 175404288
|
LFM2.5-350M-Uncensored.i1-IQ3_XXS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a5213f9308c090834fd856888b737ad0112779c75480d666cf502208fa1540a4
|
| 3 |
+
size 158479616
|
LFM2.5-350M-Uncensored.i1-IQ4_NL.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:092cf7a6e6f49b6cd8b57658ad075602b0ff0162a455e782d838ed83ee79f0fb
|
| 3 |
+
size 219313408
|
LFM2.5-350M-Uncensored.i1-IQ4_XS.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e6d44c3822d02e6ae2c37df068501cb8a902cfdf7184c3d8b8cff3d8ba1fd8b
|
| 3 |
+
size 210334976
|
LFM2.5-350M-Uncensored.i1-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0854b7e95d8aaa4ff7c6915a2a122a1e2b8e05708495586dfa667cd76498c841
|
| 3 |
+
size 160601344
|
LFM2.5-350M-Uncensored.i1-Q2_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:90c565076959f724dc1962d33d5acb9978acea3630a83bc13daac76f6741410d
|
| 3 |
+
size 154187008
|
LFM2.5-350M-Uncensored.i1-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9f9b433f7fae838a45dbe36f5f83e0fed5539cb5f07f1d867e5898f7859be3bd
|
| 3 |
+
size 203052288
|
LFM2.5-350M-Uncensored.i1-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa24024fa3d3265b1ef36c5619a410cb87b497fda6141cb6e11c65c26c95338b
|
| 3 |
+
size 193156352
|
LFM2.5-350M-Uncensored.i1-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e0c7f640e89d4e47471f687a4a1ae426f10c5a510b8981220ab526c2afc9f6c
|
| 3 |
+
size 181155072
|
LFM2.5-350M-Uncensored.i1-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:abac34634544d32a4d621dc49b917ca420adbcf9d9e839456a3d5f8a12dc360a
|
| 3 |
+
size 219903232
|
LFM2.5-350M-Uncensored.i1-Q4_1.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:22f53be5c6afc4a8db943f0a4e1383d4ad8cfdae7688823d192744adfefc3050
|
| 3 |
+
size 237270272
|
LFM2.5-350M-Uncensored.i1-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdc7d11e2f6c3914b9024ce8e069158dbc0973771b085c3ab5501ce02e1cdf8f
|
| 3 |
+
size 229315840
|
LFM2.5-350M-Uncensored.i1-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8395f76eb0ab9839e0913347504977000bbf61420f7bfc3998db3fef9af07a9a
|
| 3 |
+
size 220755200
|
LFM2.5-350M-Uncensored.i1-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:30b8f95d6a95f8b78ad55d3a37cbfedd869fc62d57c17bac90c1a48b5dc6073e
|
| 3 |
+
size 260379904
|
LFM2.5-350M-Uncensored.i1-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dff434045cd8db24f5aa95306dd6d5e40954ed22d467f86205adec65fa762ec5
|
| 3 |
+
size 255227136
|
LFM2.5-350M-Uncensored.i1-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d6dab8cfc5d1e95f47e50110027febb00f7512b00a5d6394e46d048086de71c3
|
| 3 |
+
size 293385472
|