mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-19 12:58:04 +00:00
refactor(internbootcamp): standardize naming conventions and improve code structure
- Rename puzzle configuration files for consistency (e.g., InChI2logP_test.json) - Standardize class names to PascalCase (e.g., InChI2MRBootCamp -> InChI2MRbootCamp) - Improve code structure in various bootcamp modules for better readability and maintainability - Update import statements and file references to reflect new naming conventions - Enhance setup.py to include rdkit dependency
This commit is contained in:
parent
fdf5d19170
commit
324d068f8d
14 changed files with 120 additions and 59 deletions
6
examples/pipelines/puzzle_configs/InChI2logP_train.json
Normal file
6
examples/pipelines/puzzle_configs/InChI2logP_train.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"max_atoms": 15,
|
||||
"min_atoms": 3
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue