How to use HuggingWorm/RagRetriever with Transformers:
# Load model directly from transformers import AutoTokenizer, RagRetriever tokenizer = AutoTokenizer.from_pretrained("HuggingWorm/RagRetriever") model = RagRetriever.from_pretrained("HuggingWorm/RagRetriever")
The community tab is the place to discuss and collaborate with the HF community!