File size: 415 Bytes
b9c4adf
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
"""
Q-TensorFormer v3: Quantum-Enhanced Tensor Network LLM Compression Engine
==========================================================================
Production-grade implementation with modular architecture, budget constraints,
energy metrics, distillation baseline, and comprehensive evaluation.

Project: https://huggingface.co/Premchan369/q-tensorformer
"""

__version__ = "3.0.0"
__author__ = "Premchan369"