rupaut98

Results 7 comments of 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?

@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...