Jas-98 commited on
Commit
7ca7774
·
verified ·
1 Parent(s): 7ca8662

docs: give the release a proper @software entry, credited

Browse files

The card pointed at a bare repository URL for the weights, which credits nobody and cannot be pasted into a bibliography. A @software entry does not need a DOI — author, title, version and url are enough — and it matches the entry in the GitHub README and CITATION.cff.

Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -204,7 +204,18 @@ Cite the **paper** for the method and results:
204
  }
205
  ```
206
 
207
- For the weights themselves, cite this repository: <https://huggingface.co/paritok/paritok-4b-v1>
 
 
 
 
 
 
 
 
 
 
 
208
 
209
  ---
210
 
 
204
  }
205
  ```
206
 
207
+ Cite the **software** for this release — the weights, the gateway, and the training and evaluation code:
208
+
209
+ ```bibtex
210
+ @software{paritok-4b-v1,
211
+ title = {Paritok-4B-v1: An Open-Source Compression Model for AI Coding Agents},
212
+ author = {Shi, Jiayu and Chen, Luzhuo},
213
+ year = {2026},
214
+ version = {4B-v1},
215
+ license = {Apache-2.0},
216
+ url = {https://github.com/Paritok-official/paritok-4b-v1},
217
+ }
218
+ ```
219
 
220
  ---
221