Update README.md
Browse files
README.md
CHANGED
@@ -6,14 +6,15 @@ model-index:
|
|
6 |
- name: Vicuna-Coder
|
7 |
results:
|
8 |
- task:
|
9 |
-
type:
|
10 |
dataset:
|
11 |
-
type:
|
12 |
-
name: HumanEval # Required. A pretty name for the dataset. Example: Common Voice (French)
|
13 |
metrics:
|
14 |
-
- type: pass@
|
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
|