ejschwartz commited on
Commit
9c5213d
1 Parent(s): a103ff3

Update metadata

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: bsd
3
  task_categories:
4
  - text-classification
 
 
5
  dataset_info:
6
  features:
7
  - name: Binary
@@ -25,6 +27,25 @@ dataset_info:
25
  num_examples: 1471458
26
  download_size: 1009142685
27
  dataset_size: 3733942017
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  ---
29
  # Dataset Card for OO Method Test Dataset
30
 
 
2
  license: bsd
3
  task_categories:
4
  - text-classification
5
+ task_ids:
6
+ - binary_classification
7
  dataset_info:
8
  features:
9
  - name: Binary
 
27
  num_examples: 1471458
28
  download_size: 1009142685
29
  dataset_size: 3733942017
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
33
+ task_id: binary_classification # The AutoTrain task id. Example: extractive_question_answering
34
+ splits:
35
+ #train_split: train # The split to use for training. Example: train
36
+ eval_split: train # The split to use for evaluation. Example: test
37
+ col_mapping: # The columns mapping needed to configure the task_id.
38
+ # Example for extractive_question_answering:
39
+ # question: question
40
+ # context: context
41
+ # answers:
42
+ # text: text
43
+ # answer_start: answer_start
44
+ text: Disassembly
45
+ target: Type
46
+ metrics:
47
+ - type: accuracy # The metric id. Example: wer. Use metric id from https://hf.co/metrics
48
+ name: accuracy # Tne metric name to be displayed. Example: Test WER
49
  ---
50
  # Dataset Card for OO Method Test Dataset
51