Views
No views yet
License: MIT - free for any use, including commercial. Built on Qwen3 (Apache-2.0); see NOTICE.md.
1# Download the GGUF and Modelfile
2huggingface-cli download nopenet/nope-edge-mini-GGUF nope-edge-mini-q8_0.gguf Modelfile --local-dir .
3
4# Create Ollama model
5ollama create nope-edge-mini -f Modelfile
6
7# Run inference
8ollama run nope-edge-mini "I can't take this anymore"| File | Quantization | Size |
|---|---|---|
nope-edge-mini-q8_0.gguf | Q8_0 | 2.02 GB |
1<reflection>User expresses direct suicidal intent with timeline...</reflection>
2<risks>
3 <risk subject="self" type="suicide" severity="high" imminence="urgent" features="active_ideation,timeline_stated"/>
4</risks>1<reflection>Gaming slang, no genuine crisis indicators...</reflection>
2<risks/>| Type | Description |
|---|---|
suicide | Suicidal ideation, plans, or intent |
self_harm | Non-suicidal self-injury |
self_neglect | Eating disorders, medical neglect |
violence | Threats toward others |
abuse | Domestic/intimate partner violence |
sexual_violence | Sexual assault, coercion |
exploitation | Trafficking, grooming, sextortion |
stalking | Persistent unwanted contact |
neglect | Child or elder neglect |
| Model | Quant | RAM/VRAM | CPU Latency | GPU Latency |
|---|---|---|---|---|
| nope-edge (4B) | Q8_0 | ~5GB | ~2s | ~200ms |
| nope-edge-mini (1.7B) | Q8_0 | ~2GB | ~1s | ~100ms |
features are heuristic — lower-confidence than type/severity and may include labels not supported by the text; treat as hints only.