FelixChao commited on
Commit
9db56ad
1 Parent(s): 4e9707c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -2,6 +2,19 @@
2
  tags:
3
  - code
4
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
  # Model Card for Model ID
7
 
 
2
  tags:
3
  - code
4
  license: apache-2.0
5
+ 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
20