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
| { | |
| "finished_at": "2026-07-02T13:15:17+00:00", | |
| "base_model": "mlx-community/Qwen2.5-0.5B-Instruct-4bit", | |
| "task": "json-extractor-demo", | |
| "command": [ | |
| "/Users/codes/Desktop/eevoire/eevoire-workspace/local-model-factory/finetune/.venv/bin/python", | |
| "-m", | |
| "mlx_lm", | |
| "lora", | |
| "--model", | |
| "mlx-community/Qwen2.5-0.5B-Instruct-4bit", | |
| "--train", | |
| "--data", | |
| "runs/json-extractor-demo/data", | |
| "--adapter-path", | |
| "runs/json-extractor-demo/adapters", | |
| "--iters", | |
| "200", | |
| "--batch-size", | |
| "4", | |
| "--learning-rate", | |
| "0.0001", | |
| "--num-layers", | |
| "8", | |
| "--seed", | |
| "7", | |
| "--max-seq-length", | |
| "512" | |
| ], | |
| "elapsed_s": 18.8, | |
| "data_manifest": { | |
| "source_file": "tasks/json-extractor-demo/raw.jsonl", | |
| "source_description": "json-extractor-demo task (tasks/json-extractor-demo)", | |
| "data_ledger_entry": "NONE \u2014 research-only until a DATA_LEDGER.md entry exists", | |
| "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" | |
| }, | |
| "initial_val_loss": 4.483, | |
| "final_val_loss": 0.093 | |
| } | |