Abhaykoul commited on
Commit
172c159
·
verified ·
1 Parent(s): 50f4273

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -88,7 +88,7 @@ from webscout.Local.samplers import SamplerSettings
88
 
89
  # 1. Download the model
90
  repo_id = "UnfilteredAI/NSFW-6B"
91
- filename = "NSFW-6B-q4_k_m.gguf"
92
  model_path = download_model(repo_id, filename, token='') # Replace with your Hugging Face token if needed
93
 
94
  # 2. Load the model
 
88
 
89
  # 1. Download the model
90
  repo_id = "UnfilteredAI/NSFW-6B"
91
+ filename = "nsfw-6b-q4_k_m.gguf"
92
  model_path = download_model(repo_id, filename, token='') # Replace with your Hugging Face token if needed
93
 
94
  # 2. Load the model