theNotfish02 commited on
Commit
05c16d4
·
verified ·
1 Parent(s): 50e5123

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -58,3 +58,20 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ bench_data/DeleteAroundAtomAction.json filter=lfs diff=lfs merge=lfs -text
62
+ bench_data/MoveAroundAtomAction.json filter=lfs diff=lfs merge=lfs -text
63
+ bench_data/MoveSelectedAtomsAction.json filter=lfs diff=lfs merge=lfs -text
64
+ bench_data/SuperCellAction.json filter=lfs diff=lfs merge=lfs -text
65
+ train_data/AddAtomAction.json filter=lfs diff=lfs merge=lfs -text
66
+ train_data/ChangeAtomAction.json filter=lfs diff=lfs merge=lfs -text
67
+ train_data/DeleteAroundAtomAction.json filter=lfs diff=lfs merge=lfs -text
68
+ train_data/DeleteBelowAtomAction.json filter=lfs diff=lfs merge=lfs -text
69
+ train_data/InsertBetweenAtomsAction.json filter=lfs diff=lfs merge=lfs -text
70
+ train_data/MoveAroundAtomAction.json filter=lfs diff=lfs merge=lfs -text
71
+ train_data/MoveAtomAction.json filter=lfs diff=lfs merge=lfs -text
72
+ train_data/MoveSelectedAtomsAction.json filter=lfs diff=lfs merge=lfs -text
73
+ train_data/MoveTowardsAtomAction.json filter=lfs diff=lfs merge=lfs -text
74
+ train_data/RemoveAtomAction.json filter=lfs diff=lfs merge=lfs -text
75
+ train_data/RotateAroundAtomAction.json filter=lfs diff=lfs merge=lfs -text
76
+ train_data/SuperCellAction.json filter=lfs diff=lfs merge=lfs -text
77
+ train_data/SwapAtomsAction.json filter=lfs diff=lfs merge=lfs -text
bench_data/AddAtomAction.json ADDED
The diff for this file is too large to render. See raw diff
 
bench_data/ChangeAtomAction.json ADDED
The diff for this file is too large to render. See raw diff
 
bench_data/DeleteAroundAtomAction.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:921bdef0665441a6293154b0303c04280cc06a2452a2d393088ee2a1ba5a7d53
3
+ size 26725970
bench_data/DeleteBelowAtomAction.json ADDED
The diff for this file is too large to render. See raw diff
 
bench_data/InsertBetweenAtomsAction.json ADDED
The diff for this file is too large to render. See raw diff
 
bench_data/MoveAroundAtomAction.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7452f59f0f6b310088ba8d13a88ba5d3cbe3b687812e9a7e214ab1bc392da3b
3
+ size 30502180
bench_data/MoveAtomAction.json ADDED
The diff for this file is too large to render. See raw diff
 
bench_data/MoveSelectedAtomsAction.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3b5372f9e7fd1e117126fdbc2062662be81d594da0217837a66ef189530bf24
3
+ size 31368806
bench_data/MoveTowardsAtomAction.json ADDED
The diff for this file is too large to render. See raw diff
 
bench_data/RemoveAtomAction.json ADDED
The diff for this file is too large to render. See raw diff
 
bench_data/RotateAroundAtomAction.json ADDED
The diff for this file is too large to render. See raw diff
 
bench_data/SuperCellAction.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89c0c04d0f78a5f56094629f360c390e168b14ef9bbcb094375064d4787e8272
3
+ size 11378843
bench_data/SwapAtomsAction.json ADDED
The diff for this file is too large to render. See raw diff
 
system_prompt.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ You are a CIF operation assistant. You will be given an input CIF content and an action prompt. Your task is to apply the action described in the action prompt to the initial CIF content. The coordinates in the action are in Cartesian format.
2
+
3
+ Return the modified CIF content in cif format within "<cif>" and "</cif>" tags.
4
+
5
+ Please ensure the output is a valid CIF file, with correct formula, and atom positions.
6
+ Action prompt: {action_prompt}
7
+ Input CIF content:
8
+ {input}
train_data/AddAtomAction.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85ca8beda28228a6f8aa783bdf32c4a0f53e660c35172fd7a5f7005697322342
3
+ size 29974092
train_data/ChangeAtomAction.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19fff6f39ececf34d7eed7924bd4f2f60ccf6c2238c6b96103c0f1f881dcb5ac
3
+ size 29589570
train_data/DeleteAroundAtomAction.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:921bdef0665441a6293154b0303c04280cc06a2452a2d393088ee2a1ba5a7d53
3
+ size 26725970
train_data/DeleteBelowAtomAction.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:534ba00d6f3b3bd98c6ad0a45e71b89129c6b1a7c015145cb08649f1ad31486e
3
+ size 24224785
train_data/InsertBetweenAtomsAction.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:095c6fb411c86c046ca2e62b81deff52c246d7b87919ad61c7aa2cb7a281d47b
3
+ size 30224175
train_data/MoveAroundAtomAction.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7452f59f0f6b310088ba8d13a88ba5d3cbe3b687812e9a7e214ab1bc392da3b
3
+ size 30502180
train_data/MoveAtomAction.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a09a5f09a905f936e6bb4a20393216350143386c986ff14f6f5d6e640fb65669
3
+ size 29570309
train_data/MoveSelectedAtomsAction.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3b5372f9e7fd1e117126fdbc2062662be81d594da0217837a66ef189530bf24
3
+ size 31368806
train_data/MoveTowardsAtomAction.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0da07cd3eca6a13451d8a0823b06dfaffad9afe3a10f2b71438a9a0e4d872696
3
+ size 29624222
train_data/RemoveAtomAction.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a1b11bfdb86a1314c97374eb92de7cdf2388821c06a9a0026dd487560462ca6
3
+ size 29172859
train_data/RotateAroundAtomAction.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac76abfe87b704937854b0c13e78c3fd625319dda2492c64739f402d585585f4
3
+ size 30596425
train_data/SuperCellAction.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c45e7f594837011dbb3dfb66c36f7fae428cd636def47a908660294ae5662a94
3
+ size 80700297
train_data/SwapAtomsAction.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0a9fbdc3e815d3a89bc0a4477a72bc858a996ff3b0e28a6e0e6a7691f79b09d
3
+ size 29613219