Update README.md
Browse files
README.md
CHANGED
@@ -87,5 +87,8 @@ source_dataset: NortheasternUniversity/big_patent
|
|
87 |
Original [bigpatent](https://huggingface.co/datasets/NortheasternUniversity/big_patent) subset "all" converted to hf format, columns renamed, some cleaning applied to "summary" column.
|
88 |
|
89 |
|
90 |
-
|
91 |
-
|
|
|
|
|
|
|
|
87 |
Original [bigpatent](https://huggingface.co/datasets/NortheasternUniversity/big_patent) subset "all" converted to hf format, columns renamed, some cleaning applied to "summary" column.
|
88 |
|
89 |
|
90 |
+
## additional configs
|
91 |
+
|
92 |
+
- the [deduped](https://huggingface.co/datasets/BEE-spoke-data/bigpatent-all/viewer/deduped) config, which has the `summary` col deduped via minhash
|
93 |
+
- the [mini](https://huggingface.co/datasets/BEE-spoke-data/bigpatent-all/viewer/mini) config, which is a ~1 GB version of the deduped dataset created via a [minipile-like](https://arxiv.org/abs/2304.08442) clustering+sampling approach
|
94 |
+
|