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
Add license
Browse files
README.md
CHANGED
|
@@ -5,6 +5,7 @@ tags:
|
|
| 5 |
- single-label
|
| 6 |
pipeline_tag: text-classification
|
| 7 |
library_name: transformers
|
|
|
|
| 8 |
---
|
| 9 |
# Division Classification Model
|
| 10 |
|
|
|
|
| 5 |
- single-label
|
| 6 |
pipeline_tag: text-classification
|
| 7 |
library_name: transformers
|
| 8 |
+
license: apache-2.0
|
| 9 |
---
|
| 10 |
# Division Classification Model
|
| 11 |
|