FeliAl commited on
Commit
fa9ea37
·
verified ·
1 Parent(s): 2dedb47

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -24,7 +24,7 @@ the companion repository.
24
 
25
  - **Code + reproduction:** https://github.com/ACS-USP/kan-lm-study
26
  - **Paper:** see `paper/` in the code repo
27
- - **DOI:** _TBD — generated from this repository's settings (DataCite)._
28
 
29
  > These are **not** `transformers`-loadable models. They are `kanprey` checkpoints
30
  > (custom KAN/MLP transformer). Load them with the vendored `kan-guppylm` code in
@@ -83,4 +83,13 @@ Nemotron-ClimbMix (CC BY-NC 4.0, research use).
83
  year = {2026},
84
  note = {Code: https://github.com/ACS-USP/kan-lm-study}
85
  }
 
 
 
 
 
 
 
 
 
86
  ```
 
24
 
25
  - **Code + reproduction:** https://github.com/ACS-USP/kan-lm-study
26
  - **Paper:** see `paper/` in the code repo
27
+ - **DOI:** [10.57967/hf/9264](https://doi.org/10.57967/hf/9264)
28
 
29
  > These are **not** `transformers`-loadable models. They are `kanprey` checkpoints
30
  > (custom KAN/MLP transformer). Load them with the vendored `kan-guppylm` code in
 
83
  year = {2026},
84
  note = {Code: https://github.com/ACS-USP/kan-lm-study}
85
  }
86
+
87
+ @misc{acsusp2026kanlmckpts,
88
+ author = {Agentic Complex Systems - USP},
89
+ title = {kan-lm-study-checkpoints},
90
+ year = {2026},
91
+ publisher = {Hugging Face},
92
+ doi = {10.57967/hf/9264},
93
+ url = {https://huggingface.co/ACS-USP/kan-lm-study-checkpoints}
94
+ }
95
  ```