Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,13 @@ tags:
|
|
| 12 |
pretty_name: AtomMotor
|
| 13 |
size_categories:
|
| 14 |
- 1K<n<10K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
In each json, there are three keys: `action_prompt`, `input`, and `output`, where `input` and `output` are the structure information in CIF format. Insert `action_prompt` and `input` into the system prompt and then call LLM/Agent to start the task.
|
|
|
|
| 12 |
pretty_name: AtomMotor
|
| 13 |
size_categories:
|
| 14 |
- 1K<n<10K
|
| 15 |
+
configs:
|
| 16 |
+
- config_name: default
|
| 17 |
+
data_files:
|
| 18 |
+
- split: train
|
| 19 |
+
path: "train/*.json"
|
| 20 |
+
- split: bench
|
| 21 |
+
path: "bench/*.json"
|
| 22 |
---
|
| 23 |
|
| 24 |
In each json, there are three keys: `action_prompt`, `input`, and `output`, where `input` and `output` are the structure information in CIF format. Insert `action_prompt` and `input` into the system prompt and then call LLM/Agent to start the task.
|