CoolFace
Modelpublic

Pieces/time-classification-flan-t5-small-split-best

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
2likes15downloads
Model Card

TIME-Module: Classification — flan-t5-small

Model Description

Temporal intent classification model trained on the split dataset. Classifies user queries into 6 temporal intent categories: Action Scheduling, Content Retrieval, Current Status, Future Information/Planning, Non-Temporal, and Temporal - General.

Training Details

Results

MetricValue
accuracy95.91%
f1_weighted~95.9%

Usage

python
from transformers import pipeline

pipe = pipeline('text-classification', model='Pieces/time-classification-flan-t5-small-split-best')
result = pipe('What meetings do I have tomorrow?')


Part of the TIME-Module Project

This model is part of the TIME (Temporal Intent, Mapping, and Extraction) module, a suite of models for understanding and processing temporal information in natural language.

Related models:

Citation

bibtex
@software{time_module,
  title={TIME-Module: Temporal Intent, Mapping, and Extraction},
  author={Pieces},
  year={2026},
  url={https://huggingface.co/Pieces}
}