Sreehari M S commited on
Upload 3 files
Browse files- .gitattributes +1 -0
- data/split_manifest.json +23 -0
- data/test.extxyz +0 -0
- data/train.extxyz +3 -0
.gitattributes
CHANGED
|
@@ -59,3 +59,4 @@ dft_deltaG_benchmark/4%_vacancy_100kps_QR/site_040/OUTCAR filter=lfs diff=lfs me
|
|
| 59 |
dft_deltaG_benchmark/50kps_QR_3%_vacancy/site_001/OUTCAR filter=lfs diff=lfs merge=lfs -text
|
| 60 |
dft_deltaG_benchmark/50kps_QR_3%_vacancy/site_004/OUTCAR filter=lfs diff=lfs merge=lfs -text
|
| 61 |
dft_deltaG_benchmark/50kps_QR_3%_vacancy/site_007/OUTCAR filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 59 |
dft_deltaG_benchmark/50kps_QR_3%_vacancy/site_001/OUTCAR filter=lfs diff=lfs merge=lfs -text
|
| 60 |
dft_deltaG_benchmark/50kps_QR_3%_vacancy/site_004/OUTCAR filter=lfs diff=lfs merge=lfs -text
|
| 61 |
dft_deltaG_benchmark/50kps_QR_3%_vacancy/site_007/OUTCAR filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
data/train.extxyz filter=lfs diff=lfs merge=lfs -text
|
data/split_manifest.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_split": {
|
| 3 |
+
"train": {
|
| 4 |
+
"file": "train.extxyz",
|
| 5 |
+
"description": "Training set. 90% of this file is used for actual training; the remaining 10% is automatically held out as the validation set by the MACE run_train script."
|
| 6 |
+
},
|
| 7 |
+
"validation": {
|
| 8 |
+
"file": "train.extxyz",
|
| 9 |
+
"fraction": 0.10,
|
| 10 |
+
"source": "automatic",
|
| 11 |
+
"description": "Validation split is not a separate file. It is carved out automatically from train.extxyz by MACE at training time, controlled by the --valid_fraction=0.10 argument in the training bash script."
|
| 12 |
+
},
|
| 13 |
+
"test": {
|
| 14 |
+
"file": "test.extxyz",
|
| 15 |
+
"source": "manual",
|
| 16 |
+
"description": "Independent test set, collected and set aside separately. Not derived from train.extxyz"
|
| 17 |
+
}
|
| 18 |
+
},
|
| 19 |
+
"notes": [
|
| 20 |
+
"valid_fraction=0.10 in fine_tune.sh determines the validation split size (10% of train.extxyz).",
|
| 21 |
+
"test.extxyz is a standalone holdout set, kept fully separate from the train/validation split."
|
| 22 |
+
]
|
| 23 |
+
}
|
data/test.extxyz
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/train.extxyz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de4379b2e702d4fc6e6755ab3729d238d7e46849b139932a652f9833b1fea249
|
| 3 |
+
size 48135894
|