Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,13 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
---
|
6 |
+
|
7 |
+
# wav2vec-S-Base-ft-960h
|
8 |
+
|
9 |
+
wav2vec-S is a streaming variant of wav2vec 2.0, designed to maintain consistent representations between training and inference for streaming speech processing.
|
10 |
+
|
11 |
+
wav2vec-S-Base-ft-960h was continually pre-trained and fine-tuned on the LibriSpeech 960h dataset.
|
12 |
+
|
13 |
+
See our [paper](https://aclanthology.org/2024.findings-acl.681/) for details and check out the [GitHub](https://github.com/biaofuxmu/wav2vec-S/wav2vec-S-hf/README.md) repository for usage instructions.
|