Instructions to use lIlBrother/ko-answerable with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lIlBrother/ko-answerable with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="lIlBrother/ko-answerable")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("lIlBrother/ko-answerable") model = AutoModelForSequenceClassification.from_pretrained("lIlBrother/ko-answerable", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
3b5ca91 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d6d0e8c491d76d948cc56b8a8b5b76a6e01f4a28951fde29001066d70afb4b37
size 457450105
|