Instructions to use seonghyeonye/flipped_3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use seonghyeonye/flipped_3B with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("seonghyeonye/flipped_3B") model = AutoModelForSeq2SeqLM.from_pretrained("seonghyeonye/flipped_3B") - Notebooks
- Google Colab
- Kaggle
Create README.md
#1
by doyoungkim - opened
No description provided.
seonghyeonye changed pull request status to merged