arthurcolle commited on
Commit
4bed38e
·
verified ·
1 Parent(s): 830a274

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+
6
+ Dataset Description
7
+ ------------------
8
+
9
+ This dataset is associated with the ongoing 'Nous Project' - creating a computer using agent based on open source models. The data was collected using Anthropic Claude 3.5 Sonnet Latest to record conversational state along with computer state data including:
10
+
11
+ - Cursor position
12
+ - Active windows
13
+ - Computer display dimensions
14
+ - System state information
15
+ - User interactions
16
+
17
+ While the original interview problem covered only button clicks, this dataset is more comprehensive and covers general computer use cases including:
18
+
19
+ - Navigation and window management
20
+ - Text input and editing
21
+ - File system operations
22
+ - Application control
23
+ - System configuration
24
+ - Multi-step workflows
25
+
26
+ The dataset includes labeled examples of successful computer interactions paired with the corresponding system state, making it suitable for training computer control agents.