Update README.md
Browse files
README.md
CHANGED
|
@@ -16,9 +16,11 @@ We're releasing these models in two different sizes:
|
|
| 16 |
> This model card is dedicated to the smaller `Schematron-3B` model. Check out [`Schematron-8B`](https://huggingface.co/inference-net/Schematron-8B) for the larger model.
|
| 17 |
|
| 18 |
## I/O at a glance
|
| 19 |
-
- **Input**: Cleaned HTML + JSON Schema (
|
| 20 |
- **Output**: Strictly valid JSON conforming to the provided schema (no narration)
|
| 21 |
|
|
|
|
|
|
|
| 22 |
|
| 23 |
## Highlights
|
| 24 |
- **Schema-first extraction**: 100% schema‑conformant JSON outputs
|
|
|
|
| 16 |
> This model card is dedicated to the smaller `Schematron-3B` model. Check out [`Schematron-8B`](https://huggingface.co/inference-net/Schematron-8B) for the larger model.
|
| 17 |
|
| 18 |
## I/O at a glance
|
| 19 |
+
- **Input**: Cleaned HTML + JSON Schema (can be extracted from typed model like Pydantic/Zod)
|
| 20 |
- **Output**: Strictly valid JSON conforming to the provided schema (no narration)
|
| 21 |
|
| 22 |
+
> [!NOTE]
|
| 23 |
+
> The JSON Schema passed as input needs to conform to the [schema.org](https://json-schema.org/draft-07/schema) schema.
|
| 24 |
|
| 25 |
## Highlights
|
| 26 |
- **Schema-first extraction**: 100% schema‑conformant JSON outputs
|