N8Programs commited on
Commit
2d3691f
·
verified ·
1 Parent(s): c0cf022

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -2
README.md CHANGED
@@ -112,7 +112,19 @@ print(f"Prompt: {prompt}")
112
  print(f"Output: {result}")
113
  ```
114
 
115
-
 
 
 
 
 
 
 
 
 
 
 
 
116
 
117
  ## Attribution
118
 
@@ -121,4 +133,5 @@ This model and dataset were trained and created using data from the
121
 
122
  - Source: https://oeis.org/
123
  - License: Creative Commons Attribution-ShareAlike 4.0 (CC BY-SA 4.0)
124
- - OEIS End-User License Agreement: https://oeis.org/wiki/The_OEIS_End-User_License_Agreement
 
 
112
  print(f"Output: {result}")
113
  ```
114
 
115
+ ## Citation
116
+
117
+ If you use this model in your research, please cite it as follows:
118
+ ```bibtex
119
+ @misc{nextterm47m2025,
120
+ author = {N8Programs},
121
+ title = {NextTerm-47M: A Pretrained Transformer for Integer Sequence Prediction},
122
+ year = {2025},
123
+ publisher = {Hugging Face},
124
+ howpublished = {\url{https://huggingface.co/N8Programs/NextTerm-47M}},
125
+ note = {47.2M parameter model trained on augmented OEIS data}
126
+ }
127
+ ```
128
 
129
  ## Attribution
130
 
 
133
 
134
  - Source: https://oeis.org/
135
  - License: Creative Commons Attribution-ShareAlike 4.0 (CC BY-SA 4.0)
136
+ - OEIS End-User License Agreement: https://oeis.org/wiki/The_OEIS_End-User_License_Agreement
137
+