Update README.md
Browse files
README.md
CHANGED
|
@@ -4,10 +4,20 @@ emoji: ✨
|
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: streamlit
|
| 7 |
-
sdk_version: 1.
|
| 8 |
app_file: app.py
|
| 9 |
-
models:
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
pinned: true
|
| 12 |
license: apache-2.0
|
| 13 |
---
|
|
@@ -32,4 +42,4 @@ Path to your main application file (which contains either `gradio` or `streamlit
|
|
| 32 |
Path is relative to the root of the repository.
|
| 33 |
|
| 34 |
`pinned`: _boolean_
|
| 35 |
-
Whether the Space stays on top of your list.
|
|
|
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: yellow
|
| 6 |
sdk: streamlit
|
| 7 |
+
sdk_version: 1.42.1
|
| 8 |
app_file: app.py
|
| 9 |
+
models:
|
| 10 |
+
- lvwerra/codeparrot
|
| 11 |
+
- Salesforce/codegen-16B-mono
|
| 12 |
+
- facebook/incoder-6B
|
| 13 |
+
datasets:
|
| 14 |
+
- lvwerra/github-code
|
| 15 |
+
- openai_humaneval
|
| 16 |
+
- the_pile
|
| 17 |
+
- code_search_net
|
| 18 |
+
- mbpp
|
| 19 |
+
- loubnabnl/apps
|
| 20 |
+
- lvwerra/codeparrot-clean
|
| 21 |
pinned: true
|
| 22 |
license: apache-2.0
|
| 23 |
---
|
|
|
|
| 42 |
Path is relative to the root of the repository.
|
| 43 |
|
| 44 |
`pinned`: _boolean_
|
| 45 |
+
Whether the Space stays on top of your list.
|