update model card README.md
Browse files
    	
        README.md
    CHANGED
    
    | @@ -1,6 +1,10 @@ | |
| 1 | 
             
            ---
         | 
|  | |
|  | |
| 2 | 
             
            license: apache-2.0
         | 
| 3 | 
             
            tags:
         | 
|  | |
|  | |
| 4 | 
             
            - generated_from_trainer
         | 
| 5 | 
             
            datasets:
         | 
| 6 | 
             
            - common_voice
         | 
| @@ -13,11 +17,11 @@ model-index: | |
| 13 | 
             
                  name: Automatic Speech Recognition
         | 
| 14 | 
             
                  type: automatic-speech-recognition
         | 
| 15 | 
             
                dataset:
         | 
| 16 | 
            -
                  name:  | 
| 17 | 
             
                  type: common_voice
         | 
| 18 | 
             
                  config: vi
         | 
| 19 | 
             
                  split: test
         | 
| 20 | 
            -
                  args: vi
         | 
| 21 | 
             
                metrics:
         | 
| 22 | 
             
                - name: Wer
         | 
| 23 | 
             
                  type: wer
         | 
| @@ -29,9 +33,9 @@ should probably proofread and complete it, then remove this comment. --> | |
| 29 |  | 
| 30 | 
             
            # wav2vec2-common_voice-tr-mms-demo
         | 
| 31 |  | 
| 32 | 
            -
            This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the  | 
| 33 | 
             
            It achieves the following results on the evaluation set:
         | 
| 34 | 
            -
            - Loss: 3. | 
| 35 | 
             
            - Wer: 1.0
         | 
| 36 |  | 
| 37 | 
             
            ## Model description
         | 
|  | |
| 1 | 
             
            ---
         | 
| 2 | 
            +
            language:
         | 
| 3 | 
            +
            - vi
         | 
| 4 | 
             
            license: apache-2.0
         | 
| 5 | 
             
            tags:
         | 
| 6 | 
            +
            - automatic-speech-recognition
         | 
| 7 | 
            +
            - common_voice
         | 
| 8 | 
             
            - generated_from_trainer
         | 
| 9 | 
             
            datasets:
         | 
| 10 | 
             
            - common_voice
         | 
|  | |
| 17 | 
             
                  name: Automatic Speech Recognition
         | 
| 18 | 
             
                  type: automatic-speech-recognition
         | 
| 19 | 
             
                dataset:
         | 
| 20 | 
            +
                  name: COMMON_VOICE - VI
         | 
| 21 | 
             
                  type: common_voice
         | 
| 22 | 
             
                  config: vi
         | 
| 23 | 
             
                  split: test
         | 
| 24 | 
            +
                  args: 'Config: vi, Training split: train, Eval split: test'
         | 
| 25 | 
             
                metrics:
         | 
| 26 | 
             
                - name: Wer
         | 
| 27 | 
             
                  type: wer
         | 
|  | |
| 33 |  | 
| 34 | 
             
            # wav2vec2-common_voice-tr-mms-demo
         | 
| 35 |  | 
| 36 | 
            +
            This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the COMMON_VOICE - VI dataset.
         | 
| 37 | 
             
            It achieves the following results on the evaluation set:
         | 
| 38 | 
            +
            - Loss: 3.5581
         | 
| 39 | 
             
            - Wer: 1.0
         | 
| 40 |  | 
| 41 | 
             
            ## Model description
         |