AnswerDotAI / RAGatouille

Easily use and train state of the art late-interaction retrieval methods (ColBERT) in any RAG pipeline. Designed for modularity and ease-of-use, backed by research.
Apache License 2.0
3.08k stars 210 forks source link

How to make a jinaai/jina-colbert-v2 finetunig? It is constantly hanging #> Starting... #252

Open seregadgl20-oss opened 2 months ago

seregadgl20-oss commented 2 months ago

Hi. How can I fine-tune the jinaai/jina-colbert-v2 model in colab.research.google? When I use the example https://github.com/AnswerDotAI/RAGatouille/blob/main/examples/02-basic_training.ipynb constantly writes #> Starting... When I use colbert-ir/colbertv2.0, everything is fine. Thanks to everyone who will help!