niansong1996 commited on
Commit
a01287d
1 Parent(s): f0b6324

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -1
README.md CHANGED
@@ -1,3 +1,30 @@
1
  ---
2
  license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - spider
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: lever-spider-codex
9
+ results:
10
+ - task:
11
+ type: code generation # Required. Example: automatic-speech-recognition
12
+ # name: {task_name} # Optional. Example: Speech Recognition
13
+ dataset:
14
+ type: spider # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
15
+ name: spider (text-to-sql) # Required. A pretty name for the dataset. Example: Common Voice (French)
16
+ # config: {dataset_config} # Optional. The name of the dataset configuration used in `load_dataset()`. Example: fr in `load_dataset("common_voice", "fr")`. See the `datasets` docs for more info: https://huggingface.co/docs/datasets/package_reference/loading_methods#datasets.load_dataset.name
17
+ # split: {dataset_split} # Optional. Example: test
18
+ # revision: {dataset_revision} # Optional. Example: 5503434ddd753f426f4b38109466949a1217c2bb
19
+ # args:
20
+ # {arg_0}: {value_0} # Optional. Additional arguments to `load_dataset()`. Example for wikipedia: language: en
21
+ # {arg_1}: {value_1} # Optional. Example for wikipedia: date: 20220301
22
+ metrics:
23
+ - type: accuracy # Required. Example: wer. Use metric id from https://hf.co/metrics
24
+ value: 81.9 # Required. Example: 20.90
25
+ # name: {metric_name} # Optional. Example: Test WER
26
+ # config: {metric_config} # Optional. The name of the metric configuration used in `load_metric()`. Example: bleurt-large-512 in `load_metric("bleurt", "bleurt-large-512")`. See the `datasets` docs for more info: https://huggingface.co/docs/datasets/v2.1.0/en/loading#load-configurations
27
+ # args:
28
+ # {arg_0}: {value_0} # Optional. The arguments passed during `Metric.compute()`. Example for `bleu`: max_order: 4
29
+ verified: false # Optional. If true, indicates that evaluation was generated by Hugging Face (vs. self-reported).
30
+ ---