Ben Eyal

Results 19 comments of Ben Eyal

Hi :slightly_smiling_face: It's far from a perfect solution, but in order to get around this I created a middleware that intercepts errors and defects and just returns an empty 500...

Sign me up! 🙂 @omer-dor are you moving to Chapter 1 once you finish Setup? If so, I can take Chapter 2.

GitHub Actions, stop marking this PR as stale! 😅 Hi @SaulLu, how are you? I started a new job so kind of lost track with this PR, is it still...

Hi again @SaulLu 🙂 I found something interesting. Running this code: ```python from transformers import AutoTokenizer tokenizers = [ ( "microsoft/deberta-v2-xlarge", AutoTokenizer.from_pretrained("microsoft/deberta-v2-xlarge", use_fast=True), AutoTokenizer.from_pretrained("microsoft/deberta-v2-xlarge", use_fast=False), ), ( "albert-base-v2", AutoTokenizer.from_pretrained("albert-base-v2", use_fast=True),...

Hello @SaulLu 🙂 Just a little ping in case you didn't see my written novel of a comment above 😅 Thank you again for your time and have a lovely...

Hi @SaulLu, GitHub Actions wants to close this issue again 😅 Hope everything is well! I haven't worked on this since June 11th because I'm waiting for your insights 🙂...

Hi @SaulLu 🙂 Any news? The bot wants to close the issue again 😅

Hi @SaulLu, how are you? 🙂 Anything new regarding this PR? 🙏

@sgugger Wonderful to have you on board! 🚀 I can't comment on the Deberta snippet, so I'll try here: we basically want the code for Deberta V2 be the same...