InternBootcamp/examples/pipelines/autogen_configs/Eguessthetree_train.json
2025-05-30 14:05:33 +08:00

30 lines
No EOL
399 B
JSON

[
{
"n_range": [
10,
24
],
"yes_prob": 0.3
},
{
"n_range": [
3,
15
],
"yes_prob": 0.6
},
{
"n_range": [
1,
10
],
"yes_prob": 0.7
},
{
"n_range": [
1,
24
],
"yes_prob": 0.5
}
]