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