Gabriele Sarti
Gabriele Sarti
Opened PR #18057 with the suggested fix @ydshieh, should be good to go!
We currently set requirements to use the that specific transformers version. Please let us know if everything works, we may want to go back to general install!
Looks neat! Didn't know about datasets for medical NLI, that's perfect for our use case indeed! If someone is interested in finetuning the three pretrained models SciBERT, BioBERT and CovidBERT...
Hi @kalyanks0611, The choice of a larger batch size was only due to the intuition that this would limit noise during training, I have no empirical proof that this leads...
Is it possible to specify multiple analytics accounts?
@patil-suraj I think only your check is missing!
> Hey @gsarti - it seems like a test is failing now: > > ``` > tests/models/xglm/test_modeling_xglm.py::XGLMModelTest::test_xglm_model_past > ``` > > with > > ``` > UnboundLocalError: local variable 'dtype_attn_weights'...
Hey @jumelet, nice idea, and of course any help would be more than welcome! :smile: Some details and comments that might help in this sense: - The loop happens in...
Hi @rsvarma, If you don't need extremely low level access you might want to try out our [Inseq](https://github.com/inseq-team/inseq) library built on top of Captum and 🤗 Transformers to facilitate the...
+1, would love to see it!