ejschwartz commited on
Commit
a103ff3
1 Parent(s): a805bef

Update metadata

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -2,6 +2,29 @@
2
  license: bsd
3
  task_categories:
4
  - text-classification
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
  # Dataset Card for OO Method Test Dataset
7
 
@@ -33,4 +56,4 @@ For each function, the dataset includes a disassembled (using ROSE's `bat-dis` t
33
 
34
  ### Data Splits
35
 
36
- [More Information Needed]
 
2
  license: bsd
3
  task_categories:
4
  - text-classification
5
+ dataset_info:
6
+ features:
7
+ - name: Binary
8
+ dtype: string
9
+ - name: Addr
10
+ dtype: string
11
+ - name: Name
12
+ dtype: string
13
+ - name: Type
14
+ dtype:
15
+ class_label:
16
+ names:
17
+ '0': func
18
+ '1': method
19
+ - name: Disassembly
20
+ dtype: string
21
+ config_name: ejschwartz--oo-method-test
22
+ splits:
23
+ - name: train
24
+ num_bytes: 3733942017
25
+ num_examples: 1471458
26
+ download_size: 1009142685
27
+ dataset_size: 3733942017
28
  ---
29
  # Dataset Card for OO Method Test Dataset
30
 
 
56
 
57
  ### Data Splits
58
 
59
+ [More Information Needed]