Instructions to use microsoft/codereviewer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use microsoft/codereviewer with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("microsoft/codereviewer") model = AutoModelForSeq2SeqLM.from_pretrained("microsoft/codereviewer") - Notebooks
- Google Colab
- Kaggle
How to prepare the model checkpoint before running the fine-tune scripts for a particular downstream task?
#6
by asifhaider - opened
This comment has been hidden
asifhaider changed discussion status to closed