alisartazkhan commited on
Commit
cc8489d
·
verified ·
1 Parent(s): 63da5b9

Update talk_arena/audio_collection.py

Browse files
Files changed (1) hide show
  1. talk_arena/audio_collection.py +3 -3
talk_arena/audio_collection.py CHANGED
@@ -27,9 +27,9 @@ os.makedirs("outputs", exist_ok=True)
27
  # Initialize Hugging Face API client
28
  hf_api = HfApi(token=os.getenv("HF_TOKEN"))
29
  DATASET_REPO = "alisartazkhan/audioLLM_judge"
30
- CATEGORY = "pilot_tempo_control"
31
- COUNTER = 5
32
- CODE = "C1ARB3D6"
33
  CAT_DESC = "An interactive study that tests how well audio models follow voice prompts with changing tempo. Create your own prompts and compare model responses!"
34
  resampler = Audio(sampling_rate=16_000)
35
 
 
27
  # Initialize Hugging Face API client
28
  hf_api = HfApi(token=os.getenv("HF_TOKEN"))
29
  DATASET_REPO = "alisartazkhan/audioLLM_judge"
30
+ CATEGORY = "pilot_tempo_control_2"
31
+ COUNTER = 3
32
+ CODE = "C1BDJUET"
33
  CAT_DESC = "An interactive study that tests how well audio models follow voice prompts with changing tempo. Create your own prompts and compare model responses!"
34
  resampler = Audio(sampling_rate=16_000)
35