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
|
@@ -34,7 +34,7 @@ pipeline_tag: text-generation
|
|
| 34 |
- **Quantum Kernel Methods** for similarity computation
|
| 35 |
- **2-qubit quantum circuits** for enhanced feature space representation
|
| 36 |
|
| 37 |
-
This model demonstrates a proof-of-concept for hybrid quantum-classical machine learning
|
| 38 |
|
| 39 |
## Quantum Component Details
|
| 40 |
|
|
@@ -59,7 +59,7 @@ This model demonstrates a proof-of-concept for hybrid quantum-classical machine
|
|
| 59 |
- **Context Length**: 131,072 tokens
|
| 60 |
- **Embedding Dimension**: 1536
|
| 61 |
- **Quantum Component**: 2-qubit kernel
|
| 62 |
-
- **Training Data**: 8
|
| 63 |
|
| 64 |
## Performance
|
| 65 |
|
|
@@ -170,10 +170,10 @@ The quantum component uses a simplified kernel approach:
|
|
| 170 |
|
| 171 |
## Training Data
|
| 172 |
|
| 173 |
-
The model uses 8
|
| 174 |
|
| 175 |
-
- 4 positive
|
| 176 |
-
- 4 negative
|
| 177 |
|
| 178 |
For production use, retrain with larger datasets.
|
| 179 |
|
|
@@ -182,7 +182,7 @@ For production use, retrain with larger datasets.
|
|
| 182 |
- Small training set (8 examples)
|
| 183 |
- Quantum kernel is simulated, not executed on real quantum hardware
|
| 184 |
- Performance may vary significantly with different inputs
|
| 185 |
-
- Designed for English text
|
| 186 |
|
| 187 |
## Future Improvements
|
| 188 |
|
|
@@ -190,11 +190,10 @@ For production use, retrain with larger datasets.
|
|
| 190 |
2. Implement true quantum kernel execution on IBM Quantum
|
| 191 |
3. Increase quantum circuit complexity (3-4 qubits)
|
| 192 |
4. Add error mitigation for quantum noise
|
| 193 |
-
5. Support multi-language
|
| 194 |
-
6. Fine-tune on domain-specific
|
| 195 |
|
| 196 |
## Citation
|
| 197 |
-
|
| 198 |
If you use this model in your research, please cite:
|
| 199 |
|
| 200 |
```bibtex
|
|
|
|
| 34 |
- **Quantum Kernel Methods** for similarity computation
|
| 35 |
- **2-qubit quantum circuits** for enhanced feature space representation
|
| 36 |
|
| 37 |
+
This model demonstrates a proof-of-concept for hybrid quantum-classical machine learning.
|
| 38 |
|
| 39 |
## Quantum Component Details
|
| 40 |
|
|
|
|
| 59 |
- **Context Length**: 131,072 tokens
|
| 60 |
- **Embedding Dimension**: 1536
|
| 61 |
- **Quantum Component**: 2-qubit kernel
|
| 62 |
+
- **Training Data**: 8 quantum layers
|
| 63 |
|
| 64 |
## Performance
|
| 65 |
|
|
|
|
| 170 |
|
| 171 |
## Training Data
|
| 172 |
|
| 173 |
+
The model uses 8 quantum layers for demonstration:
|
| 174 |
|
| 175 |
+
- 4 positive examples
|
| 176 |
+
- 4 negative examples
|
| 177 |
|
| 178 |
For production use, retrain with larger datasets.
|
| 179 |
|
|
|
|
| 182 |
- Small training set (8 examples)
|
| 183 |
- Quantum kernel is simulated, not executed on real quantum hardware
|
| 184 |
- Performance may vary significantly with different inputs
|
| 185 |
+
- Designed for English text
|
| 186 |
|
| 187 |
## Future Improvements
|
| 188 |
|
|
|
|
| 190 |
2. Implement true quantum kernel execution on IBM Quantum
|
| 191 |
3. Increase quantum circuit complexity (3-4 qubits)
|
| 192 |
4. Add error mitigation for quantum noise
|
| 193 |
+
5. Support multi-language analysis
|
| 194 |
+
6. Fine-tune on domain-specific data
|
| 195 |
|
| 196 |
## Citation
|
|
|
|
| 197 |
If you use this model in your research, please cite:
|
| 198 |
|
| 199 |
```bibtex
|