Thor Kell
commited on
Commit
·
a1609ea
1
Parent(s):
a62c953
correct syntax for model card
Browse files
README.md
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
---
|
2 |
-
-
|
3 |
-
|
4 |
-
library_name: pytorch
|
5 |
tags:
|
6 |
- music
|
7 |
- dj-sets
|
8 |
- word2vec
|
|
|
9 |
|
10 |
# Tracklist To Vec Model Card
|
11 |
|
|
|
1 |
---
|
2 |
+
license: "cc-by-nc-nd-4.0"
|
3 |
+
library_name: "pytorch"
|
|
|
4 |
tags:
|
5 |
- music
|
6 |
- dj-sets
|
7 |
- word2vec
|
8 |
+
---
|
9 |
|
10 |
# Tracklist To Vec Model Card
|
11 |
|