Instructions to use jinmang2/textcnn-ko-dialect-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jinmang2/textcnn-ko-dialect-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="jinmang2/textcnn-ko-dialect-classifier", trust_remote_code=True)# Load model directly from transformers import AutoModelForSequenceClassification model = AutoModelForSequenceClassification.from_pretrained("jinmang2/textcnn-ko-dialect-classifier", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Update modeling_textcnn.py e025643
Update modeling_textcnn.py 8d3fe9a
Update config.json c763565
Update config.json 9270080
Update config.json a56eaa2
Update config.json 76fd6dd
Update config.json e6d8040
Update modeling_textcnn.py 4972105
Update config.json 5b80f6c
Update modeling_textcnn.py 8ad43d6
Create modeling_textcnn.py a576d9e
Create configuration_textcnn.py 556d5b1
Update tokenizer_config.json 56d905b
add tokenizer 5bb82c9
MyungHoon Jin commited on
add model 400f4d8
MyungHoon Jin commited on