anonymous commited on
Commit
32fa7e5
·
1 Parent(s): 83a7cde

updated croissant, added train_plus_val.xyz

Browse files
datasets/xyz/train_plus_val.xyz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44a43e8d635cd234ccc085f57ff794e5d58856052038bdd7962a51a448af5a08
3
+ size 471461459
meta_data/croissant.json CHANGED
@@ -52,18 +52,18 @@
52
  "@id": "repo",
53
  "name": "repo",
54
  "description": "The Hugging Face git repository.",
55
- "contentUrl": "https://huggingface.co/datasets/CatalystAnonymous/catalyst_mxene/tree/refs%2Fconvert%2Fparquet",
56
  "encodingFormat": "git+https",
57
  "sha256": "https://github.com/mlcommons/croissant/issues/80"
58
  }
59
  ],
60
  "recordSet": [],
61
  "conformsTo": "http://mlcommons.org/croissant/1.1",
62
- "name": "catalyst_mxene",
63
  "description": "Dataset associated with the article: Benchmark Dataset for Catalysis on 2D MXenes. The dataset contains computational catalyst data for MXene structures, including first-principles simulation results intended for machine learning benchmarks.",
64
  "alternateName": [
65
- "CatalystAnonymous/catalyst_mxene",
66
- "catalyst_mxene"
67
  ],
68
  "creator": {
69
  "@type": "Person",
@@ -74,10 +74,12 @@
74
  "English",
75
  "cc-by-nc-sa-4.0",
76
  "10K<n<100K",
77
- "🇺🇸 Region: US"
 
 
78
  ],
79
- "license": "https://choosealicense.com/licenses/cc-by-nc-sa-4.0/",
80
- "url": "https://huggingface.co/datasets/CatalystAnonymous/catalyst_mxene",
81
  "rai:dataLimitations": "The dataset is limited to adsorption on MXenes with a Ti$_2$C backbone, terminated by O and/or OH groups at varying surface coverages. The considered chemical reactions are restricted to those involving CO$_2$, H$_2$, H$_2$O, and HCOOH, including adsorbed reaction intermediates such as HCOO$^-$ and COOH$^-$. ",
82
  "rai:dataBiases": "The dataset reflects the sampling strategy, structural prototypes, adsorbate choices, simulation settings, and preprocessing choices used during construction. This may bias models toward the represented MXene compositions, surface configurations, and first-principles calculation conditions.",
83
  "rai:personalSensitiveInformation": "The dataset does not contain personal or sensitive information.",
 
52
  "@id": "repo",
53
  "name": "repo",
54
  "description": "The Hugging Face git repository.",
55
+ "contentUrl": "https://huggingface.co/datasets/CatalystAnonymous/catalyst_mxenes/tree/refs%2Fconvert%2Fparquet",
56
  "encodingFormat": "git+https",
57
  "sha256": "https://github.com/mlcommons/croissant/issues/80"
58
  }
59
  ],
60
  "recordSet": [],
61
  "conformsTo": "http://mlcommons.org/croissant/1.1",
62
+ "name": "catalyst_mxenes",
63
  "description": "Dataset associated with the article: Benchmark Dataset for Catalysis on 2D MXenes. The dataset contains computational catalyst data for MXene structures, including first-principles simulation results intended for machine learning benchmarks.",
64
  "alternateName": [
65
+ "CatalystAnonymous/catalyst_mxenes",
66
+ "Catalys_mxenes"
67
  ],
68
  "creator": {
69
  "@type": "Person",
 
74
  "English",
75
  "cc-by-nc-sa-4.0",
76
  "10K<n<100K",
77
+ "🇺🇸 Region: US",
78
+ "MLIP",
79
+ "2DMxenes"
80
  ],
81
+ "license": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
82
+ "url": "https://huggingface.co/datasets/CatalystAnonymous/catalyst_mxenes",
83
  "rai:dataLimitations": "The dataset is limited to adsorption on MXenes with a Ti$_2$C backbone, terminated by O and/or OH groups at varying surface coverages. The considered chemical reactions are restricted to those involving CO$_2$, H$_2$, H$_2$O, and HCOOH, including adsorbed reaction intermediates such as HCOO$^-$ and COOH$^-$. ",
84
  "rai:dataBiases": "The dataset reflects the sampling strategy, structural prototypes, adsorbate choices, simulation settings, and preprocessing choices used during construction. This may bias models toward the represented MXene compositions, surface configurations, and first-principles calculation conditions.",
85
  "rai:personalSensitiveInformation": "The dataset does not contain personal or sensitive information.",
meta_data/croissant.py CHANGED
@@ -42,7 +42,7 @@ df.to_parquet("metadata.parquet", index=False)
42
 
43
 
44
  # --- Fetch Croissant metadata from Hugging Face ---
45
- url = "https://huggingface.co/api/datasets/ResearchMonkey/catalyst_mxene/croissant"
46
  response = requests.get(url)
47
  response.raise_for_status()
48
  data = response.json()
 
42
 
43
 
44
  # --- Fetch Croissant metadata from Hugging Face ---
45
+ url = "https://huggingface.co/api/datasets/CatalystAnonymous/catalyst_mxenes/croissant"
46
  response = requests.get(url)
47
  response.raise_for_status()
48
  data = response.json()