sundial-encoder-full / heads.json
ceritium's picture
Upload heads.json with huggingface_hub
2e5b4cf verified
Raw
History Blame Contribute Delete
1.29 kB
{
"head_names": [
"op",
"unit",
"which",
"dow",
"ord",
"field",
"scope",
"sign",
"has_at"
],
"heads": {
"op": [
"none",
"on",
"named",
"since",
"until",
"time_of_day",
"between",
"last_n",
"next_n",
"this",
"last",
"next",
"weekend",
"dow",
"nth_weekday",
"nth_day",
"offset",
"every"
],
"unit": [
"na",
"minute",
"hour",
"day",
"week",
"month",
"quarter",
"year"
],
"which": [
"na",
"this",
"last",
"next"
],
"dow": [
"na",
"mon",
"tue",
"wed",
"thu",
"fri",
"sat",
"sun"
],
"ord": [
"na",
"1",
"2",
"3",
"4",
"5",
"last",
"N"
],
"field": [
"na",
"weekday",
"weekend",
"day",
"mon",
"tue",
"wed",
"thu",
"fri",
"sat",
"sun"
],
"scope": [
"na",
"this",
"last",
"next",
"year",
"month",
"quarter"
],
"sign": [
"na",
"pos",
"neg"
],
"has_at": [
"0",
"1"
]
}
}