hle2000 commited on
Commit
94d68b0
·
verified ·
1 Parent(s): 7fe87fa

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: question
7
+ dtype: string
8
+ - name: answerEntity
9
+ dtype: string
10
+ - name: questionEntity
11
+ dtype: string
12
+ - name: groundTruthAnswerEntity
13
+ dtype: string
14
+ - name: complexityType
15
+ dtype: string
16
+ - name: graph
17
+ dtype: string
18
+ - name: correct
19
+ dtype: bool
20
+ - name: g2t_sequence
21
+ dtype: string
22
+ - name: gap_sequence
23
+ dtype: string
24
+ - name: highlighted_g2t_sequence
25
+ dtype: string
26
+ - name: no_highlighted_g2t_sequence
27
+ dtype: string
28
+ - name: highlighted_gap_sequence
29
+ dtype: string
30
+ - name: no_highlighted_gap_sequence
31
+ dtype: string
32
+ - name: highlighted_determ_sequence
33
+ dtype: string
34
+ - name: no_highlighted_determ_sequence
35
+ dtype: string
36
+ splits:
37
+ - name: train
38
+ num_bytes: 178313106
39
+ num_examples: 61846
40
+ - name: validation
41
+ num_bytes: 29627795
42
+ num_examples: 9699
43
+ - name: test
44
+ num_bytes: 44824721
45
+ num_examples: 15583
46
+ download_size: 62483459
47
+ dataset_size: 252765622
48
+ ---
49
+ # Dataset Card for "Mintaka_Sequences_T5-xl-ssm"
50
+
51
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)