feat: add python Permutation class to mimic hugging face dataset and provide pytorch dataloader (#2725)

This commit is contained in:
Weston Pace
2025-11-06 16:15:33 -08:00
committed by GitHub
parent 6ddd271627
commit aeac9c7644
24 changed files with 2071 additions and 126 deletions

View File

@@ -37,3 +37,11 @@ optional ratios: number[];
```ts
optional seed: number;
```
***
### splitNames?
```ts
optional splitNames: string[];
```