ydeng9 commited on
Commit
44396c3
·
verified ·
1 Parent(s): e48f9ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 or set of instructions on how to load and use the model in an application:
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