Upload date-data.py with huggingface_hub
Browse files- date-data.py +4 -4
date-data.py
CHANGED
|
@@ -54,11 +54,11 @@ class DateDate(datasets.GeneratorBasedBuilder):
|
|
| 54 |
"dow": datasets.Value('string'),
|
| 55 |
"month": datasets.Value('string'),
|
| 56 |
"dom": datasets.Value('string'),
|
| 57 |
-
"hour": datasets.Value('
|
| 58 |
-
"min": datasets.Value('
|
| 59 |
-
"second": datasets.Value('
|
| 60 |
"timezone": datasets.Value('string'),
|
| 61 |
-
"year": datasets.Value('
|
| 62 |
"file_path": datasets.Value('string'),
|
| 63 |
})
|
| 64 |
|
|
|
|
| 54 |
"dow": datasets.Value('string'),
|
| 55 |
"month": datasets.Value('string'),
|
| 56 |
"dom": datasets.Value('string'),
|
| 57 |
+
"hour": datasets.Value('string'),
|
| 58 |
+
"min": datasets.Value('string'),
|
| 59 |
+
"second": datasets.Value('string'),
|
| 60 |
"timezone": datasets.Value('string'),
|
| 61 |
+
"year": datasets.Value('string'),
|
| 62 |
"file_path": datasets.Value('string'),
|
| 63 |
})
|
| 64 |
|