Create robot-speech-emulator
Browse files- 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 |
+
}
|