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>

Files changed (2) hide show
  1. README.md +7 -9
  2. 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
- @techreport{underthesea2025sonarcore1,
329
- title = {Sonar Core 1: A Vietnamese Text Classification Model using Machine Learning},
330
- author = {Vu Anh},
331
- year = {2025},
332
- month = {September},
333
- institution = {Underthesea},
334
- version = {1.0},
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
- @techreport{underthesea2025sonarcore1,
273
- title = {Sonar Core 1: A Vietnamese Text Classification Model using Machine Learning},
274
- author = {Vu Anh},
275
- year = {2025},
276
- month = {September},
277
- institution = {Underthesea},
278
- version = {1.0},
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
  ```