YongchengYAO commited on
Commit
02bbba8
·
verified ·
1 Parent(s): ba18c84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -49,6 +49,7 @@ This is the official release of **OAIZIB-CM** dataset
49
 
50
 
51
  ## Changelog 🔥
 
52
  - [22 Mar, 2025] Add HF `load_dataset()` support in the `load_dataset-support` branch.
53
  - [27 Feb, 2025] Add the template and atlas [CLAIR-Knee-103R](https://github.com/YongchengYAO/CartiMorph/blob/main/Documents/TemplateAtlas.md)
54
  - [26 Feb, 2025] Update compulsory citation ([CartiMorph](https://doi.org/10.1016/j.media.2023.103035)) for the dataset
@@ -88,6 +89,7 @@ snapshot_download(repo_id="YongchengYAO/OAIZIB-CM", repo_type='dataset', revisio
88
  ```
89
 
90
  ### 2. Load `Dataset` or `IterableDataset` from the `load_dataset-support` Branch ‼️
 
91
  ```python
92
  >>> from datasets import load_dataset
93
 
 
49
 
50
 
51
  ## Changelog 🔥
52
+ - [09 Jul, 2025] `trust_remote_code` is no longer supported in datasets==4.0.0, install with `pip install datasets==3.6.0`
53
  - [22 Mar, 2025] Add HF `load_dataset()` support in the `load_dataset-support` branch.
54
  - [27 Feb, 2025] Add the template and atlas [CLAIR-Knee-103R](https://github.com/YongchengYAO/CartiMorph/blob/main/Documents/TemplateAtlas.md)
55
  - [26 Feb, 2025] Update compulsory citation ([CartiMorph](https://doi.org/10.1016/j.media.2023.103035)) for the dataset
 
89
  ```
90
 
91
  ### 2. Load `Dataset` or `IterableDataset` from the `load_dataset-support` Branch ‼️
92
+ ‼️ Require datasets<=3.6.0
93
  ```python
94
  >>> from datasets import load_dataset
95