tomaarsen HF staff commited on
Commit
950ea03
1 Parent(s): 6cb886f

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
+ - 1M<n<10M
8
+ task_categories:
9
+ - feature-extraction
10
+ - sentence-similarity
11
+ pretty_name: ELI5
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 ELI5
35
+
36
+ This dataset is a collection of question-answer pairs, collected from the Explain Like I'm 5 subreddit. See [ELI5](https://huggingface.co/datasets/eli5) 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: "question", "answer"
44
+ * Column types: `str`, `str`
45
+ * Examples:
46
+ ```python
47
+ {
48
+ 'question': 'Why chemical weapons considered more indiscriminate than conventional weapons?',
49
+ 'answer': "Well, any large-scale ordinance is indiscriminate. The problem particularly with Chemical weapons is that, especially with those that are gas based, is that the actual range of the weapon is much larger than the blast radius. The Chemical residue can remain in the area for a long period of time, it can taint and damage water and food supplies, it can be carried on clothing, such that you could drop it on a house full of terrorists, but if there is an orphanage upwind, they are going to get some of it as well. With conventional ordinance, you can target and turn that building full of terrorists into rubble, and thanks to years of testing, we know more or less a good idea of the collateral damage. With a chemical warhead, its not one building - its anything and everything in that area. There is nothing pinpoint about a chemical weapon system - it can and will spread beyond the impact zone That is what makes it (imho) more 'indescriminate' than conventional weaponry.",
50
+ }
51
+ ```
52
+ * Collection strategy: Reading the ELI5 dataset from [embedding-training-data](https://huggingface.co/datasets/sentence-transformers/embedding-training-data).
53
+ * Deduplified: No