Instructions to use STAM/agricore with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use STAM/agricore with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("STAM/agricore") model = AutoModelForMultimodalLM.from_pretrained("STAM/agricore") - Notebooks
- Google Colab
- Kaggle
Upload new T5 tokenizer config file
Browse filesThese are the files related to the new T5 tokenizer trained for the purposes of Agricore
- tokenizer.json +0 -0
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|