afnio.utils.datasets.facility_support#
Meta’s Facility Support Analyzer dataset.
Classes
|
The Meta Facility Support Analyzer dataset consists of 200 real-world emails or messages sent in enterprise settings related to facility maintenance or support requests. |
- class afnio.utils.datasets.facility_support.FacilitySupport(split, root=None)[source]#
Bases:
DatasetThe Meta Facility Support Analyzer dataset consists of 200 real-world emails or messages sent in enterprise settings related to facility maintenance or support requests. Each example is annotated with:
urgency (low, medium, high)
sentiment (negative, neutral, positive)
relevant service request categories (e.g., cleaning, IT support, maintenance)
The dataset is split into train, validation, and test sets with a 33%/33%/34% ratio. The split is deterministic, ensuring reproducibility across different runs.
- Parameters:
- mirrors = ['https://raw.githubusercontent.com/meta-llama/llama-prompt-ops/refs/heads/main/use-cases/facility-support-analyzer/']#
- resources = [('dataset.json', '530dc66b1b07c9b15b19f08891e9bfa0')]#