Update README.md
Browse files
README.md
CHANGED
@@ -76,4 +76,75 @@ print("Generated Text:", output)
|
|
76 |
| **Dialect Identification** | **70.59** |
|
77 |
|
78 |
|
79 |
-

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
| **Dialect Identification** | **70.59** |
|
77 |
|
78 |
|
79 |
+

|
80 |
+
|
81 |
+
---
|
82 |
+
|
83 |
+
## Examples
|
84 |
+
|
85 |
+
### Example 1: Arabic Speech Recognition
|
86 |
+
๐ต **Audio Input (Arabic)**:
|
87 |
+
<audio controls>
|
88 |
+
<source src="https://huggingface.co/SaraAlthubaiti/TinyOctopus/resolve/main/examples/03BD00C0_2C0B_4C81_BA8C_018175D0B4E3_utt_1_align.wav" type="audio/wav">
|
89 |
+
</audio>
|
90 |
+
|
91 |
+
๐ **User Prompt**:
|
92 |
+
> Transcribe the audio
|
93 |
+
or
|
94 |
+
> ูู
ุจุชูุฑูุบ ุงูู
ูุทุน ุงูุตูุชู
|
95 |
+
|
96 |
+
๐ก **System Response**:
|
97 |
+
> ุฃููุง ุจูู
ู
ุดุงูุฏููุง ุงููุฑุงู
ูู ุญููุฉ ุฌุฏูุฏุฉ ู
ู ุจุฑูุงู
ุฌ ุงูุงูุชุตุงุฏ ูุงููุงุณ
|
98 |
+
|
99 |
+
๐ต **Audio Input (English)**:
|
100 |
+
<audio controls>
|
101 |
+
<source src="https://huggingface.co/SaraAlthubaiti/TinyOctopus/resolve/main/examples/4970-29093-0016.wav" type="audio/wav">
|
102 |
+
</audio>
|
103 |
+
|
104 |
+
๐ **User Prompt**:
|
105 |
+
> Transcribe the audio
|
106 |
+
or
|
107 |
+
> ูู
ุจุชูุฑูุบ ุงูู
ูุทุน ุงูุตูุชู
|
108 |
+
|
109 |
+
๐ก **System Response**:
|
110 |
+
> NO IT'S NOT TOO SOON
|
111 |
+
|
112 |
+
---
|
113 |
+
|
114 |
+
### Example 2: Arabic to English Translation
|
115 |
+
๐ต **Audio Input**:
|
116 |
+
<audio controls>
|
117 |
+
<source src="https://huggingface.co/SaraAlthubaiti/TinyOctopus/resolve/main/examples/03BD00C0_2C0B_4C81_BA8C_018175D0B4E3_utt_21_align.wav" type="audio/wav">
|
118 |
+
</audio>
|
119 |
+
|
120 |
+
๐ **User Prompt**:
|
121 |
+
> Translate the following Arabic speech into English
|
122 |
+
or
|
123 |
+
> ูู
ุจุชุฑุฌู
ุฉ ุงูู
ูุทุน ููุฅูุฌููุฒูุฉ
|
124 |
+
|
125 |
+
๐ก **System Response**:
|
126 |
+
> I took a loan a certain amount of money to pay off the debt
|
127 |
+
|
128 |
+
---
|
129 |
+
|
130 |
+
### Example 3: Dialect Identification
|
131 |
+
๐ต **Audio Input**:
|
132 |
+
<audio controls>
|
133 |
+
<source src="https://huggingface.co/SaraAlthubaiti/TinyOctopus/resolve/main/examples/tYBpZAOFpvk_071631-073831.wav" type="audio/wav">
|
134 |
+
</audio>
|
135 |
+
|
136 |
+
๐ **User Prompt**:
|
137 |
+
> Identify the dialect of the given speech
|
138 |
+
or
|
139 |
+
> ู
ุงูู ููุฌุฉ ุงูู
ุชุญุฏุซุ
|
140 |
+
|
141 |
+
๐ก **System Response**:
|
142 |
+
> KSA
|
143 |
+
|
144 |
+
---
|
145 |
+
|
146 |
+
### How to Try It?
|
147 |
+
You can test the model by uploading or recording your own audio files using the **Gradio demo**:
|
148 |
+
โก๏ธ [Try the Model](https://8db9d4e0b3dadffb23.gradio.live)
|
149 |
+
|
150 |
+
---
|