Vu Anh Claude commited on
Commit ·
95e19f0
1
Parent(s): 8853ec8
Update citation format to Hugging Face standard
Browse files- Change from @techreport to @misc format
- Add DOI: 10.57967/hf/6599
- Update URL to Hugging Face Hub
- Include revision hash (0712d08)
- Set publisher as Hugging Face
- Apply consistently to both README.md and System Card
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- README.md +7 -9
- Sonar Core 1 - System Card.md +7 -9
README.md
CHANGED
|
@@ -325,14 +325,12 @@ for text in examples:
|
|
| 325 |
If you use this model, please cite:
|
| 326 |
|
| 327 |
```bibtex
|
| 328 |
-
@
|
| 329 |
-
|
| 330 |
-
|
| 331 |
-
|
| 332 |
-
|
| 333 |
-
|
| 334 |
-
|
| 335 |
-
url = {https://github.com/undertheseanlp/underthesea/},
|
| 336 |
-
keywords = {text classification, vietnamese nlp, machine learning, tf-idf, logistic regression}
|
| 337 |
}
|
| 338 |
```
|
|
|
|
| 325 |
If you use this model, please cite:
|
| 326 |
|
| 327 |
```bibtex
|
| 328 |
+
@misc{undertheseanlp_2025,
|
| 329 |
+
author = { undertheseanlp },
|
| 330 |
+
title = { sonar_core_1 (Revision 0712d08) },
|
| 331 |
+
year = 2025,
|
| 332 |
+
url = { https://huggingface.co/undertheseanlp/sonar_core_1 },
|
| 333 |
+
doi = { 10.57967/hf/6599 },
|
| 334 |
+
publisher = { Hugging Face }
|
|
|
|
|
|
|
| 335 |
}
|
| 336 |
```
|
Sonar Core 1 - System Card.md
CHANGED
|
@@ -269,14 +269,12 @@ Model trained on publicly available VNTC and UTS2017_Bank datasets. Please refer
|
|
| 269 |
If you use this model, please cite:
|
| 270 |
|
| 271 |
```bibtex
|
| 272 |
-
@
|
| 273 |
-
|
| 274 |
-
|
| 275 |
-
|
| 276 |
-
|
| 277 |
-
|
| 278 |
-
|
| 279 |
-
url = {https://github.com/undertheseanlp/underthesea/},
|
| 280 |
-
keywords = {text classification, vietnamese nlp, machine learning, tf-idf, logistic regression}
|
| 281 |
}
|
| 282 |
```
|
|
|
|
| 269 |
If you use this model, please cite:
|
| 270 |
|
| 271 |
```bibtex
|
| 272 |
+
@misc{undertheseanlp_2025,
|
| 273 |
+
author = { undertheseanlp },
|
| 274 |
+
title = { sonar_core_1 (Revision 0712d08) },
|
| 275 |
+
year = 2025,
|
| 276 |
+
url = { https://huggingface.co/undertheseanlp/sonar_core_1 },
|
| 277 |
+
doi = { 10.57967/hf/6599 },
|
| 278 |
+
publisher = { Hugging Face }
|
|
|
|
|
|
|
| 279 |
}
|
| 280 |
```
|