deepset-ai / FARM

:house_with_garden: Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.
https://farm.deepset.ai
Apache License 2.0
1.73k stars 247 forks source link

DPR saving and loading, also for non-bert architectures #771

Closed Timoeller closed 3 years ago

Timoeller commented 3 years ago

We need to tackle DPR saving and loading within FARM to make it compatible with architectures other than Bert and also the HF modelhub. People should be able to train models, save them, load them in FARM or haystack and convert them to HF transformers to upload them to the model hub.

Related to https://github.com/deepset-ai/haystack/issues/1046

julian-risch commented 3 years ago

Fixed in #765