grounding-demo / README.md
hung-k-nguyen's picture
Public release
623acb0
|
Raw
History Blame Contribute Delete
1.06 kB
---
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`).