cecilemacaire commited on
Commit
4a5329b
·
verified ·
1 Parent(s): d5e56b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -73
README.md CHANGED
@@ -25,62 +25,28 @@ tags:
25
 
26
  ## Model Details
27
 
 
 
28
  ### Model Description
29
 
30
  <!-- Provide a longer summary of what this model is. -->
31
 
32
 
33
 
34
- - **Developed by:** [More Information Needed]
35
- - **Funded by [optional]:** [More Information Needed]
36
- - **Shared by [optional]:** [More Information Needed]
37
- - **Model type:** [More Information Needed]
38
- - **Language(s) (NLP):** [More Information Needed]
39
- - **License:** [More Information Needed]
40
- - **Finetuned from model [optional]:** [More Information Needed]
41
 
42
  ### Model Sources [optional]
43
 
44
  <!-- Provide the basic links for the model. -->
45
 
46
- - **Repository:** [More Information Needed]
47
- - **Paper [optional]:** [More Information Needed]
48
- - **Demo [optional]:** [More Information Needed]
49
-
50
- ## Uses
51
-
52
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
53
-
54
- ### Direct Use
55
-
56
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
57
-
58
-
59
- [More Information Needed]
60
-
61
- ### Downstream Use [optional]
62
-
63
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
64
-
65
- [More Information Needed]
66
-
67
- ### Out-of-Scope Use
68
-
69
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
70
-
71
- [More Information Needed]
72
-
73
- ## Bias, Risks, and Limitations
74
-
75
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
76
-
77
- [More Information Needed]
78
-
79
- ### Recommendations
80
 
81
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
82
-
83
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
84
 
85
  ## How to Get Started with the Model
86
 
@@ -127,12 +93,6 @@ Use the code below to get started with the model.
127
 
128
  [More Information Needed]
129
 
130
- #### Factors
131
-
132
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
133
-
134
- [More Information Needed]
135
-
136
  #### Metrics
137
 
138
  <!-- These are the evaluation metrics being used, ideally with a description of why. -->
@@ -189,26 +149,12 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
189
 
190
  **BibTeX:**
191
 
192
- [More Information Needed]
193
-
194
- **APA:**
195
-
196
- [More Information Needed]
197
-
198
- ## Glossary [optional]
199
-
200
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
201
-
202
- [More Information Needed]
203
-
204
- ## More Information [optional]
205
-
206
- [More Information Needed]
207
-
208
- ## Model Card Authors [optional]
209
-
210
- [More Information Needed]
211
-
212
- ## Model Card Contact
213
-
214
- [More Information Needed]
 
25
 
26
  ## Model Details
27
 
28
+
29
+
30
  ### Model Description
31
 
32
  <!-- Provide a longer summary of what this model is. -->
33
 
34
 
35
 
36
+ - **Developed by:** Cécile Macaire
37
+ - **Funded by [optional]:** GENCI-IDRIS (Grant 2023-AD011013625R1)
38
+ PROPICTO ANR-20-CE93-0005
39
+ - **Language(s) (NLP):** French
40
+ - **License:** Apache-2.0
41
+ - **Finetuned from model [optional]:** LeBenchmark/wav2vec2-FR-7K-large
 
42
 
43
  ### Model Sources [optional]
44
 
45
  <!-- Provide the basic links for the model. -->
46
 
47
+ - **Repository:** https://github.com/macairececile/speech-to-pictograms.
48
+ - **Paper [optional]:**
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
 
 
 
 
50
 
51
  ## How to Get Started with the Model
52
 
 
93
 
94
  [More Information Needed]
95
 
 
 
 
 
 
 
96
  #### Metrics
97
 
98
  <!-- These are the evaluation metrics being used, ideally with a description of why. -->
 
149
 
150
  **BibTeX:**
151
 
152
+ @inproceedings{macaire24_interspeech,
153
+ title = {Towards Speech-to-Pictograms Translation},
154
+ author = {Cécile Macaire and Chloé Dion and Didier Schwab and Benjamin Lecouteux and Emmanuelle Esperança-Rodier},
155
+ year = {2024},
156
+ booktitle = {Interspeech 2024},
157
+ pages = {857--861},
158
+ doi = {10.21437/Interspeech.2024-490},
159
+ issn = {2958-1796},
160
+ }