Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -76,14 +76,14 @@ For convenience, this dataset includes a few fields derived from this data about
|
|
76 |
If AM/PM cannot be determined the hour will be between 0 and 11
|
77 |
- `minute_visible`: The minute the watch should be set to, between 0 and 59, -1 means not visible
|
78 |
- `second_visible`: The second the watch should be set to, between -1 and 59, -1 means not visible
|
79 |
-
- `text`: A text string of the time
|
80 |
|
81 |
## Downloading Images
|
82 |
Downloading the images requires downloading the watch face set to the correct time from facer.io.
|
83 |
We will include a script to generate the images as part of our code release.
|
84 |
|
85 |
## Splits
|
86 |
-
The data is divided into validation and train splits. These splits are
|
87 |
they reflect what was used when training the Molmo models, which were only trained on the train split.
|
88 |
|
89 |
## License
|
|
|
76 |
If AM/PM cannot be determined the hour will be between 0 and 11
|
77 |
- `minute_visible`: The minute the watch should be set to, between 0 and 59, -1 means not visible
|
78 |
- `second_visible`: The second the watch should be set to, between -1 and 59, -1 means not visible
|
79 |
+
- `text`: A text string of the time visible on the watch
|
80 |
|
81 |
## Downloading Images
|
82 |
Downloading the images requires downloading the watch face set to the correct time from facer.io.
|
83 |
We will include a script to generate the images as part of our code release.
|
84 |
|
85 |
## Splits
|
86 |
+
The data is divided into validation and train splits. These splits are unofficial because we do not use this data for evaluation anyway. However,
|
87 |
they reflect what was used when training the Molmo models, which were only trained on the train split.
|
88 |
|
89 |
## License
|