yourName

Results 5 comments of yourName

> Dear authors, > > I found you set the `max_event `and `max_affect` to 17 and 35 respectively. However, the length of my input event is much longer than 17,...

Guys~ have you found a suitable model of Roberta, thank you very much for sending me a copy! **[email protected]**

I met the same bug. Looking forward a debuger :) The code used to merge llama3-lora: ```python """ Replaces ff layers using MOE. rest all will be averaged """ import...

> Okay, I upgrade transformers to 4.38.0, and use peft=0.7.0 now, but meet some errors which I haven't met when I use peft=0.9.0. ![image](https://private-user-images.githubusercontent.com/48597370/311592437-5a58b1dd-a801-4658-84ba-84ff9d9b21ac.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTQwMTM3MjQsIm5iZiI6MTcxNDAxMzQyNCwicGF0aCI6Ii80ODU5NzM3MC8zMTE1OTI0MzctNWE1OGIxZGQtYTgwMS00NjU4LTg0YmEtODRmZjlkOWIyMWFjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA0MjUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNDI1VDAyNTAyNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY5OWI2ZmI4NTFhMDZiMzFiZDFkNTY0YzE5MDI2MjhhMWRlZDQ3ZjdkNzhjNzFmMzRiMTNjY2IwNGYzODI1ODYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.KDfJ03U9tf8zBmF0ESuxFKDF_bKo9iUejYzwMqsVW5w) > > config.json is here, I...