Update README.md
Browse files
README.md
CHANGED
|
@@ -127,3 +127,17 @@ inputs = tokenizer(prompt, return_tensors="pt").to("cuda")
|
|
| 127 |
output = model.generate(**inputs, max_new_tokens=512, temperature=0.6)
|
| 128 |
print(tokenizer.decode(output[0]))
|
| 129 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 127 |
output = model.generate(**inputs, max_new_tokens=512, temperature=0.6)
|
| 128 |
print(tokenizer.decode(output[0]))
|
| 129 |
```
|
| 130 |
+
---
|
| 131 |
+
|
| 132 |
+
<div align="center">
|
| 133 |
+
|
| 134 |
+
**🧬 The Largest Quantum-Regularized Model in Existence.**
|
| 135 |
+
|
| 136 |
+
<div align="center">
|
| 137 |
+
<img src="https://cdn-uploads.huggingface.co/production/uploads/67329d3f69fded92d56ab41a/f7K5oDyo9dX7t72IlcKqb.jpeg" width="40%" alt="Hypnos Footer Image"/>
|
| 138 |
+
</div>
|
| 139 |
+
|
| 140 |
+
[Download](https://huggingface.co/squ11z1/Hypnos-Colossus-1T) • [Try i1 8B](https://huggingface.co/squ11z1/hypnos-i1-8b)
|
| 141 |
+
|
| 142 |
+
|
| 143 |
+
</div>
|