Incinciblecolonel commited on
Commit
5346a89
·
verified ·
1 Parent(s): 634c02f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -52,6 +52,12 @@ print(train_data[0])
52
  train_data[0]["image"].show()
53
  ```
54
 
 
 
 
 
 
 
55
  ## License
56
  The Math-Strike dataset is distributed under the **CC-BY-NC 4.0** license for non-commercial research and educational use.
57
 
 
52
  train_data[0]["image"].show()
53
  ```
54
 
55
+ ## Alternative Download (Raw Files)
56
+ For researchers who prefer downloading the raw image folders and JSON annotations directly instead of using the `datasets` library, the complete archived dataset (ZIP) is hosted on Kaggle:
57
+
58
+ 👉 **[Download Math-Strike on Kaggle](https://www.kaggle.com/datasets/senshen1020/mathscrub-handwritten-calculus-strike-out-dataset)**
59
+
60
+
61
  ## License
62
  The Math-Strike dataset is distributed under the **CC-BY-NC 4.0** license for non-commercial research and educational use.
63