hle2000 commited on
Commit
e358499
·
verified ·
1 Parent(s): d931ca5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: question
5
+ dtype: string
6
+ - name: question_answer
7
+ dtype: string
8
+ - name: num_nodes
9
+ dtype: int64
10
+ - name: num_edges
11
+ dtype: int64
12
+ - name: density
13
+ dtype: float64
14
+ - name: cycle
15
+ dtype: int64
16
+ - name: bridge
17
+ dtype: int64
18
+ - name: katz_centrality
19
+ dtype: float64
20
+ - name: page_rank
21
+ dtype: float64
22
+ - name: avg_ssp_length
23
+ dtype: float64
24
+ - name: graph_sequence
25
+ dtype: string
26
+ - name: updated_graph_sequence
27
+ dtype: string
28
+ - name: graph_sequence_embedding
29
+ dtype: string
30
+ - name: updated_graph_sequence_embedding
31
+ dtype: string
32
+ - name: question_answer_embedding
33
+ dtype: string
34
+ - name: tfidf_vector
35
+ dtype: string
36
+ - name: correct
37
+ dtype: float64
38
+ splits:
39
+ - name: train
40
+ num_bytes: 2359468579
41
+ num_examples: 22772
42
+ - name: test
43
+ num_bytes: 2359468579
44
+ num_examples: 22772
45
+ download_size: 864051150
46
+ dataset_size: 4718937158
47
+ ---
48
+ # Dataset Card for "Mintaka_Graph_Features_T5-large-ssm"
49
+
50
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)