Code for Encode Once, Decode Never: Reusing Audio LM Internals for Efficient Temporal Localization (COLM 2026)
-
First, modify the
prefixargument inenvironment.yamlto point to your desired directory (or current directory):prefix: /path/to/your/desired/environment/location
-
Create the environment from the YAML file:
conda env create -f environment.yaml
-
Activate the environment:
conda activate ./env # or whatever you set prefix to
Run the following Python commands to download required NLTK data:
import nltk
nltk.download('stopwords')The datasets can be found on HuggingFace