biaofu-xmu commited on
Commit
993777f
·
verified ·
1 Parent(s): 3605328

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -6
README.md CHANGED
@@ -1,7 +1,12 @@
1
- # wav2vec-S-Base
2
-
3
- wav2vec-S is a streaming variant of wav2vec 2.0, designed to maintain consistent representations between training and inference for streaming speech processing.
4
-
5
- wav2vec-S-Base was continually pre-trained on the LibriSpeech 960h dataset.
6
-
 
 
 
 
 
7
  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.
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ ---
6
+ # wav2vec-S-Base
7
+
8
+ wav2vec-S is a streaming variant of wav2vec 2.0, designed to maintain consistent representations between training and inference for streaming speech processing.
9
+
10
+ wav2vec-S-Base was continually pre-trained on the LibriSpeech 960h dataset.
11
+
12
  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.