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

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