diff --git a/egs/librispeech/WSASR/README.md b/egs/librispeech/WSASR/README.md
index a11ceea0f..ae92f6632 100644
--- a/egs/librispeech/WSASR/README.md
+++ b/egs/librispeech/WSASR/README.md
@@ -136,17 +136,62 @@ export CUDA_VISIBLE_DEVICES="0"
```
### Results (ctc-greedy-search)
-| Traning Criterion | test-clean | test-other |
-|------------|:-------:|:----:|
-| CTC |100.0|100.0 |
-| OTC | 11.89 | 25.46 |
+
+
+ Training Criterion |
+ ssl |
+ fbank |
+
+
+ test-clean |
+ test-other |
+ test-clean |
+ test-other |
+
+
+ CTC |
+ 100.0 |
+ 100.0 |
+ 99.89 |
+ 99.98 |
+
+
+ OTC |
+ 11.89 |
+ 25.46 |
+ 20.14 |
+ 44.24 |
+
+
### Results (1best, blank_bias=-4)
-| Traning Criterion | test-clean | test-other |
-|------------|:-------:|:----:|
-| CTC |98.40|98.68 |
-| OTC | 6.59 | 15.98 |
-
+
+
+ Training Criterion |
+ ssl |
+ fbank |
+
+
+ test-clean |
+ test-other |
+ test-clean |
+ test-other |
+
+
+ CTC |
+ 98.40 |
+ 98.68 |
+ 99.79 |
+ 99.86 |
+
+
+ OTC |
+ 6.59 |
+ 15.98 |
+ 11.78 |
+ 32.38 |
+
+
## Citations
```