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
add code tag and model description
#1
by loubnabnl HF Staff - opened
I added a code tag to easily find the model among other code models as well as a model description.
codebert changed pull request status to merged