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');
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers.js
|
| 3 |
+
base_model: microsoft/codereviewer
|
| 4 |
+
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.
|