Update README.md
Browse files
README.md
CHANGED
@@ -1,16 +1,47 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.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 |
-
# grammar-synthesis-small-
|
14 |
|
15 |
This model is a fine-tuned version of [pszemraj/grammar-synthesis-small-WIP](https://huggingface.co/pszemraj/grammar-synthesis-small-WIP) on an unknown dataset.
|
16 |
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
tags:
|
4 |
+
- grammar
|
5 |
+
- spelling
|
6 |
+
- punctuation
|
7 |
+
- error-correction
|
8 |
+
datasets:
|
9 |
+
- jfleg
|
10 |
+
widget:
|
11 |
+
- text: "i can has cheezburger"
|
12 |
+
example_title: "cheezburger"
|
13 |
+
- text: "There car broke down so their hitching a ride to they're class."
|
14 |
+
example_title: "compound-1"
|
15 |
+
- 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
|
16 |
+
i again tort watfettering an we have estimated the trend an
|
17 |
+
called wot to be called sthat of exty right now we can and look at
|
18 |
+
wy this should not hare a trend i becan we just remove the trend an and we can we now estimate
|
19 |
+
tesees ona effect of them exty"
|
20 |
+
example_title: "Transcribed Audio Example 2"
|
21 |
+
- text: "My coworker said he used a financial planner to help choose his stocks so he wouldn't loose money."
|
22 |
+
example_title: "incorrect word choice (context)"
|
23 |
+
- 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
|
24 |
+
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
|
25 |
+
ta ohow to remove trents in these nalitives from time series"
|
26 |
+
example_title: "lowercased audio transcription output"
|
27 |
+
- text: "Frustrated, the chairs took me forever to set up."
|
28 |
+
example_title: "dangling modifier"
|
29 |
+
- text: "I would like a peice of pie."
|
30 |
+
example_title: "miss-spelling"
|
31 |
+
- text: "Which part of Zurich was you going to go hiking in when we were there for the first time together? ! ?"
|
32 |
+
example_title: "chatbot on Zurich"
|
33 |
+
|
34 |
+
parameters:
|
35 |
+
max_length: 128
|
36 |
+
min_length: 4
|
37 |
+
num_beams: 4
|
38 |
+
repetition_penalty: 1.21
|
39 |
+
length_penalty: 1
|
40 |
+
early_stopping: True
|
41 |
---
|
42 |
|
|
|
|
|
43 |
|
44 |
+
# grammar-synthesis-small - beta
|
45 |
|
46 |
This model is a fine-tuned version of [pszemraj/grammar-synthesis-small-WIP](https://huggingface.co/pszemraj/grammar-synthesis-small-WIP) on an unknown dataset.
|
47 |
|