hellcaster commited on
Commit
0d6a465
·
verified ·
1 Parent(s): 28119f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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("MacPaw/Screen2AX-Tree")
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/MacPaw/screen2ax-687dfe564d50f163020378b8)
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