alifend910 commited on
Commit
4479d55
·
verified ·
1 Parent(s): 08afdcd

Create robot-speech-emulator

Browse files
Files changed (1) hide show
  1. robot-speech-emulator +8 -0
robot-speech-emulator ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "robot-speech-emulator",
3
+ "model_version": "1.0",
4
+ "sample_rate": 16000,
5
+ "hidden_size": 24,
6
+ "num_layers": 2,
7
+ "description": "A minimal dummy model representing a basic speech emulation system for robots."
8
+ }