Text Generation
Transformers.js
ONNX
English
t5
text2text-generation
grammar-correction
coedit
quantized
text-generation-inference
Instructions to use rabden/coedit-large-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use rabden/coedit-large-onnx with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('text-generation', 'rabden/coedit-large-onnx');
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,11 +6,14 @@ tags:
|
|
| 6 |
- onnx
|
| 7 |
- transformers.js
|
| 8 |
- grammar-correction
|
| 9 |
-
- text2text-generation
|
| 10 |
- t5
|
| 11 |
- coedit
|
| 12 |
- quantized
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
# CoEdIT-Large ONNX (INT8 Quantized)
|
|
@@ -83,4 +86,4 @@ WebGPU backend is faster but requires browser with WebGPU support.
|
|
| 83 |
|
| 84 |
## License
|
| 85 |
|
| 86 |
-
CC-BY-NC-4.0 (same as the original model).
|
|
|
|
| 6 |
- onnx
|
| 7 |
- transformers.js
|
| 8 |
- grammar-correction
|
|
|
|
| 9 |
- t5
|
| 10 |
- coedit
|
| 11 |
- quantized
|
| 12 |
+
- text-generation
|
| 13 |
+
- text-generation-inference
|
| 14 |
+
pipeline_tag: text-generation
|
| 15 |
+
base_model:
|
| 16 |
+
- grammarly/coedit-large
|
| 17 |
---
|
| 18 |
|
| 19 |
# CoEdIT-Large ONNX (INT8 Quantized)
|
|
|
|
| 86 |
|
| 87 |
## License
|
| 88 |
|
| 89 |
+
CC-BY-NC-4.0 (same as the original model).
|