1. 04 Nov, 2020 3 commits
  2. 03 Nov, 2020 6 commits
  3. 02 Nov, 2020 1 commit
  4. 01 Nov, 2020 1 commit
  5. 30 Oct, 2020 2 commits
  6. 29 Oct, 2020 5 commits
  7. 28 Oct, 2020 5 commits
  8. 27 Oct, 2020 4 commits
  9. 26 Oct, 2020 3 commits
  10. 23 Oct, 2020 3 commits
  11. 22 Oct, 2020 3 commits
  12. 21 Oct, 2020 1 commit
  13. 20 Oct, 2020 2 commits
  14. 19 Oct, 2020 1 commit
    • Quentin Lhoest's avatar
      Allow Custom Dataset in RAG Retriever (#7763) · 033f29c6
      Quentin Lhoest authored
      * add CustomHFIndex
      
      * typo in config
      
      * update tests
      
      * add custom dataset example
      
      * clean script
      
      * update test data
      
      * minor in test
      
      * docs
      
      * docs
      
      * style
      
      * fix imports
      
      * allow to pass the indexed dataset directly
      
      * update tests
      
      * use multiset DPR
      
      * address thom and patrick's comments
      
      * style
      
      * update dpr tokenizer
      
      * add output_dir flag in use_own_knowledge_dataset.py
      
      * allow custom datasets in examples/rag/finetune.py
      
      * add test for custom dataset in distributed rag retriever
      033f29c6