The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 1 new columns ({'accuracy'})

This happened while the csv dataset builder was generating data using

hf://datasets/muellerzr/pytorch-precision-experiments/valid_results_BF16.csv (at revision 96be78cc4dac9ca10ae62178a24d21acea29b5ca)

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              step: int64
              loss: double
              accuracy: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 589
              to
              {'step': Value(dtype='int64', id=None), 'loss': Value(dtype='float64', id=None)}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1321, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 935, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 1 new columns ({'accuracy'})
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/muellerzr/pytorch-precision-experiments/valid_results_BF16.csv (at revision 96be78cc4dac9ca10ae62178a24d21acea29b5ca)
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Open a discussion for direct support.

step
int64
loss
float64
0
0.701842
1
0.720646
2
0.706977
3
0.702986
4
0.689668
5
0.706682
6
0.717993
7
0.686508
8
0.707505
9
0.71191
10
0.676072
11
0.700396
12
0.695746
13
0.697196
14
0.68375
15
0.715273
16
0.703334
17
0.678963
18
0.699107
19
0.677094
20
0.699245
21
0.701309
22
0.705872
23
0.699053
24
0.693247
25
0.674536
26
0.687802
27
0.704368
28
0.692044
29
0.668255
30
0.704441
31
0.687513
32
0.709167
33
0.691654
34
0.697837
35
0.688129
36
0.691576
37
0.686287
38
0.682354
39
0.677128
40
0.679582
41
0.69602
42
0.676438
43
0.658303
44
0.673271
45
0.670626
46
0.683867
47
0.680451
48
0.68349
49
0.685088
50
0.653874
51
0.680808
52
0.634787
53
0.660863
54
0.669895
55
0.652684
56
0.662128
57
0.657631
58
0.662445
59
0.665305
60
0.680956
61
0.678076
62
0.64526
63
0.632413
64
0.684037
65
0.639911
66
0.684886
67
0.585779
68
0.683573
69
0.65477
70
0.601942
71
0.597167
72
0.685866
73
0.658453
74
0.56109
75
0.626895
76
0.535914
77
0.596749
78
0.590116
79
0.529182
80
0.412909
81
0.55644
82
0.432051
83
0.631676
84
0.614499
85
0.548795
86
0.507849
87
0.385291
88
0.502625
89
0.438673
90
0.882697
91
0.713693
92
0.396998
93
0.449882
94
0.530905
95
0.536732
96
0.393669
97
0.392807
98
0.291446
99
0.607861
End of preview.