Update README.md
Browse files
README.md
CHANGED
@@ -7,7 +7,7 @@ tags:
|
|
7 |
language: en
|
8 |
license: apache-2.0
|
9 |
datasets:
|
10 |
-
-
|
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("
|
33 |
model = Qwen2_5OmniThinkerForConditionalGeneration.from_pretrained(
|
34 |
-
"
|
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,
|