Datasets:
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -149,6 +149,13 @@ The annotation data is stored in
|
|
149 |
|
150 |
### Best practices
|
151 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
152 |
|
153 |
***
|
154 |
|
|
|
149 |
|
150 |
### Best practices
|
151 |
|
152 |
+
During the training of **OS-Atlas-7B**, we randomly sampled predefined prompts to wrap the grounding data. Additionally, we scaled the relative coordinates of each element (in the range [0, 1]) by multiplying them by 1000 before inputting them into the model for training.
|
153 |
+
|
154 |
+
Below is an example of a data entry:
|
155 |
+
|
156 |
+
```
|
157 |
+
"conversations": [{"from": "human", "value": "<image>\nUsing the provided screenshot, I'll describe webpage elements for you to locate (with bbox).\n<ref>media-maniacs.org</ref>\n<ref>Home</ref>\n<ref>Sitemap</ref>\n<ref>shop you can have what you choose 2012</ref>"}, {"from": "gpt", "value": "<ref>media-maniacs.org</ref><box>[[70,856,141,871]]</box>\n<ref>Home</ref><box>[[21,935,43,951]]</box>\n<ref>Sitemap</ref><box>[[21,919,52,934]]</box>\n<ref>shop you can have what you choose 2012</ref><box>[[368,839,523,855]]</box>"}]
|
158 |
+
```
|
159 |
|
160 |
***
|
161 |
|