pacovaldez commited on
Commit
55d8e4b
·
1 Parent(s): d1eced4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question_id
5
+ dtype: int64
6
+ - name: question_title
7
+ dtype: string
8
+ - name: question_body
9
+ dtype: string
10
+ - name: accepted_answer_id
11
+ dtype: int64
12
+ - name: question_creation_date
13
+ dtype: timestamp[us]
14
+ - name: question_answer_count
15
+ dtype: int64
16
+ - name: question_favorite_count
17
+ dtype: float64
18
+ - name: question_score
19
+ dtype: int64
20
+ - name: question_view_count
21
+ dtype: int64
22
+ - name: tags
23
+ dtype: string
24
+ - name: answer_body
25
+ dtype: string
26
+ - name: answer_creation_date
27
+ dtype: timestamp[us]
28
+ - name: answer_score
29
+ dtype: int64
30
+ - name: link
31
+ dtype: string
32
+ - name: context
33
+ dtype: string
34
+ - name: answer_start
35
+ dtype: int64
36
+ - name: answer_end
37
+ dtype: int64
38
+ - name: question
39
+ dtype: string
40
+ - name: predicted_answer
41
+ dtype: string
42
+ - name: parsed_answer
43
+ dtype: string
44
+ splits:
45
+ - name: train
46
+ num_bytes: 4103753
47
+ num_examples: 100
48
+ download_size: 1950624
49
+ dataset_size: 4103753
50
+ ---
51
+ # Dataset Card for "predicted-squad2"
52
+
53
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)