Prathamesh Giri
commited on
Commit
·
77b8072
1
Parent(s):
e1d919e
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,16 @@ sdk_version: 3.25.0
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: apache-2.0
|
11 |
+
datasets:
|
12 |
+
- togethercomputer/RedPajama-Data-1T
|
13 |
+
language:
|
14 |
+
- en
|
15 |
+
metrics:
|
16 |
+
- accuracy
|
17 |
+
library_name: adapter-transformers
|
18 |
+
pipeline_tag: image-to-image
|
19 |
+
tags:
|
20 |
+
- art
|
21 |
---
|
22 |
|
23 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|