thewebscraping

Results 2 issues of thewebscraping

Hi, Can you support notebook on Kaggle? P100 not working. GPU T4 error: ``` --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) Cell In[15], line 1 ----> 1 trainer_stats = trainer.train()...

I'm trying to continue train from checkpoint, but get some error, can you help to example code for it? Model: `unsloth/tinyllama-bnb-4bit` ``` from trl import SFTTrainer trainer = SFTTrainer( model...