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