Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
##Model Overview##
|
| 5 |
|
|
|
|
| 1 |
---
|
| 2 |
pipeline_tag: text-generation
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
datasets:
|
| 5 |
+
- bigcode/the-stack-v2
|
| 6 |
+
- andstor/the_pile_github
|
| 7 |
+
- google/Synthetic-Persona-Chat
|
| 8 |
+
- cognitivecomputations/dolphin
|
| 9 |
+
- cognitivecomputations/dolphin-coder
|
| 10 |
+
language:
|
| 11 |
+
- en
|
| 12 |
+
- es
|
| 13 |
+
- el
|
| 14 |
+
- ru
|
| 15 |
+
- fr
|
| 16 |
+
- it
|
| 17 |
+
- ga
|
| 18 |
+
metrics:
|
| 19 |
+
- accuracy
|
| 20 |
+
- bertscore
|
| 21 |
+
- code_eval
|
| 22 |
+
library_name: transformers
|
| 23 |
+
tags:
|
| 24 |
+
- code
|
| 25 |
+
- text-generation-inference
|
| 26 |
---
|
| 27 |
##Model Overview##
|
| 28 |
|