iamgroot42 commited on
Commit
238142b
·
verified ·
1 Parent(s): 47e348e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -27,11 +27,12 @@ To load the dataset:
27
  ```python
28
  from datasets import load_dataset
29
 
30
- dataset = load_dataset("iamgroot42/mimir", name="the_pile_arxiv", split=f"member")
31
  ```
32
 
33
- - Available Names: `the_pile_arxiv`, ...
34
- - Available Splits: 'member', 'nonmember', 'member_neighbors' (if available), 'nonmember_neighbors' (if available)
 
35
 
36
  ## 🛠️ Codebase
37
  For evaluating MIA methods on our datasets, visit our [GitHub repository](http://github.com/iamgroot42/mimir).
 
27
  ```python
28
  from datasets import load_dataset
29
 
30
+ dataset = load_dataset("iamgroot42/mimir", name="arxiv", split=f"member")
31
  ```
32
 
33
+ - Available Names: `arxiv`, `dm_mathematics`, `github`, `hackernews`, `pile_cc`, `pubmed_central`, `wikipedia_(en)`, `full_pile`, `c4`, `temporal_arxiv`, `temporal_wiki`
34
+ - Available Subsets: `ngram_7_0.2`, `ngram_13_0.2`, `ngram_13_0.8` (for most sources)
35
+ - Available Splits: `member`, `nonmember`, `member_neighbors`, `nonmember_neighbors`
36
 
37
  ## 🛠️ Codebase
38
  For evaluating MIA methods on our datasets, visit our [GitHub repository](http://github.com/iamgroot42/mimir).