hellcaster commited on
Commit
71c9390
·
verified ·
1 Parent(s): c6a7b57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -74,7 +74,7 @@ The dataset supports training deep learning models for object detection tasks sp
74
  ```python
75
  from datasets import load_dataset
76
 
77
- dataset = load_dataset("MacPaw/Screen2AX-Group")
78
  ```
79
 
80
  ### Example structure
@@ -99,7 +99,7 @@ This dataset is licensed under the **Apache 2.0 License**.
99
  ## 🔗 Related Projects
100
 
101
  - [Screen2AX Main Project Page](https://github.com/MacPaw/Screen2AX)
102
- - [Screen2AX HuggingFace Collection](https://huggingface.co/collections/MacPaw/screen2ax-687dfe564d50f163020378b8)
103
 
104
  ---
105
 
 
74
  ```python
75
  from datasets import load_dataset
76
 
77
+ dataset = load_dataset("macpaw-research/Screen2AX-Group")
78
  ```
79
 
80
  ### Example structure
 
99
  ## 🔗 Related Projects
100
 
101
  - [Screen2AX Main Project Page](https://github.com/MacPaw/Screen2AX)
102
+ - [Screen2AX HuggingFace Collection](https://huggingface.co/collections/macpaw-research/screen2ax)
103
 
104
  ---
105