Instructions to use nasa-impact/division-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nasa-impact/division-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="nasa-impact/division-classifier")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("nasa-impact/division-classifier") model = AutoModelForSequenceClassification.from_pretrained("nasa-impact/division-classifier") - Notebooks
- Google Colab
- Kaggle
Commit History
Update tags 821fc6d verified
Update README.md 8c64f1a verified
Update README.md 54173dd verified
Add label to id mapping in config cadffb6
Simran KC commited on
Add data distribution in README 9c77776 verified
Add how to use section in README 01b6297
Simran KC commited on
Add id to label mapping 294acf7
Simran KC commited on
Create README 0443d57 verified
Add model from wandb - run deep-spaceship-32 23760db
Simran KC commited on