Instructions to use CarperAI/carptriever-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use CarperAI/carptriever-1 with Transformers:
# Load model directly from transformers import AutoTokenizer, Contriever tokenizer = AutoTokenizer.from_pretrained("CarperAI/carptriever-1") model = Contriever.from_pretrained("CarperAI/carptriever-1") - Notebooks
- Google Colab
- Kaggle
Update model with weights trained on deduplicated `The Pile`
#1
by jon-tow - opened
No description provided.
jon-tow changed pull request status to open
LouisCastricato changed pull request status to merged