nairaxo commited on
Commit
3debdb5
1 Parent(s): 6dcc280

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -6
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- language: sw
3
  thumbnail:
4
  pipeline_tag: automatic-speech-recognition
5
  tags:
@@ -15,9 +15,36 @@ metrics:
15
  - cer
16
  ---
17
 
 
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 Swahili (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 [DVoice-VoxLingua107](https://zenodo.org/record/6342622) Swahili dataset within
@@ -77,8 +104,3 @@ The SpeechBrain team does not provide any warranty on the performance achieved b
77
  howpublished = {\\\\url{https://github.com/speechbrain/speechbrain}},
78
  }
79
  ```
80
-
81
- #### About SpeechBrain
82
- 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.
83
- Website: https://speechbrain.github.io/
84
- GitHub: https://github.com/speechbrain/speechbrain
1
  ---
2
+ language: "sw"
3
  thumbnail:
4
  pipeline_tag: automatic-speech-recognition
5
  tags:
15
  - cer
16
  ---
17
 
18
+
19
  <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>
20
  <br/><br/>
21
 
22
+ # About
23
+ ### DVoice
24
+ 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 modias. 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.
25
+
26
+ For this project, AIOX Labs the SI2M Laboratory are joining forces to build the future of technologies together.
27
+
28
+ ### AIOX Labs
29
+ Based in Rabat, London and Paris, AIOX-Labs mobilizes artificial intelligence technologies to meet the business needs and data projects of companies.
30
+
31
+ - He is at the service of the growth of groups, the optimization of processes or the improvement of the customer experience.
32
+ - AIOX-Labs is multi-sector, from fintech to industry, including retail and consumer goods.
33
+ - Business ready data products with a solid algorithmic base and adaptability for the specific needs of each client.
34
+ - A complementary team made up of doctors in AI and business experts with a solid scientific base and international publications.
35
+
36
+ Website: [https://www.aiox-labs.com/](https://www.aiox-labs.com/)
37
+
38
+ ### SI2M Laboratory
39
+ 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.
40
+
41
+ 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)
42
+
43
+ ### SpeechBrain
44
+ 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.
45
+ Website: https://speechbrain.github.io/
46
+ GitHub: https://github.com/speechbrain/speechbrain
47
+
48
  # wav2vec 2.0 with CTC/Attention trained on DVoice Swahili (No LM)
49
  This repository provides all the necessary tools to perform automatic speech
50
  recognition from an end-to-end system pretrained on a [DVoice-VoxLingua107](https://zenodo.org/record/6342622) Swahili dataset within
104
  howpublished = {\\\\url{https://github.com/speechbrain/speechbrain}},
105
  }
106
  ```