nielsr HF Staff commited on
Commit
eb0a830
·
verified ·
1 Parent(s): 82a4c7e

Add pipeline tag

Browse files

Hi! I'm Niels from the community science team at Hugging Face. This PR adds the `pipeline_tag: automatic-speech-recognition` to the model card's metadata to help users discover this model when filtering by task on the Hub. I've also included a link to the paper in the model card description.

Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -1,23 +1,24 @@
1
  ---
2
- license: mit
3
- tags:
4
- - speech-recognition
5
- - speech-translation
6
- - diffusion
7
- - flow-matching
8
- - asr
9
- - s2tt
10
  language:
11
- - en
12
- - de
13
  library_name: pytorch
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  # ELF-S2T pretrained weights
17
 
18
  Pretrained checkpoints for **"Speech Meets ELF: Audio Conditional Continuous-Target Diffusion for Speech Recognition and Translation"**.
19
 
20
- Code: https://github.com/Sslnon/ELF-S2T
21
 
22
  ELF-S2T performs speech-to-text as audio-conditioned generation in a continuous
23
  text-embedding space (a frozen Whisper-large-v3 encoder + a single linear
@@ -70,4 +71,4 @@ checkpoint's embedded `config`, so the same command works for every file.
70
  primaryClass={cs.SD},
71
  url={https://arxiv.org/abs/2606.10368},
72
  }
73
- ```
 
1
  ---
 
 
 
 
 
 
 
 
2
  language:
3
+ - en
4
+ - de
5
  library_name: pytorch
6
+ license: mit
7
+ pipeline_tag: automatic-speech-recognition
8
+ tags:
9
+ - speech-recognition
10
+ - speech-translation
11
+ - diffusion
12
+ - flow-matching
13
+ - asr
14
+ - s2tt
15
  ---
16
 
17
  # ELF-S2T pretrained weights
18
 
19
  Pretrained checkpoints for **"Speech Meets ELF: Audio Conditional Continuous-Target Diffusion for Speech Recognition and Translation"**.
20
 
21
+ [Paper](https://huggingface.co/papers/2606.10368) | [Code](https://github.com/Sslnon/ELF-S2T)
22
 
23
  ELF-S2T performs speech-to-text as audio-conditioned generation in a continuous
24
  text-embedding space (a frozen Whisper-large-v3 encoder + a single linear
 
71
  primaryClass={cs.SD},
72
  url={https://arxiv.org/abs/2606.10368},
73
  }
74
+ ```