Instructions to use intexcp/gigactc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use intexcp/gigactc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="intexcp/gigactc", trust_remote_code=True)# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("intexcp/gigactc", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "auto_map": { | |
| "AutoFeatureExtractor": "gigaam_transformers.GigaAMFeatureExtractor", | |
| "AutoProcessor": "gigaam_transformers.GigaAMProcessor" | |
| }, | |
| "chunk_length": 30, | |
| "feature_extractor_class": "GigaAMFeatureExtractor", | |
| "feature_extractor_type": "GigaAMFeatureExtractor", | |
| "feature_size": 64, | |
| "hop_length": 160, | |
| "model_type": "gigaam-ctc", | |
| "n_samples": 480000, | |
| "padding_side": "right", | |
| "padding_value": 0.0, | |
| "processor_class": "GigaAMProcessor", | |
| "return_attention_mask": true, | |
| "sampling_rate": 16000 | |
| } | |