🧠
Model

Email Summarizer T5

by Ippoboi hf-model--ippoboi--email-summarizer-t5
Nexus Index
36.3 Top 100%
S: Semantic 50
A: Authority 0
P: Popularity 3
R: Recency 92
Q: Quality 45
Tech Context
Vital Performance
23 DL / 30D
0.0%
Audited 36.3 FNI Score
Tiny - Params
- Context
23 Downloads
Commercial APACHE License
Model Information Summary
Entity Passport
Registry ID hf-model--ippoboi--email-summarizer-t5
License Apache-2.0
Provider huggingface
📜

Cite this model

Academic & Research Attribution

BibTeX
@misc{hf_model__ippoboi__email_summarizer_t5,
  author = {Ippoboi},
  title = {Email Summarizer T5 Model},
  year = {2026},
  howpublished = {\url{https://huggingface.co/ippoboi/email-summarizer-t5}},
  note = {Accessed via Free2AITools Knowledge Fortress}
}
APA Style
Ippoboi. (2026). Email Summarizer T5 [Model]. Free2AITools. https://huggingface.co/ippoboi/email-summarizer-t5

đŸ”ŦTechnical Deep Dive

Full Specifications [+]

Quick Commands

🤗 HF Download
huggingface-cli download ippoboi/email-summarizer-t5

âš–ī¸ Nexus Index V2.0

36.3
TOP 100% SYSTEM IMPACT
Semantic (S) 50
Authority (A) 0
Popularity (P) 3
Recency (R) 92
Quality (Q) 45

đŸ’Ŧ Index Insight

FNI V2.0 for Email Summarizer T5: Semantic (S:50), Authority (A:0), Popularity (P:3), Recency (R:92), Quality (Q:45).

Free2AITools Nexus Index

Verification Authority

Unbiased Data Node Refresh: VFS Live
---

🚀 What's Next?

Technical Deep Dive

Gmail Email Classifier (FLAN-T5 ONNX)

A fine-tuned FLAN-T5-small model for email classification, optimized for on-device inference in mobile apps using ONNX Runtime.

Model Description

This model classifies emails into 5 categories and determines if action is required:

Category Description
PERSONAL 1:1 human communication, social messages
NEWSLETTER Marketing, promotions, subscribed content
TRANSACTION Orders, receipts, payments, confirmations
ALERT Security notices, important notifications
SOCIAL Social network notifications, community updates

Output Format

text
CATEGORY | ACTION/NO_ACTION | Brief summary

Example:

text
Input: "Subject: Your order has shipped\n\nBody: Your order #12345 is on its way..."
Output: "TRANSACTION | NO_ACTION | Order shipment confirmation for #12345"

Intended Use

  • Primary: On-device email triage in mobile apps (iOS/Android)
  • Runtime: ONNX Runtime React Native
  • Use case: Prioritizing inbox, filtering noise, surfacing actionable emails

Model Details

Attribute Value
Base Model google/flan-t5-small
Parameters ~80M
Architecture T5 Encoder-Decoder
ONNX Size 357 MB (encoder: 141 MB, decoder: 232 MB)
Latency ~79ms (iPhone, CPU)
Max Sequence 512 tokens

Training Data

  • Size: 2,043 training / 256 validation / 255 test examples
  • Source: Personal Gmail inboxes (anonymized)
  • Languages: English, French
  • Labeling: Human-annotated with category + action flag

How to Use

ONNX Runtime (React Native)

typescript
import { InferenceSession } from 'onnxruntime-react-native';

const encoder = await InferenceSession.create('encoder_model.onnx');
const decoder = await InferenceSession.create('decoder_model.onnx');

// Tokenize input, run encoder, greedy decode

Python (Transformers)

python
from transformers import T5ForConditionalGeneration, T5Tokenizer

model = T5ForConditionalGeneration.from_pretrained("ippoboi/gmail-classifier")
tokenizer = T5Tokenizer.from_pretrained("ippoboi/gmail-classifier")

input_text = "Classify this email: Subject: Meeting tomorrow\n\nBody: Can we reschedule?"
inputs = tokenizer(input_text, return_tensors="pt")
outputs = model.generate(**inputs)
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
# Output: "PERSONAL | ACTION | Request to reschedule meeting"

Files

File Size Description
encoder_model.onnx 141 MB ONNX encoder
decoder_model.onnx 232 MB ONNX decoder
tokenizer.json 2.4 MB SentencePiece tokenizer
config.json 2 KB Model configuration

Limitations

  • Trained primarily on English/French emails
  • May not generalize well to enterprise/corporate email patterns
  • Classification accuracy depends on email content quality (plain text preferred over HTML-heavy)

License

Apache 2.0

âš ī¸ Incomplete Data

Some information about this model is not available. Use with Caution - Verify details from the original source before relying on this data.

View Original Source →

📝 Limitations & Considerations

  • â€ĸ Benchmark scores may vary based on evaluation methodology and hardware configuration.
  • â€ĸ VRAM requirements are estimates; actual usage depends on quantization and batch size.
  • â€ĸ FNI scores are relative rankings and may change as new models are added.
  • ⚠ License Unknown: Verify licensing terms before commercial use.

Social Proof

HuggingFace Hub
23Downloads
🔄 Daily sync (03:00 UTC)

AI Summary: Based on Hugging Face metadata. Not a recommendation.

📊 FNI Methodology 📚 Knowledge Baseâ„šī¸ Verify with original source

đŸ›Ąī¸ Model Transparency Report

Technical metadata sourced from upstream repositories.

Open Metadata

🆔 Identity & Source

id
hf-model--ippoboi--email-summarizer-t5
slug
ippoboi--email-summarizer-t5
source
huggingface
author
Ippoboi
license
Apache-2.0
tags
onnx, safetensors, t5, classification, emails, text2text-generation, mobile, en, fr, base_model:google/flan-t5-small, base_model:quantized:google/flan-t5-small, license:apache-2.0, region:us

âš™ī¸ Technical Specs

architecture
null
params billions
null
context length
null
pipeline tag

📊 Engagement & Metrics

downloads
23
stars
0
forks
0

Data indexed from public sources. Updated daily.