MrlolDev commited on
Commit
9f8bc08
·
verified ·
1 Parent(s): 4b738a0

Upload setup.sh with huggingface_hub

Browse files
Files changed (1) hide show
  1. setup.sh +6 -0
setup.sh ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ # Setup using UV
3
+ uv pip install -q transformers accelerate datasets huggingface_hub \
4
+ soundfile librosa scikit-learn matplotlib seaborn jiwer funasr tqdm
5
+
6
+ huggingface-cli login --token $HF_TOKEN