Update pipeline tag - VAD (#6)
Browse files- Update pipeline tag  - VAD (9ba17e7098aa13007a21f121e02588f4f8eef94b)
Co-authored-by: Poojan <poojann@users.noreply.huggingface.co>
    	
        README.md
    CHANGED
    
    | 
         @@ -2,7 +2,7 @@ 
     | 
|
| 2 | 
         
             
            language: en
         
     | 
| 3 | 
         
             
            license: apache-2.0
         
     | 
| 4 | 
         
             
            library_name: onnxruntime
         
     | 
| 5 | 
         
            -
            pipeline_tag:  
     | 
| 6 | 
         
             
            tags:
         
     | 
| 7 | 
         
             
            - turn-detection
         
     | 
| 8 | 
         
             
            - end-of-utterance
         
     | 
| 
         @@ -36,9 +36,8 @@ model-index: 
     | 
|
| 36 | 
         
             
                  value: 0.921541
         
     | 
| 37 | 
         
             
                  name: Precision
         
     | 
| 38 | 
         
             
                - type: recall
         
     | 
| 39 | 
         
            -
                  value: 0. 
     | 
| 40 | 
         
             
                  name: Recall
         
     | 
| 41 | 
         
            -
             
     | 
| 42 | 
         
             
            ---
         
     | 
| 43 | 
         | 
| 44 | 
         
             
            # 🎯 Namo Turn Detector v1 - Hindi
         
     | 
| 
         | 
|
| 2 | 
         
             
            language: en
         
     | 
| 3 | 
         
             
            license: apache-2.0
         
     | 
| 4 | 
         
             
            library_name: onnxruntime
         
     | 
| 5 | 
         
            +
            pipeline_tag: voice-activity-detection
         
     | 
| 6 | 
         
             
            tags:
         
     | 
| 7 | 
         
             
            - turn-detection
         
     | 
| 8 | 
         
             
            - end-of-utterance
         
     | 
| 
         | 
|
| 36 | 
         
             
                  value: 0.921541
         
     | 
| 37 | 
         
             
                  name: Precision
         
     | 
| 38 | 
         
             
                - type: recall
         
     | 
| 39 | 
         
            +
                  value: 0.95
         
     | 
| 40 | 
         
             
                  name: Recall
         
     | 
| 
         | 
|
| 41 | 
         
             
            ---
         
     | 
| 42 | 
         | 
| 43 | 
         
             
            # 🎯 Namo Turn Detector v1 - Hindi
         
     |