Instructions to use espnet/geolid_vl107only_shared_trainable with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ESPnet
How to use espnet/geolid_vl107only_shared_trainable with ESPnet:
unknown model type (must be text-to-speech or automatic-speech-recognition)
- Notebooks
- Google Colab
- Kaggle
Commit ·
22d56e0
1
Parent(s): 745f00f
Add arXiv link.
Browse files
README.md
CHANGED
|
@@ -120,6 +120,8 @@ license: cc-by-4.0
|
|
| 120 |
|
| 121 |
### `espnet/geolid_vl107only_shared_trainable`
|
| 122 |
|
|
|
|
|
|
|
| 123 |
This geolocation-aware language identification (LID) model is developed using the [ESPnet](https://github.com/espnet/espnet/) toolkit. It integrates the powerful pretrained [MMS-1B](https://huggingface.co/facebook/mms-1b) as the encoder and employs [ECAPA-TDNN](https://arxiv.org/pdf/2005.07143) as the embedding extractor to achieve robust spoken language identification.
|
| 124 |
|
| 125 |
The main innovations of this model are:
|
|
@@ -127,7 +129,7 @@ The main innovations of this model are:
|
|
| 127 |
2. Conditioning the intermediate representations of the self-supervised learning (SSL) encoder on intermediate-layer information.
|
| 128 |
This geolocation-aware strategy greatly improves robustness, especially for dialects and accented variations.
|
| 129 |
|
| 130 |
-
For further details on the geolocation-aware LID methodology, please refer to our paper: *Geolocation-Aware Robust Spoken Language Identification* (arXiv
|
| 131 |
|
| 132 |
### Usage Guide: How to use in ESPnet2
|
| 133 |
|
|
|
|
| 120 |
|
| 121 |
### `espnet/geolid_vl107only_shared_trainable`
|
| 122 |
|
| 123 |
+
[Paper](https://arxiv.org/pdf/2508.17148)
|
| 124 |
+
|
| 125 |
This geolocation-aware language identification (LID) model is developed using the [ESPnet](https://github.com/espnet/espnet/) toolkit. It integrates the powerful pretrained [MMS-1B](https://huggingface.co/facebook/mms-1b) as the encoder and employs [ECAPA-TDNN](https://arxiv.org/pdf/2005.07143) as the embedding extractor to achieve robust spoken language identification.
|
| 126 |
|
| 127 |
The main innovations of this model are:
|
|
|
|
| 129 |
2. Conditioning the intermediate representations of the self-supervised learning (SSL) encoder on intermediate-layer information.
|
| 130 |
This geolocation-aware strategy greatly improves robustness, especially for dialects and accented variations.
|
| 131 |
|
| 132 |
+
For further details on the geolocation-aware LID methodology, please refer to our paper: *Geolocation-Aware Robust Spoken Language Identification* ([arXiv](https://arxiv.org/pdf/2508.17148)).
|
| 133 |
|
| 134 |
### Usage Guide: How to use in ESPnet2
|
| 135 |
|