Add metadata and improve model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,9 +1,17 @@
1
- # ESRT
 
 
 
2
 
3
- ## Bandwidth-Efficient and Privacy-Preserving Edge-Cloud Many-to-Many Speech Translation.
 
 
4
 
5
  ESRT supports many-to-many speech-to-text translation across **45 languages** (45 × 44 directions). It uses an edge-cloud split inference architecture to protect voice privacy and reduce bandwidth by transmitting only compressed acoustic features instead of raw audio.
6
 
 
 
 
7
  [![arXiv](https://img.shields.io/badge/arXiv-2605.28642-b31b1b.svg)](https://arxiv.org/abs/2605.28642)
8
  [![Hugging Face Models](https://img.shields.io/badge/%F0%9F%A4%97-Models-yellow "https://huggingface.co/yxdu")](https://huggingface.co/yxdu/ESRT-4B)
9
 
@@ -65,4 +73,4 @@ Training code will be open-sourced in a future release. Validated on:
65
  primaryClass={cs.AI},
66
  url={https://arxiv.org/abs/2605.28642},
67
  }
68
- ```
 
1
+ ---
2
+ library_name: transformers
3
+ pipeline_tag: automatic-speech-recognition
4
+ ---
5
 
6
+ # ESRT: Edge-cloud Speech Recognition and Translation
7
+
8
+ This repository contains the weights for ESRT-4B, as presented in the paper [Bandwidth-Efficient and Privacy-Preserving Edge-Cloud Many-to-Many Speech Translation](https://huggingface.co/papers/2605.28642).
9
 
10
  ESRT supports many-to-many speech-to-text translation across **45 languages** (45 × 44 directions). It uses an edge-cloud split inference architecture to protect voice privacy and reduce bandwidth by transmitting only compressed acoustic features instead of raw audio.
11
 
12
+ - **Paper:** [arXiv:2605.28642](https://arxiv.org/abs/2605.28642)
13
+ - **Code:** [https://github.com/yxduir/esrt](https://github.com/yxduir/esrt)
14
+
15
  [![arXiv](https://img.shields.io/badge/arXiv-2605.28642-b31b1b.svg)](https://arxiv.org/abs/2605.28642)
16
  [![Hugging Face Models](https://img.shields.io/badge/%F0%9F%A4%97-Models-yellow "https://huggingface.co/yxdu")](https://huggingface.co/yxdu/ESRT-4B)
17
 
 
73
  primaryClass={cs.AI},
74
  url={https://arxiv.org/abs/2605.28642},
75
  }
76
+ ```