Instructions to use manu/colbidirlm-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use manu/colbidirlm-base with Transformers:
# Load model directly from transformers import ColQwen3Omni model = ColQwen3Omni.from_pretrained("manu/colbidirlm-base", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +0 -7
config.json
CHANGED
|
@@ -27,13 +27,6 @@
|
|
| 27 |
"audio_end_token_id": 151670,
|
| 28 |
"audio_start_token_id": 151669,
|
| 29 |
"audio_token_id": 151676,
|
| 30 |
-
"auto_map": {
|
| 31 |
-
"AutoConfig": "configuration_bidirlm_omni.BidirLMOmniConfig",
|
| 32 |
-
"AutoModel": "modeling_bidirlm_omni.BidirLMOmniModel",
|
| 33 |
-
"AutoModelForMaskedLM": "modeling_bidirlm_omni.BidirLMOmniForMaskedLM",
|
| 34 |
-
"AutoModelForSequenceClassification": "modeling_bidirlm_omni.BidirLMOmniForSequenceClassification",
|
| 35 |
-
"AutoModelForTokenClassification": "modeling_bidirlm_omni.BidirLMOmniForTokenClassification"
|
| 36 |
-
},
|
| 37 |
"clf_pooling": "late",
|
| 38 |
"dtype": "bfloat16",
|
| 39 |
"freeze_audio": true,
|
|
|
|
| 27 |
"audio_end_token_id": 151670,
|
| 28 |
"audio_start_token_id": 151669,
|
| 29 |
"audio_token_id": 151676,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
"clf_pooling": "late",
|
| 31 |
"dtype": "bfloat16",
|
| 32 |
"freeze_audio": true,
|