ai-team-ori commited on
Commit
0dd630c
·
verified ·
1 Parent(s): c58b72c

Updated Readme.md

Browse files
Files changed (1) hide show
  1. README.md +38 -31
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- language:
3
  - en
 
4
  tags:
5
  - audio
6
  - automatic-speech-recognition
7
  - whisper-event
 
8
  model-index:
9
  - name: Whisper-Hindi2Hinglish-Swift
10
  results:
@@ -45,38 +47,43 @@ model-index:
45
  value: 65.2147
46
  name: WER
47
  widget:
48
- - src: audios/f89b6428-c58a-4355-ad63-0752b69f2d30.wav
49
- output:
50
- text: vah bas din mein kitni baar chalti hai?
51
- - src: audios/09cf2547-9d09-4914-926a-cf2043549c15.wav
52
- output:
53
- text: Salmaan ki image se prabhaavit hote hain is company ke share bhaav jaane kaise?
54
- - src: audios/6f7df89f-91a7-4cbd-be43-af7bce71a34b.wav
55
- output:
56
- text: vah roya aur aur roya.
57
- - src: audios/969bede5-d816-461b-9bf2-bd115e098439.wav
58
- output:
59
- text: helmet na pahnne se bhaarat mein har gante hoti hai chaar logon ki maut.
60
- - src: audios/cef43941-72c9-4d28-88dd-cb62808dc056.wav
61
- output:
62
- text: usne mujhe chithi ka javaab na dene ke lie daanta.
63
- - src: audios/b27d49fe-fced-4a17-9887-7bfbc5d4a899.wav
64
- output:
65
- text: puraana shahar divaaron se ghera hua hai.
66
-
67
- - src: audios/common_voice_hi_23796065.mp3
68
- example_title: Speech Example 1
69
- - src: audios/common_voice_hi_41666099.mp3
70
- example_title: Speech Example 2
71
- - src: audios/common_voice_hi_41429198.mp3
72
- example_title: Speech Example 3
73
- - src: audios/common_voice_hi_41429259.mp3
74
- example_title: Speech Example 4
75
- - src: audios/common_voice_hi_40904697.mp3
76
- example_title: Speech Example 5
77
-
78
  pipeline_tag: automatic-speech-recognition
79
  license: apache-2.0
 
 
 
 
 
80
  ---
81
  ## Whisper-Hindi2Hinglish-Swift:
82
 
 
1
  ---
2
+ language:
3
  - en
4
+ - hi
5
  tags:
6
  - audio
7
  - automatic-speech-recognition
8
  - whisper-event
9
+ - pytorch
10
  model-index:
11
  - name: Whisper-Hindi2Hinglish-Swift
12
  results:
 
47
  value: 65.2147
48
  name: WER
49
  widget:
50
+ - src: audios/f89b6428-c58a-4355-ad63-0752b69f2d30.wav
51
+ output:
52
+ text: vah bas din mein kitni baar chalti hai?
53
+ - src: audios/09cf2547-9d09-4914-926a-cf2043549c15.wav
54
+ output:
55
+ text: >-
56
+ Salmaan ki image se prabhaavit hote hain is company ke share bhaav jaane
57
+ kaise?
58
+ - src: audios/6f7df89f-91a7-4cbd-be43-af7bce71a34b.wav
59
+ output:
60
+ text: vah roya aur aur roya.
61
+ - src: audios/969bede5-d816-461b-9bf2-bd115e098439.wav
62
+ output:
63
+ text: helmet na pahnne se bhaarat mein har gante hoti hai chaar logon ki maut.
64
+ - src: audios/cef43941-72c9-4d28-88dd-cb62808dc056.wav
65
+ output:
66
+ text: usne mujhe chithi ka javaab na dene ke lie daanta.
67
+ - src: audios/b27d49fe-fced-4a17-9887-7bfbc5d4a899.wav
68
+ output:
69
+ text: puraana shahar divaaron se ghera hua hai.
70
+ - src: audios/common_voice_hi_23796065.mp3
71
+ example_title: Speech Example 1
72
+ - src: audios/common_voice_hi_41666099.mp3
73
+ example_title: Speech Example 2
74
+ - src: audios/common_voice_hi_41429198.mp3
75
+ example_title: Speech Example 3
76
+ - src: audios/common_voice_hi_41429259.mp3
77
+ example_title: Speech Example 4
78
+ - src: audios/common_voice_hi_40904697.mp3
79
+ example_title: Speech Example 5
80
  pipeline_tag: automatic-speech-recognition
81
  license: apache-2.0
82
+ metrics:
83
+ - wer
84
+ base_model:
85
+ - openai/whisper-base
86
+ library_name: transformers
87
  ---
88
  ## Whisper-Hindi2Hinglish-Swift:
89