Instructions to use Shushant/NepaliCovidTweetsClassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Shushant/NepaliCovidTweetsClassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Shushant/NepaliCovidTweetsClassification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Shushant/NepaliCovidTweetsClassification") model = AutoModelForSequenceClassification.from_pretrained("Shushant/NepaliCovidTweetsClassification") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md 0ff9065
update b4da579
Update README.md 328b440
Update README.md ce55be5
Update README.md 730802a
Create README.md 3d932e3
Upload tokenizer 0d73466
Upload BertForSequenceClassification 0a7dcfa
initial commit 99b218c
Shushant Pudasaini commited on