Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
mispeech
/
GLAP
like
6
Follow
Horizon Team, Xiaomi MiLM Plus
98
Audio-Text-to-Text
Safetensors
glap_model
glap
custom_code
arxiv:
2506.11350
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
2
main
GLAP
/
__init__.py
Heinrich Dinkel
Updated GLAP, removed all dependencies to sonar.
a09cac7
14 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
119 Bytes
from
.modeling_glap
import
GlapModel
from
.configuration_glap
import
GlapConfig
__all__ = [
"GlapModel"
,
"GlapConfig"
]