Hengy1111 commited on
Commit
b78ac0a
·
verified ·
1 Parent(s): 612252f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -11,6 +11,10 @@ Place the WAV and JSON files in the `dev_data` directory.
11
  To distinguish the recognition performance of each part, prefix the file names of part1 with `fold-d-`, prefix the file names of part2 with `fold-a-``fold-b-``fold-c-`,
12
  and prefix the file names of part3 with `fold-e-`.
13
 
 
 
 
 
14
  Environment:
15
  cd ../../qwen2_audio_baseline
16
  pip install -r requirements.txt
 
11
  To distinguish the recognition performance of each part, prefix the file names of part1 with `fold-d-`, prefix the file names of part2 with `fold-a-``fold-b-``fold-c-`,
12
  and prefix the file names of part3 with `fold-e-`.
13
 
14
+ Download the pre-trained Sentence-BERT model and tokenizer from the following URL:
15
+ https://huggingface.co/sentence-transformers/all-MiniLM-L6-v2/tree/main
16
+ Place the downloaded pre-trained model and tokenizer inside the ../../qwen2_audio_baseline/Bert_pretrain.
17
+
18
  Environment:
19
  cd ../../qwen2_audio_baseline
20
  pip install -r requirements.txt