speechbrainteam commited on
Commit
5b11ecc
1 Parent(s): 0930397

Update README.md

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