Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: 'Unnamed: 0'
|
5 |
+
dtype: int64
|
6 |
+
- name: Magnetic Field Fluctuations
|
7 |
+
dtype: float64
|
8 |
+
- name: Leakage
|
9 |
+
dtype: float64
|
10 |
+
- name: Instabilities
|
11 |
+
dtype: float64
|
12 |
+
- name: Plasma Instabilities
|
13 |
+
dtype: float64
|
14 |
+
- name: Magnetic Field Strength
|
15 |
+
dtype: float64
|
16 |
+
- name: Injection Energy
|
17 |
+
dtype: float64
|
18 |
+
- name: Beam Symmetry
|
19 |
+
dtype: float64
|
20 |
+
- name: Target Density
|
21 |
+
dtype: float64
|
22 |
+
- name: Target Composition
|
23 |
+
dtype: string
|
24 |
+
- name: Fuel Density
|
25 |
+
dtype: float64
|
26 |
+
- name: Temperature
|
27 |
+
dtype: float64
|
28 |
+
- name: Confinement Time
|
29 |
+
dtype: float64
|
30 |
+
- name: Fuel Purity
|
31 |
+
dtype: float64
|
32 |
+
- name: Energy Input
|
33 |
+
dtype: float64
|
34 |
+
- name: Power Output
|
35 |
+
dtype: float64
|
36 |
+
- name: Pressure
|
37 |
+
dtype: float64
|
38 |
+
- name: Neutron Yield
|
39 |
+
dtype: float64
|
40 |
+
- name: Ignition
|
41 |
+
dtype: int64
|
42 |
+
- name: autotrain_text
|
43 |
+
dtype: string
|
44 |
+
splits:
|
45 |
+
- name: train
|
46 |
+
num_bytes: 17566788
|
47 |
+
num_examples: 100000
|
48 |
+
download_size: 16056321
|
49 |
+
dataset_size: 17566788
|
50 |
+
configs:
|
51 |
+
- config_name: default
|
52 |
+
data_files:
|
53 |
+
- split: train
|
54 |
+
path: data/train-*
|
55 |
+
---
|
56 |
+
# Dataset Card for "autotrain-data-Nuclear_Fusion_Falcon"
|
57 |
+
|
58 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|