rabden commited on
Commit
330f5bf
·
verified ·
1 Parent(s): 33322c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
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
- pipeline_tag: text2text-generation
 
 
 
 
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).