{% extends 'base.html' %} {% block title %}Coqui STT - {{ model_card.name }}{% endblock %} {% block extra_head %} {% endblock %} {% block before_logo %} « Home {% endblock %} {% block content %}

Transcribing with {{ model_card.name }}, created by {{ model_card.creator }}.

After clicking Start Recording you can speak several sentences, the system will automatically detect silences as breaks and continue transcribing.

{% if scorer_basename == "digits" %}
Due to not having enough available data, this model is using an external scorer that only includes digits (ie. "one", "two", "three"... in {{ model_card.language }}). This means the model will not predict any other words. Try saying some digits to see the performance.
{% elif scorer_basename == "yesno" %}
Due to not having enough available data, this model is using an external scorer that only includes the words "yes" and "no" (in {{ model_card.language }}). This means the model will not predict any other words.
{% endif %}

The Coqui Model Zoo collects models from our global community of researchers, developers and users. Join our community on Gitter to participate in the conversation, talk to the model creators, or learn how to create your own models.

{% endblock %}