Instructions to use BM-K/KoChatBART with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BM-K/KoChatBART with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("BM-K/KoChatBART") model = AutoModelForSeq2SeqLM.from_pretrained("BM-K/KoChatBART") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
b8e7300 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:15e950861ee2aa400021cf879e966b6fdf7f1abd626a1f5a11daf3b364537e46
size 557985683
|