gijs commited on
Commit
cb60ef4
·
verified ·
1 Parent(s): 59ad9cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -26,9 +26,9 @@ import torchaudio
26
  import soundfile as sf
27
 
28
  # Load processor and model
29
- processor = Qwen2_5OmniProcessor.from_pretrained("GLJS/audsemthinker-qa-grpo", trust_remote_code=True)
30
  model = Qwen2_5OmniThinkerForConditionalGeneration.from_pretrained(
31
- "GLJS/audsemthinker-qa-grpo",
32
  torch_dtype=torch.bfloat16,
33
  device_map="auto",
34
  trust_remote_code=True,
 
26
  import soundfile as sf
27
 
28
  # Load processor and model
29
+ processor = Qwen2_5OmniProcessor.from_pretrained("gijs/audsemthinker-qa-grpo", trust_remote_code=True)
30
  model = Qwen2_5OmniThinkerForConditionalGeneration.from_pretrained(
31
+ "gijs/audsemthinker-qa-grpo",
32
  torch_dtype=torch.bfloat16,
33
  device_map="auto",
34
  trust_remote_code=True,