Views
No views yet
| Metric | Value |
|---|---|
| accuracy | ~95% |
1from transformers import pipeline
2
3pipe = pipeline('text-classification', model='Pieces/time-classification-flan-t5-base-best')
4result = pipe('What meetings do I have tomorrow?')
5
6
71@software{time_module,
2 title={TIME-Module: Temporal Intent, Mapping, and Extraction},
3 author={Pieces},
4 year={2026},
5 url={https://huggingface.co/Pieces}
6}