Instructions to use YagiASAFAS/indonesia-news-classification-bert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use YagiASAFAS/indonesia-news-classification-bert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="YagiASAFAS/indonesia-news-classification-bert")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("YagiASAFAS/indonesia-news-classification-bert") model = AutoModelForSequenceClassification.from_pretrained("YagiASAFAS/indonesia-news-classification-bert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
b812777 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:414db47280f22f752f0f70fab41786ac378a23bac9065cbd8c20d3258790899d
size 669668082
|