Safetensors
llama
JoyYizhu commited on
Commit
6b8f734
·
verified ·
1 Parent(s): 2d669e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -2
README.md CHANGED
@@ -27,13 +27,22 @@ git clone https://github.com/yizhu-joy/DataFilter.git
27
  cd DataFilter
28
  ```
29
 
 
 
 
 
 
 
 
 
 
 
 
30
  ## Citation
31
 
32
  If you use DataFilter in your research, please cite our paper:
33
 
34
  ```bibtex
35
-
36
-
37
  @misc
38
  {wang2025datafilter,
39
  title={Defending Against Prompt Injection with DataFilter},
 
27
  cd DataFilter
28
  ```
29
 
30
+ ### Download DataFilter Model
31
+ ```bash
32
+ git lfs install
33
+ git clone https://huggingface.co/JoyYizhu/DataFilter models/DataFilter
34
+ ```
35
+
36
+ ### Run DataFilter Inference demo:
37
+ ```bash
38
+ python filter_inference.py
39
+ ```
40
+
41
  ## Citation
42
 
43
  If you use DataFilter in your research, please cite our paper:
44
 
45
  ```bibtex
 
 
46
  @misc
47
  {wang2025datafilter,
48
  title={Defending Against Prompt Injection with DataFilter},