hle2000 commited on
Commit
1729b2a
·
verified ·
1 Parent(s): d1de32c

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: 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
+ splits:
21
+ - name: train
22
+ num_bytes: 68312834
23
+ num_examples: 91831
24
+ - name: validation
25
+ num_bytes: 10951623
26
+ num_examples: 14286
27
+ - name: test
28
+ num_bytes: 17268231
29
+ num_examples: 23168
30
+ download_size: 16914099
31
+ dataset_size: 96532688
32
+ ---
33
+ # Dataset Card for "Mintaka_Subgraphs_T5_large_ssm"
34
+
35
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)