PyTorch
megatron-lm
nvidia
llama 2
kvcache
alancucki commited on
Commit
b4cd4d1
·
verified ·
1 Parent(s): 903fbff

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -85,9 +85,9 @@ NVIDIA models are trained on a diverse set of public and proprietary datasets. T
85
  ## AI Safety Efforts
86
 
87
  The Llama-2-7B-DMC-4x model underwent AI safety evaluation including adversarial testing via three distinct methods:
88
- -[Garak](https://github.com/leondz/garak), is an automated LLM vulnerability scanner that probes for common weaknesses, including prompt injection and data leakage.
89
- -[AEGIS](https://huggingface.co/datasets/nvidia/Aegis-AI-Content-Safety-Dataset-1.0), is a content safety evaluation dataset and LLM based content safety classifier model, that adheres to a broad taxonomy of 13 categories of critical risks in human-LLM interactions.
90
- -Human Content Red Teaming leveraging human interaction and evaluation of the models' responses.
91
 
92
  ## Inference
93
  **Engine:** Megatron-LM <br>
 
85
  ## AI Safety Efforts
86
 
87
  The Llama-2-7B-DMC-4x model underwent AI safety evaluation including adversarial testing via three distinct methods:
88
+ * [Garak](https://github.com/leondz/garak), is an automated LLM vulnerability scanner that probes for common weaknesses, including prompt injection and data leakage.
89
+ * [AEGIS](https://huggingface.co/datasets/nvidia/Aegis-AI-Content-Safety-Dataset-1.0), is a content safety evaluation dataset and LLM based content safety classifier model, that adheres to a broad taxonomy of 13 categories of critical risks in human-LLM interactions.
90
+ * Human Content Red Teaming leveraging human interaction and evaluation of the models' responses.
91
 
92
  ## Inference
93
  **Engine:** Megatron-LM <br>