Instructions to use patrickvonplaten/rag-tiny-random with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use patrickvonplaten/rag-tiny-random with Transformers:
# Load model directly from transformers import AutoTokenizer, RagSequenceForGeneration tokenizer = AutoTokenizer.from_pretrained("patrickvonplaten/rag-tiny-random") model = RagSequenceForGeneration.from_pretrained("patrickvonplaten/rag-tiny-random") - Notebooks
- Google Colab
- Kaggle
File size: 132 Bytes
c7879b1 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9e74963038c838d8c4282a99feacd0206494e000effd53881acc7bfa43bfc17c
size 5588214
|