pendekarcode

Results 5 issues of pendekarcode

This is the library resource I needed, and I really like it. Thank you. How to use the min and maximum length of long text?

Can somebody give me suggestion on how to train gpt2-simple with another language, for example France. Thanks

I downloaded the model and saved it on a local PC. By code: ``` namefolder= 'mrm8488-t5-base' tokenizer = AutoTokenizer.from_pretrained('mrm8488/t5-base-finetuned-common_gen') model = AutoModelForSeq2SeqLM.from_pretrained('mrm8488/t5-base-finetuned-common_gen') tokenizer.save_pretrained("./"+namefolder) model.save_pretrained("./"+namefolder) ``` I can not run the...

please tell me can I use lora from minimaxir pipe.load_lora_weights("minimaxir/sdxl-wrong-lora")

How to solve this issue? ![Screenshot 2024-03-06 08 51 36](https://github.com/kuutsav/llm-toys/assets/52091445/a6813d0b-53a0-46bb-8d59-7bac8e139105)