nev commited on
Commit
3208b73
1 Parent(s): f74be53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -1,3 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  This is a Seq2Seq model trained on a karaoke dataset to predict syllables with pitch and timing from song lyrics.
2
 
3
  As of writing, the model has only been trained on 1/2 of the full dataset. Expect the quality to improve later.
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - music
6
+ - t5
7
+ - byt5
8
+ license: "isc"
9
+ metrics:
10
+ - accuracy
11
+ ---
12
+
13
+ # ByT5 Song Lyrics
14
+
15
  This is a Seq2Seq model trained on a karaoke dataset to predict syllables with pitch and timing from song lyrics.
16
 
17
  As of writing, the model has only been trained on 1/2 of the full dataset. Expect the quality to improve later.