--- language: - {es} license: {apache-2.0} # Example: apache-2.0 or any license from https://huggingface.co/docs/hub/model-repos#list-of-license-identifiers tags: - {Text2Text Generation} # Example: audio - {Inclussive Language} # Example: automatic-speech-recognition - {Text Neutralization} # Example: speech - {pytorch} # Example to specify a library: allennlp datasets: - {Pending} # Example: common_voice. Use dataset id from https://hf.co/datasets metrics: - {sacrebleu} # Example: wer. Use metric id from https://hf.co/metrics model-index: - name: {model_id} results: - task: type: {Text2Text Generation} # Required. Example: automatic-speech-recognition name: {Neutralization of texts in Spanish} # Optional. Example: Speech Recognition dataset: type: {Pending} # Required. Example: common_voice. Use dataset id from https://hf.co/datasets name: {handcrafted dataset} # Optional. Example: Common Voice zh-CN args: {es} # Optional. Example: zh-CN metrics: - type: {sacrebleu} # Required. Example: wer value: {93.8347} # Required. Example: 20.90 name: {DiffBleu} # Optional. Example: Test WER args: {0.38} # Optional. Example for BLEU: max_order ---