opensporks commited on
Commit
7629c87
·
verified ·
1 Parent(s): 2285de1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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 (or typed model like Pydantic/Zod)
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