Add files using upload-large-folder tool
Browse files- README.md +47 -0
- checksums.json +17 -0
- xas_labeled.jsonl.gz +3 -0
README.md
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-regression
|
| 5 |
+
tags:
|
| 6 |
+
- exafs
|
| 7 |
+
- xafs
|
| 8 |
+
- materials-science
|
| 9 |
+
- spectroscopy
|
| 10 |
+
- materials-project
|
| 11 |
+
- feff
|
| 12 |
+
pretty_name: LLM4EXAFS Labeled Training Data
|
| 13 |
+
private: true
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
# LLM4EXAFS Labeled Training Data
|
| 17 |
+
|
| 18 |
+
Private release candidate for the labeled training dataset used in the manuscript
|
| 19 |
+
*Learning Local Structural Parameters from EXAFS Spectra Using a Pretrained Transformer*.
|
| 20 |
+
|
| 21 |
+
The uploaded file is a gzip-compressed JSONL file. Each line is one spectrum record with:
|
| 22 |
+
|
| 23 |
+
- `spectrum_id`
|
| 24 |
+
- `absorbing_index`
|
| 25 |
+
- `x`
|
| 26 |
+
- `y`
|
| 27 |
+
- `bond_length`
|
| 28 |
+
- `coordination_number`
|
| 29 |
+
|
| 30 |
+
The dataset is a derived labeled training file, not the original raw structural XAS export.
|
| 31 |
+
The current code can read this file directly by passing
|
| 32 |
+
`--data_path data/xas_labeled.jsonl.gz`.
|
| 33 |
+
|
| 34 |
+
## Files
|
| 35 |
+
|
| 36 |
+
- `xas_labeled.jsonl.gz`: compressed labeled training data.
|
| 37 |
+
- `checksums.json`: record count, file size, and SHA-256 digest.
|
| 38 |
+
|
| 39 |
+
## Provenance
|
| 40 |
+
|
| 41 |
+
The records are derived from computed XAS/EXAFS data associated with Materials Project
|
| 42 |
+
entries and FEFF-calculated spectra, then converted into the training format used by this
|
| 43 |
+
repository. Materials Project data are distributed under CC BY 4.0 and require appropriate
|
| 44 |
+
attribution.
|
| 45 |
+
|
| 46 |
+
This is a private draft upload. Public release metadata, citation, and DOI should be
|
| 47 |
+
updated after the manuscript data and claims are frozen.
|
checksums.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"xas_labeled.jsonl.gz": {
|
| 3 |
+
"records": 438784,
|
| 4 |
+
"bytes": 1822684305,
|
| 5 |
+
"mib": 1738.25,
|
| 6 |
+
"gib": 1.6975,
|
| 7 |
+
"sha256": "617022f019e2943d6c26869201acde009624032bcd6aa00170bd0ad845c2fdd0",
|
| 8 |
+
"source": "data/xas_labeled.jsonl"
|
| 9 |
+
},
|
| 10 |
+
"xas_labeled.jsonl": {
|
| 11 |
+
"records": 438784,
|
| 12 |
+
"bytes": 4204670926,
|
| 13 |
+
"mib": 4009.89,
|
| 14 |
+
"gib": 3.9159,
|
| 15 |
+
"sha256": "3447e9cd369302eab237f0ffceec785f0d67b8479a7d6356271c2b32c6f36b5b"
|
| 16 |
+
}
|
| 17 |
+
}
|
xas_labeled.jsonl.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:617022f019e2943d6c26869201acde009624032bcd6aa00170bd0ad845c2fdd0
|
| 3 |
+
size 1822684305
|