Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -59,7 +59,8 @@ clocks_dataset = datasets.load_dataset("allenai/pixmo-clocks")
|
|
59 |
|
60 |
## Data Format
|
61 |
The data includes:
|
62 |
-
- `watchface_id
|
|
|
63 |
- `watch_time`: The time the watch was set to, not all the details of the time will be visible on the watchface, so the
|
64 |
the following two fields are needed.
|
65 |
- `time_format`: The format of the watch, can be:
|
|
|
59 |
|
60 |
## Data Format
|
61 |
The data includes:
|
62 |
+
- `watchface_id`: The watchface id to use to generate the image
|
63 |
+
- `watchface_name`: The name of the watchface used
|
64 |
- `watch_time`: The time the watch was set to, not all the details of the time will be visible on the watchface, so the
|
65 |
the following two fields are needed.
|
66 |
- `time_format`: The format of the watch, can be:
|