Add example inputs
Browse files
README.md
CHANGED
@@ -1,15 +1,41 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
-
- grammarly/coedit
|
5 |
language:
|
6 |
-
- en
|
7 |
tags:
|
8 |
-
- text-generation-inference
|
9 |
-
- candle
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
|
|
11 |
|
12 |
-
Quantized weights of [
|
13 |
|
14 |
Conversion command, using candle:
|
15 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
datasets:
|
4 |
+
- grammarly/coedit
|
5 |
language:
|
6 |
+
- en
|
7 |
tags:
|
8 |
+
- text-generation-inference
|
9 |
+
- candle
|
10 |
+
widget:
|
11 |
+
- text: >-
|
12 |
+
Fix the grammar: When I grow up,
|
13 |
+
I start to understand what he said is
|
14 |
+
quite right.
|
15 |
+
example_title: Fluency
|
16 |
+
- text: >-
|
17 |
+
Make this text coherent: Their flight
|
18 |
+
is weak. They run quickly through
|
19 |
+
the tree canopy.
|
20 |
+
example_title: Coherence
|
21 |
+
- text: >-
|
22 |
+
Rewrite to make this easier to understand: A storm surge is what
|
23 |
+
forecasters consider a hurricane's most treacherous aspect.
|
24 |
+
example_title: Clarity (Simplification)
|
25 |
+
- text: >-
|
26 |
+
Paraphrase this: Do you know where I was born?
|
27 |
+
example_title: Style (Paraphrase)
|
28 |
+
- text: >-
|
29 |
+
Write this more formally: omg i love that song im
|
30 |
+
listening to it right now
|
31 |
+
example_title: Style (Formalize)
|
32 |
+
- text: >-
|
33 |
+
Write in a more neutral way: The authors' exposé on nutrition studies.
|
34 |
+
example_title: Style (Neutralize)
|
35 |
---
|
36 |
+
# Quantized candle weights for the CoEdIT model
|
37 |
|
38 |
+
Quantized weights of [CoEdIT](https://github.com/vipulraheja/coedit) for inference with [candle](https://github.com/huggingface/candle/tree/main/candle-examples/examples/quantized-t5).
|
39 |
|
40 |
Conversion command, using candle:
|
41 |
|