Instructions to use eevoire/json-extractor-demo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use eevoire/json-extractor-demo with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir json-extractor-demo eevoire/json-extractor-demo
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "source_file": "tasks/json-extractor-demo/raw.jsonl", | |
| "source_description": "json-extractor-demo task (tasks/json-extractor-demo)", | |
| "data_ledger_entry": "json-extractor-demo-synthetic", | |
| "seed": 20260701, | |
| "raw_examples": 400, | |
| "duplicates_dropped": 0, | |
| "counts": { | |
| "train": 320, | |
| "valid": 40, | |
| "test": 40 | |
| }, | |
| "split_fractions": { | |
| "valid": 0.1, | |
| "test": 0.1 | |
| }, | |
| "contamination_check": "passed" | |
| } | |