Skip to content

Commit ebba5e7

Browse files
committed
Add citation footers to notebooks
1 parent 613f720 commit ebba5e7

29 files changed

Lines changed: 1004 additions & 0 deletions

docs/tutorials/advanced/data-loading-for-big-datasets-and-shared-filesystems.ipynb

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,41 @@
462462
" for ind, batch in enumerate(dataloader, start=1):\n",
463463
" print(\"\\tBatch\", ind, \": batch size\", len(batch))"
464464
]
465+
},
466+
{
467+
"cell_type": "markdown",
468+
"metadata": {
469+
"id": "sb_auto_footer",
470+
"tags": [
471+
"sb_auto_footer"
472+
]
473+
},
474+
"source": [
475+
"## Citing SpeechBrain\n",
476+
"\n",
477+
"If you use SpeechBrain in your research or business, please cite it using the following BibTeX entry:\n",
478+
"\n",
479+
"```bibtex\n",
480+
"@misc{speechbrainV1,\n",
481+
" title={Open-Source Conversational AI with {SpeechBrain} 1.0},\n",
482+
" author={Mirco Ravanelli and Titouan Parcollet and Adel Moumen and Sylvain de Langen and Cem Subakan and Peter Plantinga and Yingzhi Wang and Pooneh Mousavi and Luca Della Libera and Artem Ploujnikov and Francesco Paissan and Davide Borra and Salah Zaiem and Zeyu Zhao and Shucong Zhang and Georgios Karakasidis and Sung-Lin Yeh and Pierre Champion and Aku Rouhe and Rudolf Braun and Florian Mai and Juan Zuluaga-Gomez and Seyed Mahed Mousavi and Andreas Nautsch and Xuechen Liu and Sangeet Sagar and Jarod Duret and Salima Mdhaffar and Gaelle Laperriere and Mickael Rouvier and Renato De Mori and Yannick Esteve},\n",
483+
" year={2024},\n",
484+
" eprint={2407.00463},\n",
485+
" archivePrefix={arXiv},\n",
486+
" primaryClass={cs.LG},\n",
487+
" url={https://arxiv.org/abs/2407.00463},\n",
488+
"}\n",
489+
"@misc{speechbrain,\n",
490+
" title={{SpeechBrain}: A General-Purpose Speech Toolkit},\n",
491+
" author={Mirco Ravanelli and Titouan Parcollet and Peter Plantinga and Aku Rouhe and Samuele Cornell and Loren Lugosch and Cem Subakan and Nauman Dawalatabad and Abdelwahab Heba and Jianyuan Zhong and Ju-Chieh Chou and Sung-Lin Yeh and Szu-Wei Fu and Chien-Feng Liao and Elena Rastorgueva and François Grondin and William Aris and Hwidong Na and Yan Gao and Renato De Mori and Yoshua Bengio},\n",
492+
" year={2021},\n",
493+
" eprint={2106.04624},\n",
494+
" archivePrefix={arXiv},\n",
495+
" primaryClass={eess.AS},\n",
496+
" note={arXiv:2106.04624}\n",
497+
"}\n",
498+
"```"
499+
]
465500
}
466501
],
467502
"metadata": {

docs/tutorials/advanced/dynamic-batching.ipynb

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2055,6 +2055,41 @@
20552055
"\n",
20562056
"SpeechBrain DynamicBatchSampler has been developed by Ralf Leibold and Andreas Nautsch with the help of Samuele Cornell"
20572057
]
2058+
},
2059+
{
2060+
"cell_type": "markdown",
2061+
"metadata": {
2062+
"id": "sb_auto_footer",
2063+
"tags": [
2064+
"sb_auto_footer"
2065+
]
2066+
},
2067+
"source": [
2068+
"## Citing SpeechBrain\n",
2069+
"\n",
2070+
"If you use SpeechBrain in your research or business, please cite it using the following BibTeX entry:\n",
2071+
"\n",
2072+
"```bibtex\n",
2073+
"@misc{speechbrainV1,\n",
2074+
" title={Open-Source Conversational AI with {SpeechBrain} 1.0},\n",
2075+
" author={Mirco Ravanelli and Titouan Parcollet and Adel Moumen and Sylvain de Langen and Cem Subakan and Peter Plantinga and Yingzhi Wang and Pooneh Mousavi and Luca Della Libera and Artem Ploujnikov and Francesco Paissan and Davide Borra and Salah Zaiem and Zeyu Zhao and Shucong Zhang and Georgios Karakasidis and Sung-Lin Yeh and Pierre Champion and Aku Rouhe and Rudolf Braun and Florian Mai and Juan Zuluaga-Gomez and Seyed Mahed Mousavi and Andreas Nautsch and Xuechen Liu and Sangeet Sagar and Jarod Duret and Salima Mdhaffar and Gaelle Laperriere and Mickael Rouvier and Renato De Mori and Yannick Esteve},\n",
2076+
" year={2024},\n",
2077+
" eprint={2407.00463},\n",
2078+
" archivePrefix={arXiv},\n",
2079+
" primaryClass={cs.LG},\n",
2080+
" url={https://arxiv.org/abs/2407.00463},\n",
2081+
"}\n",
2082+
"@misc{speechbrain,\n",
2083+
" title={{SpeechBrain}: A General-Purpose Speech Toolkit},\n",
2084+
" author={Mirco Ravanelli and Titouan Parcollet and Peter Plantinga and Aku Rouhe and Samuele Cornell and Loren Lugosch and Cem Subakan and Nauman Dawalatabad and Abdelwahab Heba and Jianyuan Zhong and Ju-Chieh Chou and Sung-Lin Yeh and Szu-Wei Fu and Chien-Feng Liao and Elena Rastorgueva and François Grondin and William Aris and Hwidong Na and Yan Gao and Renato De Mori and Yoshua Bengio},\n",
2085+
" year={2021},\n",
2086+
" eprint={2106.04624},\n",
2087+
" archivePrefix={arXiv},\n",
2088+
" primaryClass={eess.AS},\n",
2089+
" note={arXiv:2106.04624}\n",
2090+
"}\n",
2091+
"```"
2092+
]
20582093
}
20592094
],
20602095
"metadata": {

docs/tutorials/advanced/federated-speech-model-training-via-speechbrain-and-flower.ipynb

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,6 +1605,41 @@
16051605
"\n",
16061606
"We can find that the results are horrible. This is because we didn't leverage a pre-trained model for initailisation and only trained on little toy dataset. Don't worry about results. You get acceptable results by running on real dataset."
16071607
]
1608+
},
1609+
{
1610+
"cell_type": "markdown",
1611+
"metadata": {
1612+
"id": "sb_auto_footer",
1613+
"tags": [
1614+
"sb_auto_footer"
1615+
]
1616+
},
1617+
"source": [
1618+
"## Citing SpeechBrain\n",
1619+
"\n",
1620+
"If you use SpeechBrain in your research or business, please cite it using the following BibTeX entry:\n",
1621+
"\n",
1622+
"```bibtex\n",
1623+
"@misc{speechbrainV1,\n",
1624+
" title={Open-Source Conversational AI with {SpeechBrain} 1.0},\n",
1625+
" author={Mirco Ravanelli and Titouan Parcollet and Adel Moumen and Sylvain de Langen and Cem Subakan and Peter Plantinga and Yingzhi Wang and Pooneh Mousavi and Luca Della Libera and Artem Ploujnikov and Francesco Paissan and Davide Borra and Salah Zaiem and Zeyu Zhao and Shucong Zhang and Georgios Karakasidis and Sung-Lin Yeh and Pierre Champion and Aku Rouhe and Rudolf Braun and Florian Mai and Juan Zuluaga-Gomez and Seyed Mahed Mousavi and Andreas Nautsch and Xuechen Liu and Sangeet Sagar and Jarod Duret and Salima Mdhaffar and Gaelle Laperriere and Mickael Rouvier and Renato De Mori and Yannick Esteve},\n",
1626+
" year={2024},\n",
1627+
" eprint={2407.00463},\n",
1628+
" archivePrefix={arXiv},\n",
1629+
" primaryClass={cs.LG},\n",
1630+
" url={https://arxiv.org/abs/2407.00463},\n",
1631+
"}\n",
1632+
"@misc{speechbrain,\n",
1633+
" title={{SpeechBrain}: A General-Purpose Speech Toolkit},\n",
1634+
" author={Mirco Ravanelli and Titouan Parcollet and Peter Plantinga and Aku Rouhe and Samuele Cornell and Loren Lugosch and Cem Subakan and Nauman Dawalatabad and Abdelwahab Heba and Jianyuan Zhong and Ju-Chieh Chou and Sung-Lin Yeh and Szu-Wei Fu and Chien-Feng Liao and Elena Rastorgueva and François Grondin and William Aris and Hwidong Na and Yan Gao and Renato De Mori and Yoshua Bengio},\n",
1635+
" year={2021},\n",
1636+
" eprint={2106.04624},\n",
1637+
" archivePrefix={arXiv},\n",
1638+
" primaryClass={eess.AS},\n",
1639+
" note={arXiv:2106.04624}\n",
1640+
"}\n",
1641+
"```"
1642+
]
16081643
}
16091644
],
16101645
"metadata": {

docs/tutorials/advanced/hyperparameter-optimization.ipynb

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,41 @@
514514
"\n",
515515
"For more advanced scenarios, including distributed hyperparameter fittig on multiple nodes, refer to the [Parallel Workers](https://orion.readthedocs.io/en/stable/user/parallel.html]) page in Oríon's official documentation."
516516
]
517+
},
518+
{
519+
"cell_type": "markdown",
520+
"metadata": {
521+
"id": "sb_auto_footer",
522+
"tags": [
523+
"sb_auto_footer"
524+
]
525+
},
526+
"source": [
527+
"## Citing SpeechBrain\n",
528+
"\n",
529+
"If you use SpeechBrain in your research or business, please cite it using the following BibTeX entry:\n",
530+
"\n",
531+
"```bibtex\n",
532+
"@misc{speechbrainV1,\n",
533+
" title={Open-Source Conversational AI with {SpeechBrain} 1.0},\n",
534+
" author={Mirco Ravanelli and Titouan Parcollet and Adel Moumen and Sylvain de Langen and Cem Subakan and Peter Plantinga and Yingzhi Wang and Pooneh Mousavi and Luca Della Libera and Artem Ploujnikov and Francesco Paissan and Davide Borra and Salah Zaiem and Zeyu Zhao and Shucong Zhang and Georgios Karakasidis and Sung-Lin Yeh and Pierre Champion and Aku Rouhe and Rudolf Braun and Florian Mai and Juan Zuluaga-Gomez and Seyed Mahed Mousavi and Andreas Nautsch and Xuechen Liu and Sangeet Sagar and Jarod Duret and Salima Mdhaffar and Gaelle Laperriere and Mickael Rouvier and Renato De Mori and Yannick Esteve},\n",
535+
" year={2024},\n",
536+
" eprint={2407.00463},\n",
537+
" archivePrefix={arXiv},\n",
538+
" primaryClass={cs.LG},\n",
539+
" url={https://arxiv.org/abs/2407.00463},\n",
540+
"}\n",
541+
"@misc{speechbrain,\n",
542+
" title={{SpeechBrain}: A General-Purpose Speech Toolkit},\n",
543+
" author={Mirco Ravanelli and Titouan Parcollet and Peter Plantinga and Aku Rouhe and Samuele Cornell and Loren Lugosch and Cem Subakan and Nauman Dawalatabad and Abdelwahab Heba and Jianyuan Zhong and Ju-Chieh Chou and Sung-Lin Yeh and Szu-Wei Fu and Chien-Feng Liao and Elena Rastorgueva and François Grondin and William Aris and Hwidong Na and Yan Gao and Renato De Mori and Yoshua Bengio},\n",
544+
" year={2021},\n",
545+
" eprint={2106.04624},\n",
546+
" archivePrefix={arXiv},\n",
547+
" primaryClass={eess.AS},\n",
548+
" note={arXiv:2106.04624}\n",
549+
"}\n",
550+
"```"
551+
]
517552
}
518553
],
519554
"metadata": {

docs/tutorials/advanced/inferring-on-your-own-speechbrain-models.ipynb

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,41 @@
519519
"This might be useful if the interface that you need is not available in `speechbrain.pretrained.interfaces`. If you want, you can add it there. If you use the foreign_class, however, we also give you the possibility to fetch the inference code from any other path.\n",
520520
"\n"
521521
]
522+
},
523+
{
524+
"cell_type": "markdown",
525+
"metadata": {
526+
"id": "sb_auto_footer",
527+
"tags": [
528+
"sb_auto_footer"
529+
]
530+
},
531+
"source": [
532+
"## Citing SpeechBrain\n",
533+
"\n",
534+
"If you use SpeechBrain in your research or business, please cite it using the following BibTeX entry:\n",
535+
"\n",
536+
"```bibtex\n",
537+
"@misc{speechbrainV1,\n",
538+
" title={Open-Source Conversational AI with {SpeechBrain} 1.0},\n",
539+
" author={Mirco Ravanelli and Titouan Parcollet and Adel Moumen and Sylvain de Langen and Cem Subakan and Peter Plantinga and Yingzhi Wang and Pooneh Mousavi and Luca Della Libera and Artem Ploujnikov and Francesco Paissan and Davide Borra and Salah Zaiem and Zeyu Zhao and Shucong Zhang and Georgios Karakasidis and Sung-Lin Yeh and Pierre Champion and Aku Rouhe and Rudolf Braun and Florian Mai and Juan Zuluaga-Gomez and Seyed Mahed Mousavi and Andreas Nautsch and Xuechen Liu and Sangeet Sagar and Jarod Duret and Salima Mdhaffar and Gaelle Laperriere and Mickael Rouvier and Renato De Mori and Yannick Esteve},\n",
540+
" year={2024},\n",
541+
" eprint={2407.00463},\n",
542+
" archivePrefix={arXiv},\n",
543+
" primaryClass={cs.LG},\n",
544+
" url={https://arxiv.org/abs/2407.00463},\n",
545+
"}\n",
546+
"@misc{speechbrain,\n",
547+
" title={{SpeechBrain}: A General-Purpose Speech Toolkit},\n",
548+
" author={Mirco Ravanelli and Titouan Parcollet and Peter Plantinga and Aku Rouhe and Samuele Cornell and Loren Lugosch and Cem Subakan and Nauman Dawalatabad and Abdelwahab Heba and Jianyuan Zhong and Ju-Chieh Chou and Sung-Lin Yeh and Szu-Wei Fu and Chien-Feng Liao and Elena Rastorgueva and François Grondin and William Aris and Hwidong Na and Yan Gao and Renato De Mori and Yoshua Bengio},\n",
549+
" year={2021},\n",
550+
" eprint={2106.04624},\n",
551+
" archivePrefix={arXiv},\n",
552+
" primaryClass={eess.AS},\n",
553+
" note={arXiv:2106.04624}\n",
554+
"}\n",
555+
"```"
556+
]
522557
}
523558
],
524559
"metadata": {

docs/tutorials/advanced/model-quantization.ipynb

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,6 +1682,41 @@
16821682
"del quantized_model\n",
16831683
"gc.collect()"
16841684
]
1685+
},
1686+
{
1687+
"cell_type": "markdown",
1688+
"metadata": {
1689+
"id": "sb_auto_footer",
1690+
"tags": [
1691+
"sb_auto_footer"
1692+
]
1693+
},
1694+
"source": [
1695+
"## Citing SpeechBrain\n",
1696+
"\n",
1697+
"If you use SpeechBrain in your research or business, please cite it using the following BibTeX entry:\n",
1698+
"\n",
1699+
"```bibtex\n",
1700+
"@misc{speechbrainV1,\n",
1701+
" title={Open-Source Conversational AI with {SpeechBrain} 1.0},\n",
1702+
" author={Mirco Ravanelli and Titouan Parcollet and Adel Moumen and Sylvain de Langen and Cem Subakan and Peter Plantinga and Yingzhi Wang and Pooneh Mousavi and Luca Della Libera and Artem Ploujnikov and Francesco Paissan and Davide Borra and Salah Zaiem and Zeyu Zhao and Shucong Zhang and Georgios Karakasidis and Sung-Lin Yeh and Pierre Champion and Aku Rouhe and Rudolf Braun and Florian Mai and Juan Zuluaga-Gomez and Seyed Mahed Mousavi and Andreas Nautsch and Xuechen Liu and Sangeet Sagar and Jarod Duret and Salima Mdhaffar and Gaelle Laperriere and Mickael Rouvier and Renato De Mori and Yannick Esteve},\n",
1703+
" year={2024},\n",
1704+
" eprint={2407.00463},\n",
1705+
" archivePrefix={arXiv},\n",
1706+
" primaryClass={cs.LG},\n",
1707+
" url={https://arxiv.org/abs/2407.00463},\n",
1708+
"}\n",
1709+
"@misc{speechbrain,\n",
1710+
" title={{SpeechBrain}: A General-Purpose Speech Toolkit},\n",
1711+
" author={Mirco Ravanelli and Titouan Parcollet and Peter Plantinga and Aku Rouhe and Samuele Cornell and Loren Lugosch and Cem Subakan and Nauman Dawalatabad and Abdelwahab Heba and Jianyuan Zhong and Ju-Chieh Chou and Sung-Lin Yeh and Szu-Wei Fu and Chien-Feng Liao and Elena Rastorgueva and François Grondin and William Aris and Hwidong Na and Yan Gao and Renato De Mori and Yoshua Bengio},\n",
1712+
" year={2021},\n",
1713+
" eprint={2106.04624},\n",
1714+
" archivePrefix={arXiv},\n",
1715+
" primaryClass={eess.AS},\n",
1716+
" note={arXiv:2106.04624}\n",
1717+
"}\n",
1718+
"```"
1719+
]
16851720
}
16861721
],
16871722
"metadata": {

docs/tutorials/advanced/pre-trained-models-and-fine-tuning-with-huggingface.ipynb

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2305,6 +2305,41 @@
23052305
"\n",
23062306
"* Many thanks to ([ziz19](https://github.com/ziz19)) who helped improving this Tutorial.\n"
23072307
]
2308+
},
2309+
{
2310+
"cell_type": "markdown",
2311+
"metadata": {
2312+
"id": "sb_auto_footer",
2313+
"tags": [
2314+
"sb_auto_footer"
2315+
]
2316+
},
2317+
"source": [
2318+
"## Citing SpeechBrain\n",
2319+
"\n",
2320+
"If you use SpeechBrain in your research or business, please cite it using the following BibTeX entry:\n",
2321+
"\n",
2322+
"```bibtex\n",
2323+
"@misc{speechbrainV1,\n",
2324+
" title={Open-Source Conversational AI with {SpeechBrain} 1.0},\n",
2325+
" author={Mirco Ravanelli and Titouan Parcollet and Adel Moumen and Sylvain de Langen and Cem Subakan and Peter Plantinga and Yingzhi Wang and Pooneh Mousavi and Luca Della Libera and Artem Ploujnikov and Francesco Paissan and Davide Borra and Salah Zaiem and Zeyu Zhao and Shucong Zhang and Georgios Karakasidis and Sung-Lin Yeh and Pierre Champion and Aku Rouhe and Rudolf Braun and Florian Mai and Juan Zuluaga-Gomez and Seyed Mahed Mousavi and Andreas Nautsch and Xuechen Liu and Sangeet Sagar and Jarod Duret and Salima Mdhaffar and Gaelle Laperriere and Mickael Rouvier and Renato De Mori and Yannick Esteve},\n",
2326+
" year={2024},\n",
2327+
" eprint={2407.00463},\n",
2328+
" archivePrefix={arXiv},\n",
2329+
" primaryClass={cs.LG},\n",
2330+
" url={https://arxiv.org/abs/2407.00463},\n",
2331+
"}\n",
2332+
"@misc{speechbrain,\n",
2333+
" title={{SpeechBrain}: A General-Purpose Speech Toolkit},\n",
2334+
" author={Mirco Ravanelli and Titouan Parcollet and Peter Plantinga and Aku Rouhe and Samuele Cornell and Loren Lugosch and Cem Subakan and Nauman Dawalatabad and Abdelwahab Heba and Jianyuan Zhong and Ju-Chieh Chou and Sung-Lin Yeh and Szu-Wei Fu and Chien-Feng Liao and Elena Rastorgueva and François Grondin and William Aris and Hwidong Na and Yan Gao and Renato De Mori and Yoshua Bengio},\n",
2335+
" year={2021},\n",
2336+
" eprint={2106.04624},\n",
2337+
" archivePrefix={arXiv},\n",
2338+
" primaryClass={eess.AS},\n",
2339+
" note={arXiv:2106.04624}\n",
2340+
"}\n",
2341+
"```"
2342+
]
23082343
}
23092344
],
23102345
"metadata": {

docs/tutorials/advanced/profiling-and-benchmark.ipynb

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,41 @@
5656
"pip install tensorboard\n",
5757
"```"
5858
]
59+
},
60+
{
61+
"cell_type": "markdown",
62+
"metadata": {
63+
"id": "sb_auto_footer",
64+
"tags": [
65+
"sb_auto_footer"
66+
]
67+
},
68+
"source": [
69+
"## Citing SpeechBrain\n",
70+
"\n",
71+
"If you use SpeechBrain in your research or business, please cite it using the following BibTeX entry:\n",
72+
"\n",
73+
"```bibtex\n",
74+
"@misc{speechbrainV1,\n",
75+
" title={Open-Source Conversational AI with {SpeechBrain} 1.0},\n",
76+
" author={Mirco Ravanelli and Titouan Parcollet and Adel Moumen and Sylvain de Langen and Cem Subakan and Peter Plantinga and Yingzhi Wang and Pooneh Mousavi and Luca Della Libera and Artem Ploujnikov and Francesco Paissan and Davide Borra and Salah Zaiem and Zeyu Zhao and Shucong Zhang and Georgios Karakasidis and Sung-Lin Yeh and Pierre Champion and Aku Rouhe and Rudolf Braun and Florian Mai and Juan Zuluaga-Gomez and Seyed Mahed Mousavi and Andreas Nautsch and Xuechen Liu and Sangeet Sagar and Jarod Duret and Salima Mdhaffar and Gaelle Laperriere and Mickael Rouvier and Renato De Mori and Yannick Esteve},\n",
77+
" year={2024},\n",
78+
" eprint={2407.00463},\n",
79+
" archivePrefix={arXiv},\n",
80+
" primaryClass={cs.LG},\n",
81+
" url={https://arxiv.org/abs/2407.00463},\n",
82+
"}\n",
83+
"@misc{speechbrain,\n",
84+
" title={{SpeechBrain}: A General-Purpose Speech Toolkit},\n",
85+
" author={Mirco Ravanelli and Titouan Parcollet and Peter Plantinga and Aku Rouhe and Samuele Cornell and Loren Lugosch and Cem Subakan and Nauman Dawalatabad and Abdelwahab Heba and Jianyuan Zhong and Ju-Chieh Chou and Sung-Lin Yeh and Szu-Wei Fu and Chien-Feng Liao and Elena Rastorgueva and François Grondin and William Aris and Hwidong Na and Yan Gao and Renato De Mori and Yoshua Bengio},\n",
86+
" year={2021},\n",
87+
" eprint={2106.04624},\n",
88+
" archivePrefix={arXiv},\n",
89+
" primaryClass={eess.AS},\n",
90+
" note={arXiv:2106.04624}\n",
91+
"}\n",
92+
"```"
93+
]
5994
}
6095
],
6196
"metadata": {

docs/tutorials/advanced/text-tokenizer.ipynb

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,41 @@
520520
"print(b.tokens)\n",
521521
"print(b.tokens_list)"
522522
]
523+
},
524+
{
525+
"cell_type": "markdown",
526+
"metadata": {
527+
"id": "sb_auto_footer",
528+
"tags": [
529+
"sb_auto_footer"
530+
]
531+
},
532+
"source": [
533+
"## Citing SpeechBrain\n",
534+
"\n",
535+
"If you use SpeechBrain in your research or business, please cite it using the following BibTeX entry:\n",
536+
"\n",
537+
"```bibtex\n",
538+
"@misc{speechbrainV1,\n",
539+
" title={Open-Source Conversational AI with {SpeechBrain} 1.0},\n",
540+
" author={Mirco Ravanelli and Titouan Parcollet and Adel Moumen and Sylvain de Langen and Cem Subakan and Peter Plantinga and Yingzhi Wang and Pooneh Mousavi and Luca Della Libera and Artem Ploujnikov and Francesco Paissan and Davide Borra and Salah Zaiem and Zeyu Zhao and Shucong Zhang and Georgios Karakasidis and Sung-Lin Yeh and Pierre Champion and Aku Rouhe and Rudolf Braun and Florian Mai and Juan Zuluaga-Gomez and Seyed Mahed Mousavi and Andreas Nautsch and Xuechen Liu and Sangeet Sagar and Jarod Duret and Salima Mdhaffar and Gaelle Laperriere and Mickael Rouvier and Renato De Mori and Yannick Esteve},\n",
541+
" year={2024},\n",
542+
" eprint={2407.00463},\n",
543+
" archivePrefix={arXiv},\n",
544+
" primaryClass={cs.LG},\n",
545+
" url={https://arxiv.org/abs/2407.00463},\n",
546+
"}\n",
547+
"@misc{speechbrain,\n",
548+
" title={{SpeechBrain}: A General-Purpose Speech Toolkit},\n",
549+
" author={Mirco Ravanelli and Titouan Parcollet and Peter Plantinga and Aku Rouhe and Samuele Cornell and Loren Lugosch and Cem Subakan and Nauman Dawalatabad and Abdelwahab Heba and Jianyuan Zhong and Ju-Chieh Chou and Sung-Lin Yeh and Szu-Wei Fu and Chien-Feng Liao and Elena Rastorgueva and François Grondin and William Aris and Hwidong Na and Yan Gao and Renato De Mori and Yoshua Bengio},\n",
550+
" year={2021},\n",
551+
" eprint={2106.04624},\n",
552+
" archivePrefix={arXiv},\n",
553+
" primaryClass={eess.AS},\n",
554+
" note={arXiv:2106.04624}\n",
555+
"}\n",
556+
"```"
557+
]
523558
}
524559
],
525560
"metadata": {

0 commit comments

Comments
 (0)