Minibase commited on
Commit
fa56f0e
·
verified ·
1 Parent(s): 1aeb119

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -88,8 +88,8 @@ model-index:
88
  2. **Download and run the model**:
89
  ```bash
90
  # Download model files
91
- wget https://huggingface.co/minibase/detoxify-medium/resolve/main/detoxify-medium-q8_0.gguf
92
- wget https://huggingface.co/minibase/detoxify-medium/resolve/main/run_server.sh
93
 
94
  # Make executable and run
95
  chmod +x run_server.sh
@@ -295,6 +295,13 @@ llama-server \
295
  --port 8000
296
  ```
297
 
 
 
 
 
 
 
 
298
  ### Temperature Settings
299
  - **Low (0.1-0.3)**: Conservative detoxification, minimal changes
300
  - **Medium (0.4-0.7)**: Balanced approach (recommended)
@@ -347,7 +354,7 @@ If you use Detoxify-Medium in your research, please cite:
347
  author={Minibase AI Team},
348
  year={2025},
349
  publisher={Hugging Face},
350
- url={https://huggingface.co/minibase/detoxify-medium}
351
  }
352
  ```
353
 
 
88
  2. **Download and run the model**:
89
  ```bash
90
  # Download model files
91
+ wget https://huggingface.co/Minibase/Detoxify-Language-Medium/resolve/main/detoxify-medium-q8_0.gguf
92
+ wget https://huggingface.co/Minibase/Detoxify-Language-Medium/resolve/main/detoxify_inference.py
93
 
94
  # Make executable and run
95
  chmod +x run_server.sh
 
295
  --port 8000
296
  ```
297
 
298
+ ### Alternative: Use the MacOS Application
299
+ ```bash
300
+ # If using the provided MacOS app bundle
301
+ cd /path/to/downloaded/model
302
+ ./Minibase-detoxify-medium.app/Contents/MacOS/run_server
303
+ ```
304
+
305
  ### Temperature Settings
306
  - **Low (0.1-0.3)**: Conservative detoxification, minimal changes
307
  - **Medium (0.4-0.7)**: Balanced approach (recommended)
 
354
  author={Minibase AI Team},
355
  year={2025},
356
  publisher={Hugging Face},
357
+ url={https://huggingface.co/Minibase/Detoxify-Language-Medium}
358
  }
359
  ```
360