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
- Xet hash:
- 2850bbb97b1c2b34621a9fba6b77071334c237772fa94331e83c9d5e432eae19
- Size of remote file:
- 4.92 kB
- SHA256:
- 86d4cbfe1a23de1a44e006d1c89ba3e7419786f02eb464c024fd864358fd9846
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.