Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ DuoGuard-0.5B is built upon Qwen 2.5 (0.5B), a multilingual large language model
|
|
20 |
For code, see https://github.com/yihedeng9/DuoGuard.
|
21 |
|
22 |
## How to Use
|
23 |
-
A quick code snippet
|
24 |
```python
|
25 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
26 |
import torch
|
|
|
20 |
For code, see https://github.com/yihedeng9/DuoGuard.
|
21 |
|
22 |
## How to Use
|
23 |
+
A quick code snippet on how to load and use the model in an application:
|
24 |
```python
|
25 |
from transformers import AutoTokenizer, AutoModelForSequenceClassification
|
26 |
import torch
|