Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,48 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
-
-
|
5 |
-
|
6 |
-
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
11 |
-
should probably proofread and complete it, then remove this comment. -->
|
12 |
|
13 |
-
#
|
14 |
|
15 |
-
|
16 |
|
17 |
## Model description
|
18 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
tags:
|
4 |
+
- grammar
|
5 |
+
- spelling
|
6 |
+
- punctuation
|
7 |
+
- error-correction
|
8 |
+
|
9 |
+
widget:
|
10 |
+
- text: "Anna and Mike is going skiing"
|
11 |
+
example_title: "skiing"
|
12 |
+
- text: "so em if we have an now so with fito ringina know how to estimate the tren given the ereafte mylite trend we can also em an estimate is nod s
|
13 |
+
i again tort watfettering an we have estimated the trend an
|
14 |
+
called wot to be called sthat of exty right now we can and look at
|
15 |
+
wy this should not hare a trend i becan we just remove the trend an and we can we now estimate
|
16 |
+
tesees ona effect of them exty"
|
17 |
+
example_title: "Transcribed Audio Example 2"
|
18 |
+
- text: "I would like a peice of pie."
|
19 |
+
example_title: "miss-spelling"
|
20 |
+
- text: "My coworker said he used a financial planner to help choose his stocks so he wouldn't loose money."
|
21 |
+
example_title: "incorrect word choice (context)"
|
22 |
+
- text: "good so hve on an tadley i'm not able to make it to the exla session on monday this week e which is why i am e recording pre recording
|
23 |
+
an this excelleision and so to day i want e to talk about two things and first of all em i wont em wene give a summary er about
|
24 |
+
ta ohow to remove trents in these nalitives from time series"
|
25 |
+
example_title: "lowercased audio transcription output"
|
26 |
+
- text: "Frustrated, the chairs took me forever to set up."
|
27 |
+
example_title: "dangling modifier"
|
28 |
+
- text: "There car broke down so their hitching a ride to they're class."
|
29 |
+
example_title: "compound-1"
|
30 |
+
- text: "Which part of Zurich was you going to go hiking in when we were there for the first time together? ! ?"
|
31 |
+
example_title: "chatbot on Zurich"
|
32 |
+
|
33 |
+
parameters:
|
34 |
+
max_length: 128
|
35 |
+
min_length: 4
|
36 |
+
num_beams: 4
|
37 |
+
repetition_penalty: 1.21
|
38 |
+
length_penalty: 1
|
39 |
+
early_stopping: True
|
40 |
---
|
41 |
|
|
|
|
|
42 |
|
43 |
+
# grammar-synthesis-large - beta
|
44 |
|
45 |
+
A fine-tuned version of [google/t5-v1_1-large](https://huggingface.co/google/t5-v1_1-large) for grammar correction on an expanded version of the [JFLEG](https://paperswithcode.com/dataset/jfleg) dataset.
|
46 |
|
47 |
## Model description
|
48 |
|