Instructions to use modelteam-ai/c2s_jan2025 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use modelteam-ai/c2s_jan2025 with PEFT:
from peft import PeftModel from transformers import AutoModelForSeq2SeqLM base_model = AutoModelForSeq2SeqLM.from_pretrained("Salesforce/codet5p-770m") model = PeftModel.from_pretrained(base_model, "modelteam-ai/c2s_jan2025") - Notebooks
- Google Colab
- Kaggle
Overview
This model is used to build the ModelTeam profile for engineers, allowing them to validate and showcase their skills. It is a PEFT-finetuned version of the Salesforce/codet5p-770m model, specifically trained to predict sections of the profile. The model is lightweight and efficient, making it suitable for running on a laptop.
Website: modelteam.ai
Instructions to Build your profile: modelteam git
Framework versions
- PEFT 0.11.0
- Downloads last month
- 3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for modelteam-ai/c2s_jan2025
Base model
Salesforce/codet5p-770m