File size: 1,903 Bytes
34d95ca | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | {
"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
} |