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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -1,3 +1,19 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - question-answering
5
+ language:
6
+ - en
7
+ tags:
8
+ - agent
9
+ - materials_science
10
+ - spatial_reasoning
11
+ - action
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.
18
+
19
+ The `bench_data` folder contains the data used in the AtomWorld Bench. Besides, we have generated ~5K data for each action, which can be used as training set.