mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
refactor(data_pipeline): optimize data generation pipeline; add multiple preset configurations for data generation
This commit is contained in:
parent
1a8477c8d8
commit
8d493b35a0
2160 changed files with 69199 additions and 154 deletions
56
examples/pipelines/all_configs/Cperunult_test.json
Normal file
56
examples/pipelines/all_configs/Cperunult_test.json
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
[
|
||||
{
|
||||
"n": 5,
|
||||
"m": 5,
|
||||
"b": 500,
|
||||
"inc": 5,
|
||||
"d": 100,
|
||||
"max_time_events": 150,
|
||||
"force_infinite": false
|
||||
},
|
||||
{
|
||||
"n": 1,
|
||||
"m": 0,
|
||||
"b": 100,
|
||||
"inc": 1,
|
||||
"d": 50,
|
||||
"max_time_events": 100,
|
||||
"force_infinite": true
|
||||
},
|
||||
{
|
||||
"n": 1,
|
||||
"m": 0,
|
||||
"b": 1,
|
||||
"inc": 0,
|
||||
"d": 1,
|
||||
"max_time_events": 50,
|
||||
"force_infinite": false
|
||||
},
|
||||
{
|
||||
"n": 2,
|
||||
"m": 10,
|
||||
"b": 800,
|
||||
"inc": 12,
|
||||
"d": 60,
|
||||
"max_time_events": 200,
|
||||
"force_infinite": false
|
||||
},
|
||||
{
|
||||
"n": 10,
|
||||
"m": 10,
|
||||
"b": 2000,
|
||||
"inc": 20,
|
||||
"d": 200,
|
||||
"max_time_events": 200,
|
||||
"force_infinite": false
|
||||
},
|
||||
{
|
||||
"n": 3,
|
||||
"m": 2,
|
||||
"b": 1000,
|
||||
"inc": 10,
|
||||
"d": 50,
|
||||
"max_time_events": 100,
|
||||
"force_infinite": false
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue