Instructions to use seonghyeonye/flipped_11B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use seonghyeonye/flipped_11B with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("seonghyeonye/flipped_11B") model = AutoModelForSeq2SeqLM.from_pretrained("seonghyeonye/flipped_11B") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md d633172
Update README.md 6d785d6
Create new file 77a37a0
add model 63f1a01
Seonghyeon Ye commited on
add tokenizer 0a8c6d4
Seonghyeon Ye commited on
initial commit 8a34c2d
Seonghyeon Ye commited on