jeduardogruiz
commited on
Commit
•
acfbd62
1
Parent(s):
f54b772
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,30 @@
|
|
1 |
-
---
|
2 |
-
license: artistic-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: artistic-2.0
|
3 |
+
datasets:
|
4 |
+
- BAAI/Infinity-Instruct
|
5 |
+
language:
|
6 |
+
- am
|
7 |
+
metrics:
|
8 |
+
- code_eval
|
9 |
+
base_model:
|
10 |
+
- THUDM/CogVideoX-5b
|
11 |
+
pipeline_tag: reinforcement-learning
|
12 |
+
library_name: diffusers
|
13 |
+
---
|
14 |
+
# load model
|
15 |
+
<script
|
16 |
+
type="module"
|
17 |
+
src="https://gradio.s3-us-west-2.amazonaws.com/3.34.0/gradio.js"
|
18 |
+
></script>
|
19 |
+
|
20 |
+
<gradio-app src="https://facebook-musicgen.hf.space"></gradio-app>
|
21 |
+
|
22 |
+
# use model ft
|
23 |
+
|
24 |
+
<iframe
|
25 |
+
src="https://facebook-musicgen.hf.space"
|
26 |
+
frameborder="0"
|
27 |
+
width="850"
|
28 |
+
height="450"
|
29 |
+
></iframe>
|
30 |
+
|