intent-classifier-dataset / metadata.json
razisayyed's picture
Upload metadata.json
34d95ca verified
Raw
History Blame Contribute Delete
1.9 kB
{
"actual_num_records": 1000,
"buffer_size": 1000,
"column_statistics": [
{
"column_name": "label",
"column_type": "sampler",
"distribution": {
"histogram": {
"categories": [
"technical_support",
"tuition_and_fees",
"out_of_scope",
"admissions",
"registration",
"courses"
],
"counts": [
206,
177,
158,
156,
154,
149
]
},
"least_common_value": "courses",
"most_common_value": "technical_support"
},
"distribution_type": "categorical",
"num_null": 0,
"num_records": 1000,
"num_unique": 6,
"pyarrow_dtype": "string",
"sampler_type": "category",
"simple_dtype": "string"
},
{
"column_name": "question",
"column_type": "llm-text",
"input_tokens_mean": 801.39,
"input_tokens_median": 801.0,
"input_tokens_stddev": 1.38,
"num_null": 0,
"num_records": 1000,
"num_unique": 998,
"output_tokens_mean": 56.57,
"output_tokens_median": 55.0,
"output_tokens_stddev": 19.57,
"pyarrow_dtype": "string",
"simple_dtype": "string"
},
{
"column_name": "uuid",
"column_type": "sampler",
"distribution": null,
"distribution_type": "other",
"num_null": 0,
"num_records": 1000,
"num_unique": 1000,
"pyarrow_dtype": "string",
"sampler_type": "uuid",
"simple_dtype": "string"
}
],
"dataset_name": "recipe_intent-classifier",
"file_paths": {
"data": [
"data/batch_00000.parquet"
]
},
"num_completed_batches": 1,
"schema": {
"label": "string",
"question": "string",
"uuid": "string"
},
"target_num_records": 1000,
"total_num_batches": 1
}