Instructions to use mishasadhaker/codet5_large_typescript_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mishasadhaker/codet5_large_typescript_v2 with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("mishasadhaker/codet5_large_typescript_v2") model = AutoModelForSeq2SeqLM.from_pretrained("mishasadhaker/codet5_large_typescript_v2") - Notebooks
- Google Colab
- Kaggle
Understanding Fine-tuning Procedure and Dataset of TypeScript Learning Model based on CodeT5
#2
by SmartBob - opened
Hello everyone,
I've recently come across a model on Hugging Face that builds upon the CodeT5 architecture for learning TypeScript. I'm intrigued by how this model was fine-tuned and the dataset it was trained on. Could someone shed some light on the fine-tuning procedure used for this model? Additionally, I'm curious about the dataset utilized during the training process. Any insights or resources regarding these aspects would be greatly appreciated.
Looking forward to your responses!