mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-25 17:10:49 +00:00
Merge branch 'dev_chemStructure2Property' into 'main'
Dev chem structure2 property See merge request lilinyang/internbootcamp!7
This commit is contained in:
commit
058cde1791
11 changed files with 512 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"max_atoms": 15,
|
||||
"min_atoms": 3
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"max_atoms": 15,
|
||||
"min_atoms": 3
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"min_len": 5,
|
||||
"max_len": 25
|
||||
}
|
||||
]
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"min_len": 5,
|
||||
"max_len": 25
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue