Unverified Commit ad060b13 authored by Amir Gholami's avatar Amir Gholami Committed by GitHub
Browse files

Update README.md

parent 32c6a47b
...@@ -80,3 +80,15 @@ python test.py --bs {batch_size} --config configs/squeezeformer-S.yml --saved sq ...@@ -80,3 +80,15 @@ python test.py --bs {batch_size} --config configs/squeezeformer-S.yml --saved sq
* `tsv_dir` is the directory path to the tsv manifest files that you created in the previous step. * `tsv_dir` is the directory path to the tsv manifest files that you created in the previous step.
* You can test on other Squeezeformer models by changing `--config` and `--saved`, e.g., Squeezeformer-L or Squeezeformer-M. * You can test on other Squeezeformer models by changing `--config` and `--saved`, e.g., Squeezeformer-L or Squeezeformer-M.
## Citation
AdaHessian has been developed as part of the following paper. We appreciate it if you would please cite the following paper if you found the library useful for your work:
```text
@article{kim2022squeezeformer,
title={Squeezeformer: An Efficient Transformer for Automatic Speech Recognition},
author={Kim, Sehoon and Gholami, Amir and Shaw, Albert and Lee, Nicholas and Mangalam, Karttikeya and Malik, Jitendra Mahoney, Michael W and Keutzer, Kurt},
journal={arxiv:2206.00888},
year={2022}
}
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment