add mc++ subcards
Browse files- bias.md +4 -0
- explanability.md +13 -0
- privacy.md +9 -0
- safety.md +6 -0
bias.md
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Field | Response
|
2 |
+
:---------------------------------------------------------------------------------------------------|:---------------
|
3 |
+
Participation considerations from adversely impacted groups [protected classes](https://www.senate.ca.gov/content/protected-classes) in model design and testing: | None
|
4 |
+
Measures taken to mitigate against unwanted bias: | None
|
explanability.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Field | Response
|
2 |
+
:------------------------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------
|
3 |
+
Intended Application & Domain: | Response Customization in Large Language Model Development
|
4 |
+
Model Type: | Text-to-Float Transformer
|
5 |
+
Intended User: | Developers customizing model response across different applications and domains.
|
6 |
+
Output: | Float
|
7 |
+
Describe how the model works: | Generates score based on the quality of the last assistant response in conversation
|
8 |
+
Name the adversely impacted groups this has been tested to deliver comparable outcomes regardless of: | Not Applicable
|
9 |
+
Verified to have met prescribed quality standards: | Yes
|
10 |
+
Technical Limitations: | This model may not work well beyond input sequence length of 4, 096 tokens.
|
11 |
+
Performance Metrics: | Throughput and Latency
|
12 |
+
Potential Known Risks: | The model was trained on data that contains toxic language, unsafe content, and societal biases originally crawled from the internet. Therefore, the model may amplify those biases and return toxic responses especially when prompted with toxic prompts. The model may generate answers that may be inaccurate, omit key information, or include irrelevant or redundant text producing socially unacceptable or undesirable text, even if the prompt itself does not include anything explicitly offensive.
|
13 |
+
Licensing: | GOVERNING TERMS: Use of this model is governed by the [NVIDIA Open Model License](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/) . Additional Information: [Llama 3.3 Community License Agreement](https://www.llama.com/llama3_3/license/). Built with Llama.
|
privacy.md
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
Field | Response
|
3 |
+
:----------------------------------------------------------------------------------------------------------------------------------|:-----------------------------------------------
|
4 |
+
Generatable or reverse engineerable personal data? | No
|
5 |
+
Personal data used to create this model? | None Known. For data included in the base Llama 3.3 model, [reference the Llama 3.3 model card.](https://github.com/meta-llama/llama-models/blob/main/models/llama3_3/MODEL_CARD.md)
|
6 |
+
How often is the dataset reviewed (if applicable)? | Before Release
|
7 |
+
Is there provenance for all datasets used in training? | Yes
|
8 |
+
Does data labeling (annotation, metadata) comply with privacy laws? | Yes
|
9 |
+
|
safety.md
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Field | Response
|
2 |
+
:---------------------------------------------------|:----------------------------------
|
3 |
+
Model Application(s): | Conversation, Question Answering, Summarization
|
4 |
+
Describe the life-critical impact (if present). | N/A
|
5 |
+
Use Case Restrictions: | Abide by the [NVIDIA Open Model License](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/) . Additional Information: [Llama 3.3 Community License Agreement](https://www.llama.com/llama3_3/license/). Built with Llama.
|
6 |
+
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.
|