Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,13 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
metrics:
|
3 |
- code_eval
|
4 |
library_name: transformers
|
|
|
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 |
+
license: bigcode-openrail-m
|
9 |
+
datasets:
|
10 |
+
- bigcode/the-stack-dedup
|
11 |
metrics:
|
12 |
- code_eval
|
13 |
library_name: transformers
|