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
OSError: microsoft/codereviewer does not appear to have a file named config.json. Checkout 'https://huggingface.co/microsoft/codereviewer/None' for available files
#2
by sakura1225 - opened
When I try to download this model, it turns out:
OSError: microsoft/codereviewer does not appear to have a file named config.json. Checkout 'https://huggingface.co/microsoft/codereviewer/None' for available files
But I have successfully downloaded this model before, and there are "models -- microsoft -- codereviewer" in/. cache/huggingace/hub.
Then I delete this folder, the error still exists.
So, how to fix this error?
Same with tokenizer.json, which is missing.

