AnsonZhang commited on
Commit
a7b70c3
1 Parent(s): 725f7e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,3 +1,11 @@
1
  ---
2
  license: bsd-2-clause
3
  ---
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: bsd-2-clause
3
  ---
4
+
5
+ This dataset is an unofficial split of [FEMNIST](https://github.com/TalwalkarLab/leaf/tree/master/data/femnist), researchers could generate the data by using following command line
6
+
7
+ ```
8
+ ./preprocess.sh -s niid --iu 0.1 --sf 0.1 -k 64 -t sample --tf 0.9 --smplseed 1 --spltseed 1
9
+ ```
10
+
11
+ This dataset is converted back to .png imagse from the generated json files for better match with huggingface style.