Update README.md
Browse files
README.md
CHANGED
|
@@ -88,7 +88,7 @@ JSON
|
|
| 88 |
]
|
| 89 |
```
|
| 90 |
|
| 91 |
-
### Structured Privacy Extraction with vLLM
|
| 92 |
|
| 93 |
This example shows how to use vLLM to perform structured privacy information extraction from user-AI dialogues. The model is guided by a privacy classification prompt and constrained by a JSON schema to return only PL2, PL3, and PL4 sensitive information.
|
| 94 |
|
|
|
|
| 88 |
]
|
| 89 |
```
|
| 90 |
|
| 91 |
+
### 📌 Structured Privacy Extraction with vLLM
|
| 92 |
|
| 93 |
This example shows how to use vLLM to perform structured privacy information extraction from user-AI dialogues. The model is guided by a privacy classification prompt and constrained by a JSON schema to return only PL2, PL3, and PL4 sensitive information.
|
| 94 |
|