Commit
·
1de18c1
1
Parent(s):
e475a72
Update README.md
Browse files
README.md
CHANGED
@@ -71,14 +71,14 @@ To train it from scratch follow these steps:
|
|
71 |
git clone https://github.com/speechbrain/speechbrain/
|
72 |
```
|
73 |
2. Install it:
|
74 |
-
```
|
75 |
cd speechbrain
|
76 |
pip install -r requirements.txt
|
77 |
pip install -e .
|
78 |
```
|
79 |
|
80 |
3. Run Training:
|
81 |
-
```
|
82 |
cd recipes/CommonVoice/ASR/seq2seq
|
83 |
python train.py hparams/train_it.yaml --data_folder=your_data_folder
|
84 |
```
|
@@ -97,7 +97,7 @@ The SpeechBrain team does not provide any warranty on the performance achieved b
|
|
97 |
year = {2021},
|
98 |
publisher = {GitHub},
|
99 |
journal = {GitHub repository},
|
100 |
-
howpublished = {
|
101 |
}
|
102 |
```
|
103 |
|
|
|
71 |
git clone https://github.com/speechbrain/speechbrain/
|
72 |
```
|
73 |
2. Install it:
|
74 |
+
```bash
|
75 |
cd speechbrain
|
76 |
pip install -r requirements.txt
|
77 |
pip install -e .
|
78 |
```
|
79 |
|
80 |
3. Run Training:
|
81 |
+
```bash
|
82 |
cd recipes/CommonVoice/ASR/seq2seq
|
83 |
python train.py hparams/train_it.yaml --data_folder=your_data_folder
|
84 |
```
|
|
|
97 |
year = {2021},
|
98 |
publisher = {GitHub},
|
99 |
journal = {GitHub repository},
|
100 |
+
howpublished = {\\\\\\\\\\\\\\\\url{https://github.com/speechbrain/speechbrain}},
|
101 |
}
|
102 |
```
|
103 |
|