Audio-Text-to-Text
Transformers
Safetensors
English
sori_mcq
feature-extraction
audio
audio-language-model
audio-understanding
audio-question-answering
decision-model
calibrated-probabilities
multiple-choice
lfm2.5
custom_code
Instructions to use snkii/Sori-1B-MCQ with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use snkii/Sori-1B-MCQ with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("snkii/Sori-1B-MCQ", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
Option-order consistency for the probability outputs
#1 opened 4 days ago
by
DrWalterKurz