How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("feature-extraction", model="JohnnyNLP/kobert-8-class-sentiment-analysis")
# Load model directly
from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained("JohnnyNLP/kobert-8-class-sentiment-analysis")
model = AutoModel.from_pretrained("JohnnyNLP/kobert-8-class-sentiment-analysis", device_map="auto")
Quick Links

This is fine-tuned KoBERT model for 8-class sentiment anlaysis.

The original model is here: https://github.com/SKTBrain/KoBERT

Downloads last month
3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support