mirror of
https://github.com/NousResearch/atropos.git
synced 2026-05-02 17:45:50 +00:00
more linting
This commit is contained in:
parent
89b38a233b
commit
54e574d350
1 changed files with 0 additions and 1 deletions
|
|
@ -131,7 +131,6 @@ class McpEnv(BaseEnv):
|
|||
# full_dataset = full_dataset.shuffle(seed=42) # shuffle here
|
||||
full_dataset = full_dataset.shuffle(seed=42) # Shuffling datasets object
|
||||
|
||||
|
||||
# Create train/test split on the fly (e.g., 95% train, 5% test)
|
||||
split_dataset = full_dataset.train_test_split(test_size=0.02, seed=42)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue