alisartazkhan commited on
Commit
06efaec
·
verified ·
1 Parent(s): 1c933d8

Update talk_arena/audio_collection.py

Browse files
Files changed (1) hide show
  1. talk_arena/audio_collection.py +1 -1
talk_arena/audio_collection.py CHANGED
@@ -18,7 +18,7 @@ os.makedirs("outputs", exist_ok=True)
18
  # Initialize Hugging Face API client
19
  hf_api = HfApi(token=os.getenv("HF_TOKEN"))
20
  DATASET_REPO = "alisartazkhan/audioLLM_judge"
21
- CATEGORY = "pilot_tempo_control6"
22
  MAX_RECORDINGS = 5 # Number of prompts to record
23
  COMPLETION_CODE = "CEO4RWQ6"
24
  resampler = Audio(sampling_rate=16_000)
 
18
  # Initialize Hugging Face API client
19
  hf_api = HfApi(token=os.getenv("HF_TOKEN"))
20
  DATASET_REPO = "alisartazkhan/audioLLM_judge"
21
+ CATEGORY = "pilot_tempo_control7"
22
  MAX_RECORDINGS = 5 # Number of prompts to record
23
  COMPLETION_CODE = "CEO4RWQ6"
24
  resampler = Audio(sampling_rate=16_000)