szanella commited on
Commit
914ab0e
1 Parent(s): 51dbd7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -15
README.md CHANGED
@@ -3,46 +3,46 @@ language:
3
  - en
4
  license:
5
  - mit
6
- pretty_name: MICO Membership Inference Competition -- CIFAR-10
7
  size_categories:
8
  - n<1K
9
  source-datasets:
10
- - https://www.comp.nus.edu.sg/~reza/files/datasets.html
11
  tags:
12
  - membership-inference
13
  - privacy
14
  - differential-privacy
15
  task_categories:
16
- - tabular-classification
17
  viewer: false
18
  configs:
19
  - config_name: lo
20
  data_files:
21
  - split: train
22
- path: cifar10_lo/train
23
  - split: dev
24
- path: cifar10_lo/dev
25
  - split: final
26
- path: cifar10_lo/final
27
  - config_name: hi
28
  data_files:
29
  - split: train
30
- path: cifar10_hi/train
31
  - split: dev
32
- path: cifar10_hi/dev
33
  - split: final
34
- path: cifar10_hi/final
35
  - config_name: inf
36
  data_files:
37
  - split: train
38
- path: cifar10_inf/train
39
  - split: dev
40
- path: cifar10_inf/dev
41
  - split: final
42
- path: cifar10_inf/final
43
  ---
44
 
45
- # MICO CIFAR-100 challenge dataset
46
 
47
  ![Mico Argentatus (Silvery Marmoset) - William Warby/Flickr](logo.png)
48
  Mico Argentatus (Silvery Marmoset) - William Warby/Flickr
@@ -143,7 +143,7 @@ The challenge data provided to participants is arranged as follows:
143
  `train` data is provided for your convenience: it contains full information about the membership of the challenge points.
144
  You can use it for developing your attack (e.g. as shadow models).
145
 
146
- You can load the public datasets and individual models and their associated challenge data using the functions provided by the `mico-competition` package in the [accompanying repository](https://github.com/microsoft/MICO) (i.e., `loda_cifar10`, `load_model`, `ChallengeDataset.from_path`, etc.)
147
  Please refer to the starting kit for more information.
148
 
149
 
@@ -351,4 +351,4 @@ contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additio
351
  This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow
352
  [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
353
  Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
354
- Any use of third-party trademarks or logos are subject to those third-party's policies.
 
3
  - en
4
  license:
5
  - mit
6
+ pretty_name: MICO Membership Inference Competition -- SST-2
7
  size_categories:
8
  - n<1K
9
  source-datasets:
10
+ - nyu-mll/glue
11
  tags:
12
  - membership-inference
13
  - privacy
14
  - differential-privacy
15
  task_categories:
16
+ - text-classification
17
  viewer: false
18
  configs:
19
  - config_name: lo
20
  data_files:
21
  - split: train
22
+ path: sst2_lo/train
23
  - split: dev
24
+ path: sst2_lo/dev
25
  - split: final
26
+ path: sst2_lo/final
27
  - config_name: hi
28
  data_files:
29
  - split: train
30
+ path: sst2_hi/train
31
  - split: dev
32
+ path: sst2_hi/dev
33
  - split: final
34
+ path: sst2_hi/final
35
  - config_name: inf
36
  data_files:
37
  - split: train
38
+ path: sst2_inf/train
39
  - split: dev
40
+ path: sst2_inf/dev
41
  - split: final
42
+ path: sst2_inf/final
43
  ---
44
 
45
+ # MICO SST-2 challenge dataset
46
 
47
  ![Mico Argentatus (Silvery Marmoset) - William Warby/Flickr](logo.png)
48
  Mico Argentatus (Silvery Marmoset) - William Warby/Flickr
 
143
  `train` data is provided for your convenience: it contains full information about the membership of the challenge points.
144
  You can use it for developing your attack (e.g. as shadow models).
145
 
146
+ You can load the public datasets and individual models and their associated challenge data using the functions provided by the `mico-competition` package in the [accompanying repository](https://github.com/microsoft/MICO) (i.e., `load_sst2`, `load_model`, `ChallengeDataset.from_path`, etc.)
147
  Please refer to the starting kit for more information.
148
 
149
 
 
351
  This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow
352
  [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
353
  Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
354
+ Any use of third-party trademarks or logos are subject to those third-party's policies.