nairaxo commited on
Commit
27532dc
1 Parent(s): d600858

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -31
README.md CHANGED
@@ -18,32 +18,6 @@ metrics:
18
  <iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=speechbrain&type=star&count=true&size=large&v=2" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
19
  <br/><br/>
20
 
21
- # DVoice
22
- DVoice is a community initiative that aims to provide Africa low resources languages with data and models to facilitate their use of voice technologies. The lack of data on these languages makes it necessary to collect data using methods that are specific to each one. Two different approaches are currently used: the DVoice platforms ([https://dvoice.ma](https://dvoice.ma) and [https://dvoice.sn](https://dvoice.sn)), which are based on Mozilla Common Voice, for collecting authentic recordings from the community, and transfer learning techniques for automatically labeling recordings that are retrived from social medias. The DVoice platform currently manages 7 languages including Darija (Moroccan Arabic dialect) whose dataset appears on this version, Wolof, Mandingo, Serere, Pular, Diola and Soninke.
23
-
24
- For this project, AIOX Labs the SI2M Laboratory are joining forces to build the future of technologies together.
25
-
26
- # AIOX Labs
27
- Based in Rabat, London and Paris, AIOX-Labs mobilizes artificial intelligence technologies to meet the business needs and data projects of companies.
28
-
29
- - He is at the service of the growth of groups, the optimization of processes or the improvement of the customer experience.
30
- - AIOX-Labs is multi-sector, from fintech to industry, including retail and consumer goods.
31
- - Business ready data products with a solid algorithmic base and adaptability for the specific needs of each client.
32
- - A complementary team made up of doctors in AI and business experts with a solid scientific base and international publications.
33
-
34
- Website: [https://www.aiox-labs.com/](https://www.aiox-labs.com/)
35
-
36
- # SI2M Laboratory
37
- The Information Systems, Intelligent Systems and Mathematical Modeling Research Laboratory (SI2M) is an academic research laboratory of the National Institute of Statistics and Applied Economics (INSEA). The research areas of the laboratories are Information Systems, Intelligent Systems, Artificial Intelligence, Decision Support, Network and System Security, Mathematical Modelling.
38
-
39
- Website: [SI2M Laboratory](https://insea.ac.ma/index.php/pole-recherche/equipe-de-recherche/150-laboratoire-de-recherche-en-systemes-d-information-systemes-intelligents-et-modelisation-mathematique)
40
-
41
- # SpeechBrain
42
- SpeechBrain is an open-source and all-in-one speech toolkit. It is designed to be simple, extremely flexible, and user-friendly. Competitive or state-of-the-art performance is obtained in various domains.
43
- Website: https://speechbrain.github.io/
44
- GitHub: https://github.com/speechbrain/speechbrain
45
-
46
-
47
  # wav2vec 2.0 with CTC/Attention trained on DVoice Amharic (No LM)
48
  This repository provides all the necessary tools to perform automatic speech
49
  recognition from an end-to-end system pretrained on a [ALFFA](https://github.com/besacier/ALFFA_PUBLIC) Amharic dataset within
@@ -54,11 +28,6 @@ SpeechBrain. For a better experience, we encourage you to learn more about
54
  |:-------------:|:---------------------------:| -----:| -----:| -----:|
55
  | v2.0 | 6.71 | 25.50 | 6.57 | 24.92 |
56
 
57
- # About DVoice
58
- DVoice is a community initiative that aims to provide African languages and dialects with data and models to facilitate their use of voice technologies. The lack of data on these languages makes it necessary to collect data using methods that are specific to each language. Two different approaches are currently used: the DVoice platforms ([https://dvoice.ma](https://dvoice.ma) and [https://dvoice.sn](https://dvoice.sn)), which are based on Mozilla Common Voice, for collecting authentic recordings from the community, and transfer learning techniques for automatically labeling the recordings. The DVoice platform currently manages 7 languages including Darija (Moroccan Arabic dialect) whose dataset appears on this version, Wolof, Mandingo, Serere, Pular, Diola and Soninke.
59
-
60
- This Amharic ASR model was obtained by combining the [ALFFA](https://github.com/besacier/ALFFA_PUBLIC) Amharic Dataset with transfer learning and speech augmentation modules.
61
-
62
  # Pipeline description
63
  This ASR system is composed of 2 different but linked blocks:
64
  - Tokenizer (unigram) that transforms words into subword units and trained with
@@ -92,6 +61,33 @@ To train the model from scratch, please see our GitHub tutorial [here](https://g
92
  # Limitations
93
  The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
95
  # Referencing SpeechBrain
96
  ```
97
  @misc{SB2021,
 
18
  <iframe src="https://ghbtns.com/github-btn.html?user=speechbrain&repo=speechbrain&type=star&count=true&size=large&v=2" frameborder="0" scrolling="0" width="170" height="30" title="GitHub"></iframe>
19
  <br/><br/>
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  # wav2vec 2.0 with CTC/Attention trained on DVoice Amharic (No LM)
22
  This repository provides all the necessary tools to perform automatic speech
23
  recognition from an end-to-end system pretrained on a [ALFFA](https://github.com/besacier/ALFFA_PUBLIC) Amharic dataset within
 
28
  |:-------------:|:---------------------------:| -----:| -----:| -----:|
29
  | v2.0 | 6.71 | 25.50 | 6.57 | 24.92 |
30
 
 
 
 
 
 
31
  # Pipeline description
32
  This ASR system is composed of 2 different but linked blocks:
33
  - Tokenizer (unigram) that transforms words into subword units and trained with
 
61
  # Limitations
62
  The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
63
 
64
+
65
+ # DVoice
66
+ DVoice is a community initiative that aims to provide Africa low resources languages with data and models to facilitate their use of voice technologies. The lack of data on these languages makes it necessary to collect data using methods that are specific to each one. Two different approaches are currently used: the DVoice platforms ([https://dvoice.ma](https://dvoice.ma) and [https://dvoice.sn](https://dvoice.sn)), which are based on Mozilla Common Voice, for collecting authentic recordings from the community, and transfer learning techniques for automatically labeling recordings that are retrived from social medias. The DVoice platform currently manages 7 languages including Darija (Moroccan Arabic dialect) whose dataset appears on this version, Wolof, Mandingo, Serere, Pular, Diola and Soninke.
67
+
68
+ For this project, AIOX Labs the SI2M Laboratory are joining forces to build the future of technologies together.
69
+
70
+ # AIOX Labs
71
+ Based in Rabat, London and Paris, AIOX-Labs mobilizes artificial intelligence technologies to meet the business needs and data projects of companies.
72
+
73
+ - He is at the service of the growth of groups, the optimization of processes or the improvement of the customer experience.
74
+ - AIOX-Labs is multi-sector, from fintech to industry, including retail and consumer goods.
75
+ - Business ready data products with a solid algorithmic base and adaptability for the specific needs of each client.
76
+ - A complementary team made up of doctors in AI and business experts with a solid scientific base and international publications.
77
+
78
+ Website: [https://www.aiox-labs.com/](https://www.aiox-labs.com/)
79
+
80
+ # SI2M Laboratory
81
+ The Information Systems, Intelligent Systems and Mathematical Modeling Research Laboratory (SI2M) is an academic research laboratory of the National Institute of Statistics and Applied Economics (INSEA). The research areas of the laboratories are Information Systems, Intelligent Systems, Artificial Intelligence, Decision Support, Network and System Security, Mathematical Modelling.
82
+
83
+ Website: [SI2M Laboratory](https://insea.ac.ma/index.php/pole-recherche/equipe-de-recherche/150-laboratoire-de-recherche-en-systemes-d-information-systemes-intelligents-et-modelisation-mathematique)
84
+
85
+ # SpeechBrain
86
+ SpeechBrain is an open-source and all-in-one speech toolkit. It is designed to be simple, extremely flexible, and user-friendly. Competitive or state-of-the-art performance is obtained in various domains.
87
+ Website: https://speechbrain.github.io/
88
+ GitHub: https://github.com/speechbrain/speechbrain
89
+
90
+
91
  # Referencing SpeechBrain
92
  ```
93
  @misc{SB2021,