Spaces:
Sleeping
Sleeping
functionNormally commited on
Commit ·
9234471
1
Parent(s): cdc317a
Corriger caractère invalide U+00B7 dans data_utils.py ligne 27
Browse files- data_utils.py +1 -1
data_utils.py
CHANGED
|
@@ -24,7 +24,7 @@ class HFDatasetWrapper(Dataset):
|
|
| 24 |
|
| 25 |
def __len__(self):
|
| 26 |
return len(self.dataset)
|
| 27 |
-
|
| 28 |
def __getitem__(self, idx):
|
| 29 |
item = self.dataset[idx]
|
| 30 |
|
|
|
|
| 24 |
|
| 25 |
def __len__(self):
|
| 26 |
return len(self.dataset)
|
| 27 |
+
|
| 28 |
def __getitem__(self, idx):
|
| 29 |
item = self.dataset[idx]
|
| 30 |
|