Q-TensorFormer / src /__init__.py
Premchan369's picture
v3.0.0: Source files
b9c4adf verified
raw
history blame
415 Bytes
"""
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"