Update README.md
Browse files
README.md
CHANGED
|
@@ -152,4 +152,20 @@ inputs = tokenizer.apply_chat_template(messages, add_generation_prompt=True, ret
|
|
| 152 |
outputs = model.generate(inputs, max_new_tokens=512)
|
| 153 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
| 154 |
```
|
| 155 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 152 |
outputs = model.generate(inputs, max_new_tokens=512)
|
| 153 |
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
| 154 |
```
|
| 155 |
+
### Main citation
|
| 156 |
+
|
| 157 |
+
This model is a fine-tuned derivative of Qwen3-1.7B (Apache 2.0) and is released under CC-BY-4.0 in accordance with the licenses of its training datasets. If you use this model, please credit `NovatasticRoScript/Atomight-V2.5-1.7B` and the base model/datasets listed above. Part of the Atomight family — small models, curated data, no shortcuts.
|
| 158 |
+
|
| 159 |
+
### Other citacion/s
|
| 160 |
+
|
| 161 |
+
```
|
| 162 |
+
@misc{qwen3technicalreport,
|
| 163 |
+
title={Qwen3 Technical Report},
|
| 164 |
+
author={Qwen Team},
|
| 165 |
+
year={2025},
|
| 166 |
+
eprint={2505.09388},
|
| 167 |
+
archivePrefix={arXiv},
|
| 168 |
+
primaryClass={cs.CL},
|
| 169 |
+
url={https://arxiv.org/abs/2505.09388},
|
| 170 |
+
}
|
| 171 |
+
```
|