Datasets:
Commit
·
095102e
1
Parent(s):
6436b19
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,6 +4,29 @@ task_categories:
|
|
| 4 |
- text-classification
|
| 5 |
#task_ids:
|
| 6 |
#- binary-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
train-eval-index:
|
| 8 |
- config: default # The dataset config name to use. Example for datasets without configs: default. Example for glue: sst2
|
| 9 |
task: text-classification # The task category name (same as task_category). Example: question-answering
|
|
|
|
| 4 |
- text-classification
|
| 5 |
#task_ids:
|
| 6 |
#- binary-classification
|
| 7 |
+
dataset_info:
|
| 8 |
+
features:
|
| 9 |
+
- name: Binary
|
| 10 |
+
dtype: string
|
| 11 |
+
- name: Addr
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: Name
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: Type
|
| 16 |
+
dtype:
|
| 17 |
+
class_label:
|
| 18 |
+
names:
|
| 19 |
+
'0': func
|
| 20 |
+
'1': method
|
| 21 |
+
- name: Disassembly
|
| 22 |
+
dtype: string
|
| 23 |
+
config_name: ejschwartz--oo-method-test
|
| 24 |
+
splits:
|
| 25 |
+
- name: combined
|
| 26 |
+
num_bytes: 6054378861
|
| 27 |
+
num_examples: 3537794
|
| 28 |
+
download_size: 1351783459
|
| 29 |
+
dataset_size: 6054378861
|
| 30 |
train-eval-index:
|
| 31 |
- config: default # The dataset config name to use. Example for datasets without configs: default. Example for glue: sst2
|
| 32 |
task: text-classification # The task category name (same as task_category). Example: question-answering
|