nakhun/thaisum
Updated • 167 • 10
How to use SuperBigtoo/thainews-classification-thaikeras-bert-th with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="SuperBigtoo/thainews-classification-thaikeras-bert-th") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("SuperBigtoo/thainews-classification-thaikeras-bert-th")
model = AutoModelForSequenceClassification.from_pretrained("SuperBigtoo/thainews-classification-thaikeras-bert-th")for study