Tamaragov commited on
Commit
cfba985
·
verified ·
1 Parent(s): 99c815f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +81 -3
README.md CHANGED
@@ -1,3 +1,81 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - energy
5
+ - power_flow
6
+ - power_grid
7
+ pretty_name: gridfm-datakit case14_ieee power flow (small)
8
+ size_categories:
9
+ - 1M<n<10M
10
+ task_categories:
11
+ - tabular-regression
12
+ dataset_info:
13
+ dataset_name: pf_small_case14_ieee
14
+ config_name: default
15
+ features:
16
+ - name: scenario
17
+ dtype: int64
18
+ - name: load_scenario_idx
19
+ dtype: float64
20
+ - name: idx
21
+ dtype: float64
22
+ - name: from_bus
23
+ dtype: int64
24
+ - name: to_bus
25
+ dtype: int64
26
+ - name: pf
27
+ dtype: float64
28
+ - name: qf
29
+ dtype: float64
30
+ - name: pt
31
+ dtype: float64
32
+ - name: qt
33
+ dtype: float64
34
+ - name: r
35
+ dtype: float64
36
+ - name: x
37
+ dtype: float64
38
+ - name: b
39
+ dtype: float64
40
+ - name: Yff_r
41
+ dtype: float64
42
+ - name: Yff_i
43
+ dtype: float64
44
+ - name: Yft_r
45
+ dtype: float64
46
+ - name: Yft_i
47
+ dtype: float64
48
+ - name: Ytf_r
49
+ dtype: float64
50
+ - name: Ytf_i
51
+ dtype: float64
52
+ - name: Ytt_r
53
+ dtype: float64
54
+ - name: Ytt_i
55
+ dtype: float64
56
+ - name: tap
57
+ dtype: float64
58
+ - name: shift
59
+ dtype: float64
60
+ - name: ang_min
61
+ dtype: float64
62
+ - name: ang_max
63
+ dtype: float64
64
+ - name: rate_a
65
+ dtype: float64
66
+ - name: br_status
67
+ dtype: float64
68
+ - name: pf_dc
69
+ dtype: float64
70
+ - name: pt_dc
71
+ dtype: float64
72
+ builder_name: parquet
73
+ splits:
74
+ - name: train
75
+ num_bytes: 402677460
76
+ num_examples: 20440600
77
+ download_size: 348080473
78
+ dataset_size: 402677460
79
+ ---
80
+ # Data download through hfApi
81
+ * Retry download if you receive '502 Server Error'. For larger datasets, you may need to retry download multiple times.