gbaydin commited on
Commit
3ca1471
·
verified ·
1 Parent(s): bea9254

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -233,12 +233,20 @@ SaganMC is named in honor of Carl Sagan, the astronomer and science communicator
233
 
234
  ## Available Files
235
 
 
 
 
 
236
  * **SaganMC-400k** (`sagan-mc-400k.csv`): The full dataset with 406,446 molecules, including structural and complexity features.
237
  * **SaganMC-Spectra-16k** (`sagan-mc-spectra-16k.csv`): A 16,653-molecule subset of the full dataset, with experimental mass spectra from NIST.
238
 
 
 
 
 
239
  ## Dataset Structure
240
 
241
- Each CSV file includes 36 columns describing various molecular attributes. A `split` column assigns rows into `train`, `val`, or `test` splits (80/10/10). All data is in CSV format, with string, float, or integer fields.
242
 
243
  ### Features
244
 
 
233
 
234
  ## Available Files
235
 
236
+ ### CSV
237
+
238
+ The original dataset in CSV format can be found in the [script](https://huggingface.co/datasets/oxai4science/sagan-mc/tree/script) branch.
239
+
240
  * **SaganMC-400k** (`sagan-mc-400k.csv`): The full dataset with 406,446 molecules, including structural and complexity features.
241
  * **SaganMC-Spectra-16k** (`sagan-mc-spectra-16k.csv`): A 16,653-molecule subset of the full dataset, with experimental mass spectra from NIST.
242
 
243
+ ### Parquet
244
+
245
+ The `main` branch contains a version of the dataset that was auto-converted to Parquet from the original CSV files.
246
+
247
  ## Dataset Structure
248
 
249
+ The data includes 36 columns. A `split` column assigns rows into `train`, `val`, or `test` splits (80/10/10).
250
 
251
  ### Features
252