Andybeyond commited on
Commit
52a3781
·
verified ·
1 Parent(s): 62cb4c9

Create models/lyrics-gen/config/model_config.json

Browse files
models/lyrics-gen/config/model_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "lyrics_generation",
3
+ "architecture": "transformer",
4
+ "input_type": "text",
5
+ "output_type": "text",
6
+ "version": "0.1.0"
7
+ }