Spaces:
Sleeping
Sleeping
| title: TOS Summarizer Qwen | |
| emoji: π | |
| colorFrom: blue | |
| colorTo: indigo | |
| sdk: streamlit | |
| app_file: app/app.py | |
| pinned: false | |
| # π Terms of Service Summarizer (Mistral 7B) | |
| This is a privacy-centric legal document summarizer powered by a **4-bit quantized Mistral 7B** model fine-tuned on legal texts. | |
| ## ποΈ Architecture | |
| * **Frontend:** Streamlit | |
| * **Model:** Mistral-7B-Instruct-v0.3 (GGUF Quantized) | |
| * **Inference:** llama.cpp (CPU Optimized) | |
| * **Orchestration:** Docker | |
| ## π Features | |
| 1. **Global Summarization:** Generates executive summaries of full PDF documents (up to 8k tokens). | |
| 2. **RAG Q&A:** Answers specific questions about the uploaded policy using vector retrieval. | |
| ``` |