refactor(data_pipeline): optimize data generation pipeline; add multiple preset configurations for data generation

This commit is contained in:
chenyongkang 2025-08-26 18:40:21 +08:00
parent 1a8477c8d8
commit 8d493b35a0
2160 changed files with 69199 additions and 154 deletions

View file

@ -0,0 +1,44 @@
[
{
"c": 0.5,
"m": 0.25,
"p": 0.25,
"v": 0.9
},
{
"c": 0.01,
"m": 0.01,
"p": 0.98,
"v": 0.1
},
{
"c": 0.4,
"m": 0.2,
"p": 0.4,
"v": 0.8
},
{
"c": 0.4998,
"m": 0.4998,
"p": 0.0004,
"v": 0.1666
},
{
"c": 0.1,
"m": 0.8,
"p": 0.1,
"v": 0.1
},
{
"c": 0.1,
"m": 0.1,
"p": 0.8,
"v": 0.5
},
{
"c": 0.3333,
"m": 0.3333,
"p": 0.3334,
"v": 0.2
}
]