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
44
examples/pipelines/all_configs/Cneedforpinkslips_train.json
Normal file
44
examples/pipelines/all_configs/Cneedforpinkslips_train.json
Normal 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
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue