CoolFace
Apppublic

aarushi-211/TOS-Summarizer-Mistral

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
App README

๐Ÿ“œ 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. 1.Global Summarization: Generates executive summaries of full PDF documents (up to 8k tokens).
  2. 2.RAG Q&A: Answers specific questions about the uploaded policy using vector retrieval.