patrickvonplaten
commited on
Commit
•
63aaf44
1
Parent(s):
814d86e
Update README.md
Browse files
README.md
CHANGED
@@ -8,6 +8,17 @@ model-index:
|
|
8 |
results: []
|
9 |
---
|
10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
should probably proofread and complete it, then remove this comment. -->
|
13 |
|
|
|
8 |
results: []
|
9 |
---
|
10 |
|
11 |
+
To rerun this experiment, please clone this directory and run:
|
12 |
+
|
13 |
+
```bash
|
14 |
+
python create_model.py
|
15 |
+
```
|
16 |
+
followed by
|
17 |
+
|
18 |
+
```bash
|
19 |
+
./run_librispeech.sh
|
20 |
+
```
|
21 |
+
|
22 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
23 |
should probably proofread and complete it, then remove this comment. -->
|
24 |
|