Instructions to use Tiger14n/Mapperatorinator2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Tiger14n/Mapperatorinator2 with Transformers:
# Load model directly from transformers import Mapperatorinator model = Mapperatorinator.from_pretrained("Tiger14n/Mapperatorinator2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +0 -1
config.json
CHANGED
|
@@ -3,7 +3,6 @@
|
|
| 3 |
"Mapperatorinator"
|
| 4 |
],
|
| 5 |
"backbone_config": {
|
| 6 |
-
"_attn_implementation_autoset": true,
|
| 7 |
"_name_or_path": "openai/whisper-small",
|
| 8 |
"architectures": [
|
| 9 |
"WhisperForConditionalGeneration"
|
|
|
|
| 3 |
"Mapperatorinator"
|
| 4 |
],
|
| 5 |
"backbone_config": {
|
|
|
|
| 6 |
"_name_or_path": "openai/whisper-small",
|
| 7 |
"architectures": [
|
| 8 |
"WhisperForConditionalGeneration"
|