Instructions to use seonghyeonye/direct_3B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use seonghyeonye/direct_3B with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("seonghyeonye/direct_3B") model = AutoModelForSeq2SeqLM.from_pretrained("seonghyeonye/direct_3B") - Notebooks
- Google Colab
- Kaggle
Commit History
add tokenizer 0002941
Seonghyeon Ye commited on
Update config.json 342bda3
special_tokens_map.json 37a577f
tokenizer config 1d891b8
Readme 91349c0
add model d05abe7
Seonghyeon Ye commited on
initial commit 9542d59
Seonghyeon Ye commited on