Spaces:
Runtime error
Runtime error
File size: 1,082 Bytes
cada0f5 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
# models that generate text from audio data.
model_task: # model task
speech_to_text:
model_name: # model name
wav2vec:
model_size: # model size
base:
name: facebook/wav2vec2-base-960h
url: https://huggingface.co/facebook/wav2vec2-base-960h
year: 2020
whisper:
model_size:
tiny:
name: openai/whisper-tiny
url: https://huggingface.co/openai/whisper-tiny
year: 2022
base:
name: openai/whisper-base
url: https://huggingface.co/openai/whisper-base
year: 2022
medium:
name: openai/whisper-medium
url: https://huggingface.co/openai/whisper-medium
year: 2022
# models that generate summaries from text data.
text_to_summary:
model_name:
bert:
model_size:
large:
name: facebook/bart-large-cnn
url: https://huggingface.co/facebook/bart-large-cnn
year: 2019
fbs: 31231
|