nielsr HF staff commited on
Commit
79fd434
·
verified ·
1 Parent(s): 29e79fa

Add link to Github repository

Browse files

This PR adds a link to the Github repository, enabling easier discovery of the code used to train and evaluate this model.

Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -6,6 +6,14 @@ base_model:
6
  - meta-llama/Llama-3.2-1B
7
  ---
8
 
 
 
 
 
 
 
 
 
9
  ## Overview
10
  A brief description of what this model does and how it’s unique or relevant:
11
 
@@ -100,4 +108,6 @@ print(f"Overall Prompt Classification => {'UNSAFE' if overall_label == 1 else 'S
100
  primaryClass={cs.CL},
101
  url={https://arxiv.org/abs/2502.05163},
102
  }
103
- ```
 
 
 
6
  - meta-llama/Llama-3.2-1B
7
  ---
8
 
9
+ ---
10
+ license: llama3.2
11
+ library_name: transformers
12
+ pipeline_tag: text-classification
13
+ base_model:
14
+ - meta-llama/Llama-3.2-1B
15
+ ---
16
+
17
  ## Overview
18
  A brief description of what this model does and how it’s unique or relevant:
19
 
 
108
  primaryClass={cs.CL},
109
  url={https://arxiv.org/abs/2502.05163},
110
  }
111
+ ```
112
+
113
+ Code is available at https://github.com/yihedeng9/DuoGuard