Instructions to use rkdaldus/ko-sent5-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use rkdaldus/ko-sent5-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="rkdaldus/ko-sent5-classification")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("rkdaldus/ko-sent5-classification") model = AutoModel.from_pretrained("rkdaldus/ko-sent5-classification") - Notebooks
- Google Colab
- Kaggle
์ ์ฒด ์ฝ๋ ์ฌ์ฉ ์์๋ ๊ฐ๋ฅํ ๊น์?
#1 opened about 1 year ago
by
EricAILearning