Transformers
TensorBoard
Safetensors
t5
text2text-generation
Generated from Trainer
text-generation-inference
Instructions to use cheaptrix/MTSUSpring2025SoftwareEngineering with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cheaptrix/MTSUSpring2025SoftwareEngineering with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForMultimodalLM tokenizer = AutoTokenizer.from_pretrained("cheaptrix/MTSUSpring2025SoftwareEngineering") model = AutoModelForMultimodalLM.from_pretrained("cheaptrix/MTSUSpring2025SoftwareEngineering") - Notebooks
- Google Colab
- Kaggle