pendekarcode
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? 