Transformers
PyTorch
Korean
bart
text2text-generation
10epoch
fp16
about 9hours
gogamza/kobart-base-v2
Instructions to use nlpotato/kobart_chatbot_social_media-e10_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nlpotato/kobart_chatbot_social_media-e10_1 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("nlpotato/kobart_chatbot_social_media-e10_1") model = AutoModelForSeq2SeqLM.from_pretrained("nlpotato/kobart_chatbot_social_media-e10_1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
f2d1f6e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:70ed2d15e6f11c32a22756ea2b84d998e94a4ad43f3d1bc200f5982a90cea671
size 495648413
|