Spaces:
Running on Zero
Running on Zero
File size: 1,055 Bytes
623acb0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | ---
title: Grounding Demo
emoji: 🎯
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 6.20.0
app_file: app.py
pinned: false
license: apache-2.0
short_description: Is a claim grounded in its source document?
---
# Grounding demo
Interactive demo of Nutrient's grounding models: paste a document premise + a claim and see whether the
document **supports** it. Runs both models side by side:
- [`grounding-en`](https://huggingface.co/nutrientdocs/grounding-en) — open weights (Apache-2.0), English.
- [`grounding-multilingual`](https://huggingface.co/nutrientdocs/grounding-multilingual) — commercial,
15+ languages.
## Secret required
The commercial model is loaded from a **private** repo, so this Space needs an `HF_TOKEN` **secret**
(Settings → Variables and secrets) with read access to it. The weights are used server-side only and are
never downloadable. Without the secret, the demo runs the open English model and marks the commercial one
_unavailable_.
Scores are temperature-calibrated support probabilities (per-model `T`).
|