diff --git a/egs/librispeech/ASR/RESULTS.md b/egs/librispeech/ASR/RESULTS.md
index 1b03d7de5..7903df42e 100644
--- a/egs/librispeech/ASR/RESULTS.md
+++ b/egs/librispeech/ASR/RESULTS.md
@@ -234,6 +234,9 @@ The training command is:
--average-period 100
```
+The tensorboard log can be found at
+
+
The decoding command using greedy search is:
```bash
./pruned_transducer_stateless4/decode.py \
@@ -271,6 +274,10 @@ The decoding command using modified beam search is:
--beam-size 4
```
+Pretrained models, training logs, decoding logs, and decoding results
+are available at
+
+
#### Training on train-clean-100
See