Instructions to use cardev212/large-v2_completo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cardev212/large-v2_completo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="cardev212/large-v2_completo")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("cardev212/large-v2_completo") model = AutoModelForSpeechSeq2Seq.from_pretrained("cardev212/large-v2_completo", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "base_model_name_or_path": "content/large-v2", | |
| "bias": "none", | |
| "enable_lora": null, | |
| "fan_in_fan_out": false, | |
| "inference_mode": true, | |
| "lora_alpha": 64, | |
| "lora_dropout": 0.05, | |
| "merge_weights": false, | |
| "modules_to_save": null, | |
| "peft_type": "LORA", | |
| "r": 32, | |
| "target_modules": [ | |
| "q_proj", | |
| "v_proj" | |
| ], | |
| "task_type": "Transcribe" | |
| } |