mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-24 17:05:00 +00:00
Merge branch 'earth_dew2humidity' into 'main'
upload typhoon See merge request lilinyang/internbootcamp!10
This commit is contained in:
commit
34ae61368f
3 changed files with 114 additions and 0 deletions
20
examples/pipelines/puzzle_configs/earth_typhoon_test.json
Normal file
20
examples/pipelines/puzzle_configs/earth_typhoon_test.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[
|
||||
{
|
||||
"v_range": [
|
||||
0,
|
||||
100
|
||||
]
|
||||
},
|
||||
{
|
||||
"v_range": [
|
||||
0,
|
||||
90
|
||||
]
|
||||
},
|
||||
{
|
||||
"v_range": [
|
||||
10,
|
||||
80
|
||||
]
|
||||
}
|
||||
]
|
||||
20
examples/pipelines/puzzle_configs/earth_typhoon_train.json
Normal file
20
examples/pipelines/puzzle_configs/earth_typhoon_train.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[
|
||||
{
|
||||
"v_range": [
|
||||
0,
|
||||
100
|
||||
]
|
||||
},
|
||||
{
|
||||
"v_range": [
|
||||
0,
|
||||
90
|
||||
]
|
||||
},
|
||||
{
|
||||
"v_range": [
|
||||
10,
|
||||
80
|
||||
]
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue