Instructions to use KDAI-NLP/wangchanberta-traffy-multi-no-stop with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KDAI-NLP/wangchanberta-traffy-multi-no-stop with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="KDAI-NLP/wangchanberta-traffy-multi-no-stop")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("KDAI-NLP/wangchanberta-traffy-multi-no-stop") model = AutoModelForSequenceClassification.from_pretrained("KDAI-NLP/wangchanberta-traffy-multi-no-stop") - Notebooks
- Google Colab
- Kaggle
Ctrl+K