gijs commited on
Commit
b7fa05d
·
verified ·
1 Parent(s): 088b958

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -7,7 +7,7 @@ tags:
7
  language: en
8
  license: apache-2.0
9
  datasets:
10
- - GLJS/AudSem
11
  ---
12
 
13
  # AudSemThinker-QA
@@ -29,9 +29,9 @@ import torchaudio
29
  import soundfile as sf
30
 
31
  # Load processor and model
32
- processor = Qwen2_5OmniProcessor.from_pretrained("GLJS/audsemthinker-qa", trust_remote_code=True)
33
  model = Qwen2_5OmniThinkerForConditionalGeneration.from_pretrained(
34
- "GLJS/audsemthinker-qa",
35
  torch_dtype=torch.bfloat16,
36
  device_map="auto",
37
  trust_remote_code=True,
 
7
  language: en
8
  license: apache-2.0
9
  datasets:
10
+ - gijs/AudSem
11
  ---
12
 
13
  # AudSemThinker-QA
 
29
  import soundfile as sf
30
 
31
  # Load processor and model
32
+ processor = Qwen2_5OmniProcessor.from_pretrained("gijs/audsemthinker-qa", trust_remote_code=True)
33
  model = Qwen2_5OmniThinkerForConditionalGeneration.from_pretrained(
34
+ "gijs/audsemthinker-qa",
35
  torch_dtype=torch.bfloat16,
36
  device_map="auto",
37
  trust_remote_code=True,