Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,7 @@ Food_and_Drink
|
|
40 |
|
41 |
# How to use in NeMo Curator
|
42 |
|
43 |
-
The inference code is available on NeMo Curator's GitHub repository. Download the [model.pth](https://huggingface.co/nvidia/domain-classifier/blob/main/model.pth) file and check out this [example notebook](https://github.com/NVIDIA/NeMo-Curator/blob/main/tutorials/distributed_data_classification/distributed_data_classification.ipynb) to get started.
|
44 |
|
45 |
# How to use in transformers
|
46 |
To use the Domain classifier, use the following code:
|
@@ -90,7 +90,7 @@ PR-AUC score on evaluation set with 105k samples - 0.9873
|
|
90 |
|
91 |
PR-AUC score for each domain:
|
92 |
| Domain | PR-AUC |
|
93 |
-
|
94 |
| Adult | 0.999 |
|
95 |
| Arts_and_Entertainment | 0.997 |
|
96 |
| Autos_and_Vehicles | 0.997 |
|
|
|
40 |
|
41 |
# How to use in NeMo Curator
|
42 |
|
43 |
+
The inference code is available on [NeMo Curator's GitHub repository](https://github.com/NVIDIA/NeMo-Curator). Download the [model.pth](https://huggingface.co/nvidia/domain-classifier/blob/main/model.pth) file and check out this [example notebook](https://github.com/NVIDIA/NeMo-Curator/blob/main/tutorials/distributed_data_classification/distributed_data_classification.ipynb) to get started.
|
44 |
|
45 |
# How to use in transformers
|
46 |
To use the Domain classifier, use the following code:
|
|
|
90 |
|
91 |
PR-AUC score for each domain:
|
92 |
| Domain | PR-AUC |
|
93 |
+
|:-------------------------|:-------|
|
94 |
| Adult | 0.999 |
|
95 |
| Arts_and_Entertainment | 0.997 |
|
96 |
| Autos_and_Vehicles | 0.997 |
|