CoolFace
17 results

json-schema

epfl-dlab /JSONSchemaBench JSONSchemaBench JSONSchemaBench is a benchmark of real-world JSON schemas designed to evaluate structured output generation for Large Language Models (LLMs). It contains approximately 10,000 JSON schemas, capturing diverse constraints and complexities. import datasets from datasets import load_dataset def main(): # Inspect the available subsets of the datasetall_subsets = datasets.get_dataset_config_names("epfl-dlab/JSONSchemaBench") print("Available subsets:"… See the full description on the dataset page: https://huggingface.co/datasets/epfl-dlab/JSONSchemaBench.texttext-generation10K<n<100K12 likes4.4k downloads1y agoHugging Facedataunitylab /json-schema JSON Schema Dataset This dataset consists of a collection of JSON Schema documents collected from GitHub by searching using the Sourcegraph API. Step 1: Find a list of JSON Schema paths The Sourcegraph code search API is used to find files with a .json extension and containing {\n "$schema": "https://json-schema.org/". This is somewhat restrictive, but still manages to find a large number of schemas. pipenv run python slurp.py --outfile repos.csv Step 2:… See the full description on the dataset page: https://huggingface.co/datasets/dataunitylab/json-schema.text10K<n<100K2 likes205 downloads2y agoHugging Facedataunitylab /json-schema-storeThis contains a set of schemas obtained via the JSON Schema Store catalog. textn<1K2 likes132 downloads2y agoHugging Faceoznakn /jsonschemabench-maskbenchtext1K<n<10K0 likes98 downloads1y agoHugging FaceEmulated-Inc /json-schema-instances-training-pool JSON schema and instance training pool Real JSON Schemas from the public collections named below, read at the pinned revisions given there, each paired where possible with documents that satisfy it, laid out twice. Train on either layer or on both. pool.jsonl Every source rewritten into one shape, 20004 rows, one JSON object per line, with these fields. Field What it holds id a row identifier unique within this file prompt the request a model would… See the full description on the dataset page: https://huggingface.co/datasets/Emulated-Inc/json-schema-instances-training-pool.texttext-generation10K<n<100K1 likes91 downloads10d agoHugging Facefbaigt /schema-to-jsontext1K<n<10K2 likes72 downloads3y agoHugging Face