Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -58,7 +58,7 @@ Each sample in the dataset consists of:
|
|
| 58 |
```python
|
| 59 |
from datasets import load_dataset
|
| 60 |
|
| 61 |
-
dataset = load_dataset("
|
| 62 |
```
|
| 63 |
|
| 64 |
### Example structure
|
|
@@ -91,7 +91,7 @@ This dataset is licensed under the **Apache 2.0 License**.
|
|
| 91 |
## 🔗 Related Projects
|
| 92 |
|
| 93 |
- [Screen2AX Main Project Page](https://github.com/MacPaw/Screen2AX)
|
| 94 |
-
- [Screen2AX HuggingFace Collection](https://huggingface.co/collections/
|
| 95 |
|
| 96 |
---
|
| 97 |
|
|
|
|
| 58 |
```python
|
| 59 |
from datasets import load_dataset
|
| 60 |
|
| 61 |
+
dataset = load_dataset("macpaw-research/Screen2AX-Tree")
|
| 62 |
```
|
| 63 |
|
| 64 |
### Example structure
|
|
|
|
| 91 |
## 🔗 Related Projects
|
| 92 |
|
| 93 |
- [Screen2AX Main Project Page](https://github.com/MacPaw/Screen2AX)
|
| 94 |
+
- [Screen2AX HuggingFace Collection](https://huggingface.co/collections/macpaw-research/screen2ax)
|
| 95 |
|
| 96 |
---
|
| 97 |
|