FelixChao commited on
Commit
6a09cc9
1 Parent(s): 9db56ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -6,14 +6,15 @@ model-index:
6
  - name: Vicuna-Coder
7
  results:
8
  - task:
9
- type: Code-generation # Required. Example: automatic-speech-recognition
10
  dataset:
11
- type: python # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
12
- name: HumanEval # Required. A pretty name for the dataset. Example: Common Voice (French)
13
  metrics:
14
- - type: pass@k # Required. Example: wer. Use metric id from https://hf.co/metrics
15
  value: 0.274 # Required. Example: 20.90
16
  name: pass@1 # Optional. Example: Test WER
 
17
  ---
18
  ---
19
  # Model Card for Model ID
 
6
  - name: Vicuna-Coder
7
  results:
8
  - task:
9
+ type: text-generation # Required. Example: automatic-speech-recognition
10
  dataset:
11
+ type: nuprl/MultiPL-E # Required. Example: common_voice. Use dataset id from https://hf.co/datasets
12
+ name: MultiPL-HumanEval (Python) # Required. A pretty name for the dataset. Example: Common Voice (French)
13
  metrics:
14
+ - type: pass@1 # Required. Example: wer. Use metric id from https://hf.co/metrics
15
  value: 0.274 # Required. Example: 20.90
16
  name: pass@1 # Optional. Example: Test WER
17
+ verified: false
18
  ---
19
  ---
20
  # Model Card for Model ID