dhmeltzer commited on
Commit
10e0eef
1 Parent(s): f0043df

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: q_id
5
+ dtype: string
6
+ - name: title
7
+ dtype: string
8
+ - name: selftext
9
+ dtype: string
10
+ - name: document
11
+ dtype: string
12
+ - name: subreddit
13
+ dtype: string
14
+ - name: answers
15
+ sequence:
16
+ - name: a_id
17
+ dtype: string
18
+ - name: text
19
+ dtype: string
20
+ - name: score
21
+ dtype: int32
22
+ - name: title_urls
23
+ sequence:
24
+ - name: url
25
+ dtype: string
26
+ - name: selftext_urls
27
+ sequence:
28
+ - name: url
29
+ dtype: string
30
+ - name: answers_urls
31
+ sequence:
32
+ - name: url
33
+ dtype: string
34
+ - name: split
35
+ dtype: string
36
+ - name: title_body
37
+ dtype: string
38
+ - name: embeddings
39
+ sequence: float32
40
+ splits:
41
+ - name: train
42
+ num_bytes: 2375028302
43
+ num_examples: 558669
44
+ download_size: 2134837293
45
+ dataset_size: 2375028302
46
+ ---
47
+ # Dataset Card for "ELI5_embedded"
48
+
49
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)