Update README.md
Browse files
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("
|
30 |
model = Qwen2_5OmniThinkerForConditionalGeneration.from_pretrained(
|
31 |
-
"
|
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,
|