Add model metadata and contacts
Browse filesSigned-off-by: Prasoon Varshney <[email protected]>
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Model Overview
|
2 |
|
3 |
## Description
|
@@ -203,4 +217,10 @@ Field | Response
|
|
203 |
Model Application(s): | Large Language Model-based Content Safety & Moderation
|
204 |
Describe the life critical impact (if present). | Not Applicable
|
205 |
Use Case Restrictions: | Abide by [Llama 3.1 License Agreement](https://www.llama.com/llama3_1/license/)
|
206 |
-
Model and dataset restrictions: | The Principle of least privilege (PoLP) is applied limiting access for dataset generation and model development. Restrictions enforce dataset access during training, and dataset license constraints adhered to.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
datasets:
|
4 |
+
- nvidia/Aegis-AI-Content-Safety-Dataset-2.0
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
metrics:
|
8 |
+
- f1
|
9 |
+
base_model:
|
10 |
+
- meta-llama/Llama-3.1-8B-Instruct
|
11 |
+
pipeline_tag: text-classification
|
12 |
+
library_name: peft
|
13 |
+
---
|
14 |
+
|
15 |
# Model Overview
|
16 |
|
17 |
## Description
|
|
|
217 |
Model Application(s): | Large Language Model-based Content Safety & Moderation
|
218 |
Describe the life critical impact (if present). | Not Applicable
|
219 |
Use Case Restrictions: | Abide by [Llama 3.1 License Agreement](https://www.llama.com/llama3_1/license/)
|
220 |
+
Model and dataset restrictions: | The Principle of least privilege (PoLP) is applied limiting access for dataset generation and model development. Restrictions enforce dataset access during training, and dataset license constraints adhered to.
|
221 |
+
|
222 |
+
Dataset Card Authors: <br>
|
223 |
+
Prasoon Varshney: [email protected]
|
224 |
+
|
225 |
+
Contacts: <br>
|
226 |
+
Prasoon Varshney, Shaona Ghosh: {prasoonv,shaonag}@nvidia.com
|