loubnabnl / santacoder-finetuning

Fine-tune SantaCoder for Code/Text Generation.
Apache License 2.0
179 stars 22 forks source link

Linked Colab isn't working #12

Open umm-maybe opened 1 year ago

umm-maybe commented 1 year ago

Hello, this may or may not be the maintainer's responsibility, but the Colab linked for training doesn't appear to be working. Got the following error:


TypeError Traceback (most recent call last)

in () ----> 1 next(iter(train_dataset)) in __iter__(self) 30 31 def __iter__(self): ---> 32 iterator = iter(self.dataset) 33 more_examples = True 34 while more_examples: TypeError: 'method' object is not iterable