Sanitize public model card metadata
Browse files
README.md
CHANGED
|
@@ -1,10 +1,18 @@
|
|
| 1 |
---
|
| 2 |
-
license: other
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: "other"
|
| 3 |
+
tags:
|
| 4 |
+
- "hnpu"
|
| 5 |
+
- "hexagon"
|
| 6 |
+
- "npu"
|
| 7 |
+
- "classification"
|
| 8 |
+
base_model: "nvidia/Llama-3.1-NemoGuard-8B-Topic-Control"
|
| 9 |
+
pipeline_tag: "text-classification"
|
| 10 |
---
|
| 11 |
+
|
| 12 |
+
# nemoguard 8b topic control HNPU
|
| 13 |
+
|
| 14 |
+
Prebuilt HNPU artifacts for [nvidia/Llama-3.1-NemoGuard-8B-Topic-Control](https://huggingface.co/nvidia/Llama-3.1-NemoGuard-8B-Topic-Control), a public classification model.
|
| 15 |
+
|
| 16 |
+
For model behavior, license, intended use, and limitations, see the [upstream model card](https://huggingface.co/nvidia/Llama-3.1-NemoGuard-8B-Topic-Control).
|
| 17 |
+
|
| 18 |
+
Artifacts are architecture-pinned. Available artifact directories: `v81/`.
|