ejschwartz commited on
Commit
92c904a
1 Parent(s): 5ed7af7
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -30,7 +30,7 @@ dataset_info:
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
@@ -41,8 +41,8 @@ train-eval-index:
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
 
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
 
41
  # answers:
42
  # text: text
43
  # answer_start: answer_start
44
+ Disassembly: text
45
+ Type: target
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