rupaut98
rupaut98
@Nazzaroth2 What model and dataset are you using? Is it the one present in the notebook?
@Nazzaroth2 Ahh okay i see the error. Did you load the dataset the way its loaded in the notebook. You need to load dataset so it supports indexing. I believe...
@x4080 Could you share the code snippet you are using to load the model for the second training?
Thanks @wplf
@SharbelWired @shimmyshimmer @Eladhi you can review the notebook in this [pull request](https://github.com/unslothai/unsloth-zoo/pull/108). It fixes ```TypeError: 'int' object is not iterable```.
@SharbelWired I reckon it will work. I went through their unsloth vision collator code and its mentioned ```# [TODO] Support non image inputs as well # The issue is batch...
@mmathew23 cool thank you :)