Instructions to use peterjandre/codet5-vbnet-csharp with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use peterjandre/codet5-vbnet-csharp with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("peterjandre/codet5-vbnet-csharp") model = AutoModelForMultimodalLM.from_pretrained("peterjandre/codet5-vbnet-csharp") - Notebooks
- Google Colab
- Kaggle