Add pipeline tag and library name
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
-
|
| 6 |
<div align="center">
|
| 7 |
<h1>
|
| 8 |
GLAP (Generalized Language Audio Pretraining)
|
|
@@ -194,7 +195,6 @@ DDP is also supported:
|
|
| 194 |
accelerate launch run.py translate_sonar data/WavCaps/freesound/freesound_train_sample_0000* --output_path data/translations/WavCaps/freesound/
|
| 195 |
```
|
| 196 |
|
| 197 |
-
|
| 198 |
## Citation
|
| 199 |
|
| 200 |
```bibtex
|
|
@@ -204,5 +204,4 @@ Title = {GLAP: General contrastive audio-text pretraining across domains and lan
|
|
| 204 |
Year = {2025},
|
| 205 |
Eprint = {arXiv:2506.11350},
|
| 206 |
}
|
| 207 |
-
```
|
| 208 |
-
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
pipeline_tag: audio-text-to-text
|
| 4 |
+
library_name: glap_model
|
| 5 |
---
|
| 6 |
|
|
|
|
| 7 |
<div align="center">
|
| 8 |
<h1>
|
| 9 |
GLAP (Generalized Language Audio Pretraining)
|
|
|
|
| 195 |
accelerate launch run.py translate_sonar data/WavCaps/freesound/freesound_train_sample_0000* --output_path data/translations/WavCaps/freesound/
|
| 196 |
```
|
| 197 |
|
|
|
|
| 198 |
## Citation
|
| 199 |
|
| 200 |
```bibtex
|
|
|
|
| 204 |
Year = {2025},
|
| 205 |
Eprint = {arXiv:2506.11350},
|
| 206 |
}
|
| 207 |
+
```
|
|
|