Text Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
text-embeddings-inference
Instructions to use candra/indobertweet-sentiment2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use candra/indobertweet-sentiment2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="candra/indobertweet-sentiment2")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("candra/indobertweet-sentiment2") model = AutoModelForSequenceClassification.from_pretrained("candra/indobertweet-sentiment2") - Notebooks
- Google Colab
- Kaggle
Request: DOI
#3
by dannysebastian - opened
Halo,
I'm writing an article, and I need the DOI of your works...Can you generate DOI from HuggingFace?
Thanks in Advance.
Sure. Wait,
@misc {candra_arifka_2024,
author = { {candra arifka} },
title = { indobertweet-sentiment2 (Revision 6effd30) },
year = 2024,
url = { https://huggingface.co/candra/indobertweet-sentiment2 },
doi = { 10.57967/hf/1866 },
publisher = { Hugging Face }
}
thanks