Tamaragov commited on
Commit
ef9faa7
·
verified ·
1 Parent(s): 18edf66

Upload README.md with huggingface_hub

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