Text Generation
Transformers
Safetensors
GGUF
English
qwen2
quantum-ml
hybrid-quantum-classical
quantum-kernel
research
quantum-computing
nisq
qiskit
quantum-circuits
vibe-thinker
physics-inspired-ml
quantum-enhanced
hybrid-ai
1.5b
small-model
efficient-ai
reasoning
chemistry
physics
text-generation-inference
conversational
Update README.md
Browse files
README.md
CHANGED
|
@@ -133,7 +133,6 @@ def predict_sentiment(text):
|
|
| 133 |
|
| 134 |
embedding = normalize([embedding])[0]
|
| 135 |
|
| 136 |
-
# Your quantum kernel logic here
|
| 137 |
return sentiment
|
| 138 |
```
|
| 139 |
|
|
@@ -204,7 +203,7 @@ If you use this model in your research, please cite:
|
|
| 204 |
author={squ11z1},
|
| 205 |
year={2025},
|
| 206 |
publisher={Hugging Face},
|
| 207 |
-
howpublished={\url{https://huggingface.co/squ11z1/
|
| 208 |
}
|
| 209 |
```
|
| 210 |
|
|
|
|
| 133 |
|
| 134 |
embedding = normalize([embedding])[0]
|
| 135 |
|
|
|
|
| 136 |
return sentiment
|
| 137 |
```
|
| 138 |
|
|
|
|
| 203 |
author={squ11z1},
|
| 204 |
year={2025},
|
| 205 |
publisher={Hugging Face},
|
| 206 |
+
howpublished={\url{https://huggingface.co/squ11z1/Chronos-1.5b}}
|
| 207 |
}
|
| 208 |
```
|
| 209 |
|