Instructions to use UphamProjects/STT-Gated_TCN with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use UphamProjects/STT-Gated_TCN with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("UphamProjects/STT-Gated_TCN", dtype="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "dropout": 0.25, | |
| "kernel_size": 3, | |
| "num_channels": [ | |
| 512, | |
| 512, | |
| 1024, | |
| 1024 | |
| ], | |
| "num_classes": 83, | |
| "num_features": 80 | |
| } |