GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

nopenet/nope-edge-mini-GGUF overview

NOPE Edge GGUF 1.7B GGUF quantized version of nopenet/nope edge mini https://huggingface.co/nopenet/nope edge mini for local inference with Ollama and llama.cp…

ggufsafetycrisis-detectiontext-classificationmental-healthllama.cppollamatext-generationenbase_model:Qwen/Qwen3-1.7Bbase_model:quantized:Qwen/Qwen3-1.7Blicense:mitendpoints_compatibleregion:usconversational

Runs locally from ~1.19 GB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
8
Likes
0
Pipeline
text-generation
Author

Repository Files & Downloads

3 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
nope-edge-mini-f16.ggufGGUFF163.79 GBDownload
nope-edge-mini-q4_k_m.ggufGGUFQ4_K_M1.19 GBDownload
nope-edge-mini-q8_0.ggufGGUFQ8_02.02 GBDownload

Model Details

Model IDnopenet/nope-edge-mini-GGUF
Authornopenet
Pipelinetext-generation
Licensemit
Base modelQwen/Qwen3-1.7B
Last modified2026-06-23T06:51:57.000Z

Model README

---

license: mit

language:

- en

tags:

- safety

- crisis-detection

- text-classification

- mental-health

- gguf

- llama.cpp

- ollama

base_model: Qwen/Qwen3-1.7B

pipeline_tag: text-generation

---

NOPE Edge GGUF (1.7B)

GGUF quantized version of nopenet/nope-edge-mini for local inference with Ollama and llama.cpp.

> License: MIT - free for any use, including commercial. Built on Qwen3 (Apache-2.0); see NOTICE.md.

---

Quick Start with Ollama

# Download the GGUF and Modelfile
huggingface-cli download nopenet/nope-edge-mini-GGUF nope-edge-mini-q8_0.gguf Modelfile --local-dir .

# Create Ollama model
ollama create nope-edge-mini -f Modelfile

# Run inference
ollama run nope-edge-mini "I can't take this anymore"

---

Files

| File | Quantization | Size |

|------|--------------|------|

| nope-edge-mini-q8_0.gguf | Q8_0 | 2.02 GB |

---

Output Format

The model outputs XML with chain-of-thought reasoning:

Crisis detected:

<reflection>User expresses direct suicidal intent with timeline...</reflection>
<risks>
  <risk subject="self" type="suicide" severity="high" imminence="urgent" features="active_ideation,timeline_stated"/>
</risks>

No crisis:

<reflection>Gaming slang, no genuine crisis indicators...</reflection>
<risks/>

---

Risk Types

| 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 |

---

Hardware Requirements

| 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 |

---

Source Model

---

Important

  • Not a medical device. Outputs are probabilistic signals for triage, not clinical assessments.
  • False positives and negatives will occur. Use for flagging, not autonomous decisions.
  • features are heuristic — lower-confidence than type/severity and may include labels not supported by the text; treat as hints only.
  • Classification only. Crisis resources require the NOPE Evaluate API.

Edge is a detection aid — not a predictive, diagnostic, or therapeutic tool, and not a replacement for clinical judgment. False positives and false negatives will occur — some people in genuine crisis will not be identified — so never use Edge as the sole basis for an intervention decision, and always keep a human in the loop. If anyone is in immediate danger, contact your local emergency services or find resources at talk.help.

Full disclaimer: see DISCLAIMER.md.

Run nopenet/nope-edge-mini-GGUF with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models