Feature Extraction
Transformers
Safetensors
English
custom_model
multi-modal
conversational
speechllm
speech2text
custom_code
shangeth commited on
Commit
79b7265
1 Parent(s): 68d52d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -102,13 +102,14 @@ model.generate_meta(
102
 
103
  # Model Generation
104
  '''
105
- { "SpeechActivity" : "True",
106
- "Transcript": "Yes, I got it. I'll make the payment now.",
107
- "Gender": "Female",
108
- "Emotion": "Neutral",
109
- "Age": "Young",
110
- "Accent" : "America",
111
- }
 
112
  '''
113
  ```
114
 
 
102
 
103
  # Model Generation
104
  '''
105
+ {
106
+ "SpeechActivity" : "True",
107
+ "Transcript" : "Yes, I got it. I'll make the payment now.",
108
+ "Gender" : "Female",
109
+ "Emotion" : "Neutral",
110
+ "Age" : "Young",
111
+ "Accent" : "America",
112
+ }
113
  '''
114
  ```
115