Text Classification
Transformers
Safetensors
Korean
electra
KoELECTRA
Korean-NLP
topic-classification
news-classification
Generated from Trainer
Instructions to use howon20/data with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use howon20/data with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="howon20/data")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("howon20/data") model = AutoModelForSequenceClassification.from_pretrained("howon20/data") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- f7c167433b3cbee86dad8ee8f16fdbb06da3f68089cfe84096576452db1006ef
- Size of remote file:
- 5.34 kB
- SHA256:
- 7db565565ac3ec4960995d965c5d917a381679c2bdc60cc2eae37b3b26f878d7
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.