Upload README.md with huggingface_hub
Browse files
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: 9765642932
|
45 |
+
num_examples: 86381
|
46 |
+
- name: test
|
47 |
+
num_bytes: 2442628533
|
48 |
+
num_examples: 21574
|
49 |
+
download_size: 2702676747
|
50 |
+
dataset_size: 12208271465
|
51 |
+
---
|
52 |
+
# Dataset Card for "Mintaka_Graph_Features_Updated_T5-xl-ssm"
|
53 |
+
|
54 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|