Add citation
Browse files
README.md
CHANGED
@@ -100,3 +100,15 @@ The following hyperparameters were used during training:
|
|
100 |
- Pytorch 1.10.2+cu102
|
101 |
- Datasets 1.18.2.dev0
|
102 |
- Tokenizers 0.11.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
- Pytorch 1.10.2+cu102
|
101 |
- Datasets 1.18.2.dev0
|
102 |
- Tokenizers 0.11.0
|
103 |
+
|
104 |
+
### Citation
|
105 |
+
@software{phy22-phoneme,
|
106 |
+
author = {Phy, Vitou},
|
107 |
+
title = {{Automatic Phoneme Recognition on TIMIT Dataset with Wav2Vec 2.0}},
|
108 |
+
year = 2022,
|
109 |
+
note = {{If you use this software, please cite it using these metadata.}},
|
110 |
+
publisher = {Hugging Face},
|
111 |
+
version = {1.0},
|
112 |
+
doi = {10.57967/hf/0125},
|
113 |
+
url = {https://huggingface.co/vitouphy/wav2vec2-xls-r-300m-timit-phoneme}
|
114 |
+
}
|