dim commited on
Commit
d6c451e
·
1 Parent(s): 5a1df98

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question_id
5
+ dtype: int64
6
+ - name: tags
7
+ sequence: string
8
+ - name: score
9
+ dtype: int64
10
+ - name: license
11
+ dtype: string
12
+ - name: link
13
+ dtype: string
14
+ - name: question_title
15
+ dtype: string
16
+ - name: question_body
17
+ dtype: string
18
+ - name: answers
19
+ list:
20
+ - name: answer_id
21
+ dtype: int64
22
+ - name: body
23
+ dtype: string
24
+ - name: score
25
+ dtype: int64
26
+ splits:
27
+ - name: train
28
+ num_bytes: 95966652
29
+ num_examples: 24370
30
+ download_size: 53517367
31
+ dataset_size: 95966652
32
+ ---
33
+ # Dataset Card for "law_stackexchange"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)