Update README.md
Browse files
README.md
CHANGED
|
@@ -89,3 +89,16 @@ generated_ids = [
|
|
| 89 |
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
| 90 |
print(f"检测结果: {response}") # -> <打断>
|
| 91 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 89 |
response = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
| 90 |
print(f"检测结果: {response}") # -> <打断>
|
| 91 |
```
|
| 92 |
+
|
| 93 |
+
# Citation
|
| 94 |
+
|
| 95 |
+
Please cite our Hugging-Face when using our code, data or model.
|
| 96 |
+
```Bibtext
|
| 97 |
+
@misc{KE-SemanticVAD,
|
| 98 |
+
author = {KE-TEAM},
|
| 99 |
+
title = {KE-SemanticVAD},
|
| 100 |
+
year = {2025},
|
| 101 |
+
publisher = {Hugging Face},
|
| 102 |
+
url = {https://huggingface.co/KE-Team/KE-SemanticVAD}
|
| 103 |
+
}
|
| 104 |
+
```
|