Update README.md
Browse files
README.md
CHANGED
@@ -19,44 +19,29 @@ language:
|
|
19 |
tags:
|
20 |
- keras
|
21 |
- tensorflow
|
22 |
-
- image-classification
|
23 |
libraries: TensorBoard
|
24 |
-
widget:
|
25 |
-
- example_title: English Sample
|
26 |
-
src: >-
|
27 |
-
https://huggingface.co/SpeechFlow/spoken_language_identification/blob/main/test_audios/english.wav
|
28 |
pipeline_tag: audio-classification
|
29 |
-
library_name: transformers
|
30 |
---
|
31 |
|
32 |
# Spoken_language_identification
|
33 |
|
34 |
## Model description
|
35 |
|
36 |
-
This is a spoken language recognition model trained on private dataset using Tensorflow.
|
37 |
the model uses the CRNN-Attention architecture that has previously been used for extracting utterance-level feature representations.
|
38 |
-
|
39 |
The system is trained with recordings sampled at 16kHz, single channel, and 16-bit Signed Integer PCM encoding.
|
40 |
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
english
|
45 |
-
french
|
46 |
-
german
|
47 |
-
indonesian
|
48 |
-
italian
|
49 |
-
japanese
|
50 |
-
korean
|
51 |
-
portuguese
|
52 |
-
russian
|
53 |
-
spanish
|
54 |
-
turkish
|
55 |
-
vietnamese
|
56 |
-
)
|
57 |
|
58 |
-
|
|
|
|
|
59 |
|
|
|
|
|
|
|
60 |
#### How to use
|
61 |
|
62 |
```python
|
|
|
19 |
tags:
|
20 |
- keras
|
21 |
- tensorflow
|
|
|
22 |
libraries: TensorBoard
|
|
|
|
|
|
|
|
|
23 |
pipeline_tag: audio-classification
|
|
|
24 |
---
|
25 |
|
26 |
# Spoken_language_identification
|
27 |
|
28 |
## Model description
|
29 |
|
30 |
+
This is a spoken language recognition model trained on 2k hours of private dataset using Tensorflow. Approximately 150 hours of speech supervision per language.
|
31 |
the model uses the CRNN-Attention architecture that has previously been used for extracting utterance-level feature representations.
|
|
|
32 |
The system is trained with recordings sampled at 16kHz, single channel, and 16-bit Signed Integer PCM encoding.
|
33 |
|
34 |
+
More details can be found here: [**GitHub**](https://github.com/SpeechFlow-io/Spoken_language_identification)
|
35 |
+
|
36 |
+
The model can classify a speech utterance according to the language spoken. It covers 13 different languages.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
|
38 |
+
| Molde Parameters | Supported Languages |
|
39 |
+
|----------|--------------------------|
|
40 |
+
| 1 M | chinese, english, french, german, indonesian, italian, japanese, korean, portuguese, russian, spanish, turkish, vietnamese|
|
41 |
|
42 |
+
## Example
|
43 |
+
[![ Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/16-Nre8aDvn0wN2dsgGa3xUsZ7S61e1h8#scrollTo=Is60zUMuPqSi)
|
44 |
+
Please see the provided Colab for details for runing an example.
|
45 |
#### How to use
|
46 |
|
47 |
```python
|