Text Classification
Transformers
TensorBoard
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use horang2k/roberta-base-klue-ynat-classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use horang2k/roberta-base-klue-ynat-classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="horang2k/roberta-base-klue-ynat-classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("horang2k/roberta-base-klue-ynat-classification") model = AutoModelForSequenceClassification.from_pretrained("horang2k/roberta-base-klue-ynat-classification", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
61bd95b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:41f48959adecb2da8693950c1cf3bccce87c83d77b9b74b1a4889d72c82c9efb
size 5432
|