You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: datasetcard.md
-19Lines changed: 0 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,25 +95,6 @@ extra_gated_fields:
95
95
- {field_name_2}: {field_type_2} # Example: Email: text
96
96
- {field_name_3}: {field_type_3} # Example for speech datasets: I agree to not attempt to determine the identity of speakers in this dataset: checkbox
97
97
extra_gated_prompt: {extra_gated_prompt} # Example for speech datasets: By clicking on “Access repository” below, you also agree to not attempt to determine the identity of speakers in the dataset.
98
-
99
-
# Optional. Add this if you want to encode a train and evaluation info in a structured way for AutoTrain or Evaluation on the Hub
100
-
train-eval-index:
101
-
- config: {config_name} # The dataset subset name to use. Example for datasets without subsets: default. Example for glue: sst2
102
-
task: {task_name} # The task category name (same as task_category). Example: question-answering
103
-
task_id: {task_type} # The AutoTrain task id. Example: extractive_question_answering
104
-
splits:
105
-
train_split: train # The split to use for training. Example: train
106
-
eval_split: validation # The split to use for evaluation. Example: test
107
-
col_mapping: # The columns mapping needed to configure the task_id.
108
-
# Example for extractive_question_answering:
109
-
# question: question
110
-
# context: context
111
-
# answers:
112
-
# text: text
113
-
# answer_start: answer_start
114
-
metrics:
115
-
- type: {metric_type} # The metric id. Example: wer. Use metric id from https://hf.co/metrics
116
-
name: {metric_name} # Tne metric name to be displayed. Example: Test WER
117
98
---
118
99
119
100
Valid license identifiers can be found in [our docs](https://huggingface.co/docs/hub/repositories-licenses).
0 commit comments