hle2000 commited on
Commit
73b062a
1 Parent(s): f1b4fe8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: determ_sequence
25
+ dtype: string
26
+ - name: gap_sequence
27
+ dtype: string
28
+ - name: g2t_sequence
29
+ dtype: string
30
+ - name: determ_sequence_embedding
31
+ dtype: string
32
+ - name: gap_sequence_embedding
33
+ dtype: string
34
+ - name: g2t_sequence_embedding
35
+ dtype: string
36
+ - name: question_answer_embedding
37
+ dtype: string
38
+ - name: tfidf_vector
39
+ dtype: string
40
+ - name: correct
41
+ dtype: float64
42
+ splits:
43
+ - name: train
44
+ num_bytes: 10203485753
45
+ num_examples: 90261
46
+ - name: test
47
+ num_bytes: 2579614925
48
+ num_examples: 22772
49
+ download_size: 2782389958
50
+ dataset_size: 12783100678
51
+ ---
52
+ # Dataset Card for "Mintaka_Graph_Features_Updated_T5-large-ssm"
53
+
54
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)