GGUF
English
text-detoxification
text2text-generation
detoxification
content-moderation
toxicity-reduction
llama
minibase
Eval Results (legacy)
Instructions to use Minibase/Detoxify-Language-Small 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 Minibase/Detoxify-Language-Small 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 Minibase/Detoxify-Language-Small:Q8_0 # Run inference directly in the terminal: llama cli -hf Minibase/Detoxify-Language-Small:Q8_0
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Minibase/Detoxify-Language-Small:Q8_0 # Run inference directly in the terminal: llama cli -hf Minibase/Detoxify-Language-Small:Q8_0
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 Minibase/Detoxify-Language-Small:Q8_0 # Run inference directly in the terminal: ./llama-cli -hf Minibase/Detoxify-Language-Small:Q8_0
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 Minibase/Detoxify-Language-Small:Q8_0 # Run inference directly in the terminal: ./build/bin/llama-cli -hf Minibase/Detoxify-Language-Small:Q8_0
Use Docker
docker model run hf.co/Minibase/Detoxify-Language-Small:Q8_0
- LM Studio
- Jan
- Ollama
How to use Minibase/Detoxify-Language-Small with Ollama:
ollama run hf.co/Minibase/Detoxify-Language-Small:Q8_0
- Unsloth Desktop
- Docker Model Runner
How to use Minibase/Detoxify-Language-Small with Docker Model Runner:
docker model run hf.co/Minibase/Detoxify-Language-Small:Q8_0
- Lemonade
How to use Minibase/Detoxify-Language-Small with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Minibase/Detoxify-Language-Small:Q8_0
Run and chat with the model
lemonade run user.Detoxify-Language-Small-Q8_0
List all available models
lemonade list
- Atomic Chat
Update README.md
Browse files
README.md
CHANGED
|
@@ -48,20 +48,21 @@ model-index:
|
|
| 48 |
|
| 49 |
<div align="center">
|
| 50 |
|
| 51 |
-
**A compact
|
| 52 |
|
| 53 |
[](https://huggingface.co/)
|
| 54 |
[](https://huggingface.co/)
|
| 55 |
[](LICENSE)
|
| 56 |
[](https://discord.com/invite/BrJn4D2Guh)
|
| 57 |
|
| 58 |
-
*Built by [Minibase](https://minibase.ai) -
|
|
|
|
| 59 |
|
| 60 |
</div>
|
| 61 |
|
| 62 |
## 📋 Model Summary
|
| 63 |
|
| 64 |
-
**Detoxify-Small** is a compact language model fine-tuned specifically for text detoxification tasks. It takes toxic or inappropriate text as input and generates cleaned, non-toxic versions while preserving the original meaning and intent as much as possible.
|
| 65 |
|
| 66 |
### Key Features
|
| 67 |
- ⚡ **Fast Inference**: ~66ms average response time
|
|
|
|
| 48 |
|
| 49 |
<div align="center">
|
| 50 |
|
| 51 |
+
**A highly compact (~100 MB) and efficient text detoxification model for removing toxicity while preserving meaning.**
|
| 52 |
|
| 53 |
[](https://huggingface.co/)
|
| 54 |
[](https://huggingface.co/)
|
| 55 |
[](LICENSE)
|
| 56 |
[](https://discord.com/invite/BrJn4D2Guh)
|
| 57 |
|
| 58 |
+
*Built by [Minibase](https://minibase.ai) - Train and deploy small AI models from your browser.*
|
| 59 |
+
*Browse all of the models and datasets available on the [Minibase Marketplace](https://minibase.ai/wiki/Special:Marketplace).
|
| 60 |
|
| 61 |
</div>
|
| 62 |
|
| 63 |
## 📋 Model Summary
|
| 64 |
|
| 65 |
+
**Minibase-Detoxify-Small** is a compact language model fine-tuned specifically for text detoxification tasks. It takes toxic or inappropriate text as input and generates cleaned, non-toxic versions while preserving the original meaning and intent as much as possible.
|
| 66 |
|
| 67 |
### Key Features
|
| 68 |
- ⚡ **Fast Inference**: ~66ms average response time
|