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');
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,6 +5,9 @@ pipeline_tag: text2text-generation
|
|
| 5 |
license: apache-2.0
|
| 6 |
language:
|
| 7 |
- code
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
https://huggingface.co/microsoft/codereviewer with ONNX weights to be compatible with Transformers.js.
|
|
|
|
| 5 |
license: apache-2.0
|
| 6 |
language:
|
| 7 |
- code
|
| 8 |
+
tags:
|
| 9 |
+
- t5
|
| 10 |
+
- 223M
|
| 11 |
---
|
| 12 |
|
| 13 |
https://huggingface.co/microsoft/codereviewer with ONNX weights to be compatible with Transformers.js.
|