Text Generation
Safetensors
llama
content moderation
llm safety
multilingual content safety
multilingual guard model
toxicity detection
CultureGuard
Nemotron
conversational
Instructions to use nvidia/Llama-3.1-Nemotron-Safety-Guard-8B-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Inference
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "nvidia/Llama-3.1-Nemotron-Safety-Guard-
|
| 3 |
"architectures": [
|
| 4 |
"LlamaForCausalLM"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "nvidia/Llama-3.1-Nemotron-Safety-Guard-8B-v3",
|
| 3 |
"architectures": [
|
| 4 |
"LlamaForCausalLM"
|
| 5 |
],
|