Instructions to use ReCOGS/ReCOGS-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ReCOGS/ReCOGS-model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("ReCOGS/ReCOGS-model") model = AutoModelForSeq2SeqLM.from_pretrained("ReCOGS/ReCOGS-model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
f3c738e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:70292b99e3f12765e3dcc6afc356ad32ee15220fbf6355aa1a3b2229abe91e39
size 17417321
|