Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Tags:
legal
Libraries:
Datasets
Dask
License:
pszemraj commited on
Commit
d15b8cf
·
verified ·
1 Parent(s): 214adf7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
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
- > [!TIP]
91
- > Check out the [deduped](https://huggingface.co/datasets/BEE-spoke-data/bigpatent-all/viewer/deduped) config, which has the `summary` col deduped via minhash
 
 
 
 
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
+