Instructions to use kcoopermiller/aya-101-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kcoopermiller/aya-101-GGUF with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("kcoopermiller/aya-101-GGUF") model = AutoModelForSeq2SeqLM.from_pretrained("kcoopermiller/aya-101-GGUF") - Notebooks
- Google Colab
- Kaggle
Seems to output junk?
👍 2
#3 opened about 2 years ago
by
Blackroot
Could be possible to upload it to Ollama?
#2 opened about 2 years ago
by
AndresRojoInteracso
Load the model with python
1
#1 opened about 2 years ago
by
katebsaber