Views
No views yet
1from transformers import pipeline
2
3question = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"
4generator = pipeline("text-generation", model="reaperdoesntknow/Disctil-Qwen3-1.7B", device="cuda")
5output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
6print(output["generated_text"])1@software{vonwerra2020trl,
2 title = {{TRL: Transformers Reinforcement Learning}},
3 author = {von Werra, Leandro and Belkada, Younes and Tunstall, Lewis and Beeching, Edward and Thrush, Tristan and Lambert, Nathan and Huang, Shengyi and Rasul, Kashif and Gallouédec, Quentin},
4 license = {Apache-2.0},
5 url = {https://github.com/huggingface/trl},
6 year = {2020}
7}| Model | Downloads | Format |
|---|---|---|
| TopologicalQwen | 1,974 | BF16 |
| Qwen3-1.7B-Thinking-Distil | 1,903 | BF16 |
| Qwen3-1.7B-Coder-Distilled-SFT | 1,677 | BF16 |
| DiStil-Qwen3-1.7B-uncensored | 1,602 | BF16 |
| DistilQwen3-1.7B-uncensored | 1,574 | BF16 |
| Qwen3-1.7B-Distilled-30B-A3B | 1,138 | BF16 |
| Paper | DOI |
|---|---|
| Structure Over Scale | 10.57967/hf/8165 |
| Three Teachers to Dual Cognition | 10.57967/hf/8184 |
| Discrepancy Calculus | 10.57967/hf/8194 |