alexmarques
commited on
Commit
•
3e2943b
1
Parent(s):
b2915c2
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: text-generation
|
3 |
+
inference: true
|
4 |
+
widget:
|
5 |
+
- text: 'def print_hello_world():'
|
6 |
+
example_title: Hello world
|
7 |
+
group: Python
|
8 |
+
datasets:
|
9 |
+
- bigcode/the-stack-v2-train
|
10 |
+
license: bigcode-openrail-m
|
11 |
+
library_name: transformers
|
12 |
+
tags:
|
13 |
+
- code
|
14 |
+
model-index:
|
15 |
+
- name: starcoder2-3b-quantized.w8a16
|
16 |
+
results:
|
17 |
+
- task:
|
18 |
+
type: text-generation
|
19 |
+
dataset:
|
20 |
+
name: HumanEval+
|
21 |
+
type: humanevalplus
|
22 |
+
metrics:
|
23 |
+
- type: pass@1
|
24 |
+
value: 26.4
|
25 |
+
- task:
|
26 |
+
type: text-generation
|
27 |
+
dataset:
|
28 |
+
name: HumanEval
|
29 |
+
type: humaneval
|
30 |
+
metrics:
|
31 |
+
- type: pass@1
|
32 |
+
value: 31.0
|
33 |
+
---
|