wiki_dpr / README.md
etwk's picture
Upload folder using huggingface_hub
bc0eb25 verified
|
raw
history blame
431 Bytes
The project contains indexes, datasets, checkpoints for RAG training and research.
## Sources
- checkpoint: ColBERTv2 (https://downloads.cs.stanford.edu/nlp/data/colbert/colbertv2/colbertv2.0.tar.gz)
- dataset: wiki_dpr (https://github.com/facebookresearch/DPR/blob/main/dpr/data/download_data.py)
- indexes (TODO)
* Didn't compress the index files to one archive because compress save less than 5% space and takes a long time.