Instructions to use nvidia/domain-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nvidia/domain-classifier with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("nvidia/domain-classifier", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Model Overview
|
| 2 |
This is a text classification model to classify documents into one of 26 domain classes:
|
| 3 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
# Model Overview
|
| 6 |
This is a text classification model to classify documents into one of 26 domain classes:
|
| 7 |
|