tomaarsen HF Staff commited on
Commit
b20d549
·
verified ·
1 Parent(s): 1dfe348

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -1,4 +1,16 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: text
@@ -15,3 +27,16 @@ configs:
15
  - split: train
16
  path: data/train-*
17
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ multilinguality:
5
+ - monolingual
6
+ size_categories:
7
+ - 1M<n<10M
8
+ task_categories:
9
+ - feature-extraction
10
+ - sentence-similarity
11
+ pretty_name: 1M Wikipedia texts for SimCSE
12
+ tags:
13
+ - sentence-transformers
14
  dataset_info:
15
  features:
16
  - name: text
 
27
  - split: train
28
  path: data/train-*
29
  ---
30
+
31
+ # Dataset Card for Wiki1m for SimCSE
32
+
33
+ This is a reupload of the `wiki1m_for_simcse.txt` file from [princeton-nlp/datasets-for-simcse](https://huggingface.co/datasets/princeton-nlp/datasets-for-simcse), which can no longer be downloaded with recent `datasets` versions.
34
+
35
+ * Columns: "text"
36
+ * Column types: `str`
37
+ * Examples:
38
+ ```python
39
+ {'text': 'YMCA in South Australia'}
40
+ ```
41
+ * Collection strategy: Downloading the [princeton-nlp/datasets-for-simcse](https://huggingface.co/datasets/princeton-nlp/datasets-for-simcse) dataset with `datasets==2.21.0` and reuploading it to make the format compatible with `datasets`.
42
+ * Deduplicated: No