khanhld3
commited on
Commit
·
da92452
1
Parent(s):
8084070
[update] update readme
Browse files
README.md
CHANGED
@@ -89,7 +89,7 @@ model-index:
|
|
89 |
---
|
90 |
<a name = "implementation" ></a>
|
91 |
## Documentation and Implementation
|
92 |
-
The [Documentation](
|
93 |
|
94 |
---
|
95 |
<a name = "benchmark" ></a>
|
@@ -136,8 +136,8 @@ This will download the model checkpoint to the checkpoints folder inside your ch
|
|
136 |
```bash
|
137 |
python decode.py \
|
138 |
--model_checkpoint path/to/local/chunkformer-large-vie \
|
139 |
-
--max_duration 14400 \ #in second, default is 1800
|
140 |
--long_form_audio path/to/audio.wav \
|
|
|
141 |
--chunk_size 64 \
|
142 |
--left_context_size 128 \
|
143 |
--right_context_size 128
|
|
|
89 |
---
|
90 |
<a name = "implementation" ></a>
|
91 |
## Documentation and Implementation
|
92 |
+
The [Documentation]() and [Implementation](https://github.com/khanld/chunkformer) of ChunkFormer are publicly available.
|
93 |
|
94 |
---
|
95 |
<a name = "benchmark" ></a>
|
|
|
136 |
```bash
|
137 |
python decode.py \
|
138 |
--model_checkpoint path/to/local/chunkformer-large-vie \
|
|
|
139 |
--long_form_audio path/to/audio.wav \
|
140 |
+
--max_duration 14400 \ #in second, default is 1800
|
141 |
--chunk_size 64 \
|
142 |
--left_context_size 128 \
|
143 |
--right_context_size 128
|