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
Change title to NemoCurator Domain Classifier
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ tags:
|
|
| 4 |
- model_hub_mixin
|
| 5 |
license: apache-2.0
|
| 6 |
---
|
| 7 |
-
#
|
| 8 |
|
| 9 |
# Model Overview
|
| 10 |
This is a text classification model to classify documents into one of 26 domain classes:
|
|
|
|
| 4 |
- model_hub_mixin
|
| 5 |
license: apache-2.0
|
| 6 |
---
|
| 7 |
+
# NemoCurator Domain Classifier
|
| 8 |
|
| 9 |
# Model Overview
|
| 10 |
This is a text classification model to classify documents into one of 26 domain classes:
|