Instructions to use tomasmcm/microsoft-codereviewer-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use tomasmcm/microsoft-codereviewer-onnx with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'tomasmcm/microsoft-codereviewer-onnx');
metadata
library_name: transformers.js
base_model: microsoft/codereviewer
pipeline_tag: text2text-generation
license: apache-2.0
language:
- code
tags:
- t5
- 223M
https://huggingface.co/microsoft/codereviewer with ONNX weights to be compatible with Transformers.js.