tomaarsen HF staff commited on
Commit
3469d02
1 Parent(s): eb725ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -1,4 +1,16 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
2
  dataset_info:
3
  config_name: pair
4
  features:
@@ -18,3 +30,24 @@ configs:
18
  - split: train
19
  path: pair/train-*
20
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ multilinguality:
5
+ - monolingual
6
+ size_categories:
7
+ - 100K<n<1M
8
+ task_categories:
9
+ - feature-extraction
10
+ - sentence-similarity
11
+ pretty_name: WikiHow Summaries
12
+ tags:
13
+ - sentence-transformers
14
  dataset_info:
15
  config_name: pair
16
  features:
 
30
  - split: train
31
  path: pair/train-*
32
  ---
33
+
34
+ # Dataset Card for WikiHow Summaries
35
+
36
+ This dataset is a collection of text-summary pairs collected from WikiHow. See [WikiHow pairs dataset](https://github.com/pvl/wikihow_pairs_dataset) for additional information.
37
+ This dataset can be used directly with Sentence Transformers to train embedding models.
38
+
39
+ ## Dataset Subsets
40
+
41
+ ### `pair` subset
42
+
43
+ * Columns: "text", "summary"
44
+ * Column types: `str`, `str`
45
+ * Examples:
46
+ ```python
47
+ {
48
+ 'text': "Wisdom teeth are the molars furthest back on both sides of your upper and lower jaw. [1] These four teeth are the last ones to erupt or grow out of your gums and become functional — this typically occurs during the late teen years or early adulthood; however, sometimes wisdom teeth don't erupt at all or only partially erupt and become impacted if there isn't enough room in your jaw or mouth.",
49
+ 'summary': 'Tell Between an Erupting and Impacted Wisdom Tooth',
50
+ }
51
+ ```
52
+ * Collection strategy: Reading the WikiHow dataset from [embedding-training-data](https://huggingface.co/datasets/sentence-transformers/embedding-training-data).
53
+ * Deduplified: No