Instructions to use tanthinhdt/ViAVSP_LLM_v2_0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tanthinhdt/ViAVSP_LLM_v2_0 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("tanthinhdt/ViAVSP_LLM_v2_0", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "audio_feat_dim": 104, | |
| "auto_map": { | |
| "AutoFeatureExtractor": "modelling.AVSPLLMFeatureExtractor" | |
| }, | |
| "feature_extractor_type": "AVSPLLMFeatureExtractor", | |
| "num_channels": 1, | |
| "num_frames": 76, | |
| "size": 88 | |
| } | |