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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
e9798ca | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fc03aa2669a6a10ac8546e8046e443285f315104c4508619823f3ad1c343e2dc
size 891915046
|