huggingface / transformers

🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
https://huggingface.co/transformers
Apache License 2.0
134.28k stars 26.85k forks source link

when will add XLMRobertaForQuestionAnswering package #2842

Closed ynebula closed 4 years ago

ynebula commented 4 years ago

I will study squad of multilingual.

I found that question answer package did include in run_squad.py.

I wanna release that package

Are you plan to release XLMRobertaForQuestionAnwering?

please let me know.

RachelKer commented 4 years ago

It is pretty easy to add the code yourself since RobertaForQuestionAnswering is already implemented and XLMRobertaForQuestionAnswering is just a wrapper around it.

ynebula commented 4 years ago

Thank you for your answering.

I got your mention

I have question one more

Is it possible to learn XLM-Roberta data to Roberta (XLM-Roberta data is https://github.com/pytorch/fairseq/tree/master/examples/xlmr)

If it is possible, can you show me how to set up.

please let me know.

ynebula commented 4 years ago

I resolve the problem.

Thank you your answering