@astermind/astermind-synth
Version:
OmegaSynth - Label-Conditioned Synthetic Data Generator for AsterMind ELM/KELM Pipelines
67 lines • 1.44 kB
JSON
{
"version": "2.0.0",
"timestamp": "2025-11-19T02:53:19.045Z",
"config": {
"mode": "hybrid",
"maxLength": 50,
"seed": 42
},
"trainingStats": {
"totalSamples": 54815,
"labels": [
"first_name",
"last_name",
"phone_number",
"email",
"street_address",
"city",
"state",
"country",
"company_name",
"job_title",
"product_name",
"color",
"uuid",
"date",
"credit_card_type",
"device_type"
],
"samplesPerLabel": {
"first_name": 458,
"last_name": 422,
"phone_number": 12271,
"email": 12268,
"street_address": 12346,
"city": 295,
"state": 150,
"country": 269,
"company_name": 1672,
"job_title": 381,
"product_name": 3498,
"color": 118,
"uuid": 6120,
"date": 4397,
"credit_card_type": 11,
"device_type": 139
}
},
"testResults": {
"passed": true,
"averageDiversity": 1,
"averageValidFormatRate": 1
},
"validationResults": {
"passed": true,
"averageDiversity": 1,
"averageValidFormatRate": 1
},
"artifacts": {
"model": "model.json",
"elmModel": "elm_model.json",
"testMetrics": "test_metrics.json",
"testReport": "test_report.md",
"validationMetrics": "validation_metrics.json",
"validationReport": "validation_report.md",
"manifest": "manifest.json"
}
}