burnmydays's picture
Archive harness v1, update docs for v0.04 paper and harness v2
a8c7a60
raw
history blame contribute delete
379 Bytes
# Interactive demo (HuggingFace Space)
gradio>=4.0
matplotlib>=3.7
# Core pipeline: no external dependencies needed
# (extraction, fidelity, lossy, enforcement, lineage, runner all use stdlib only)
# Optional: BART backend (real abstractive compression)
# transformers>=4.30
# torch>=2.0
# Optional: back-translation backend
# sentencepiece
# Optional: testing
# pytest>=7.0