Update README.md
Browse files
README.md
CHANGED
@@ -43,14 +43,14 @@ ta ohow to remove trents in these nalitives from time series"
|
|
43 |
parameters:
|
44 |
max_length: 128
|
45 |
min_length: 4
|
46 |
-
num_beams:
|
47 |
repetition_penalty: 1.21
|
48 |
length_penalty: 1
|
49 |
early_stopping: True
|
50 |
---
|
51 |
|
52 |
|
53 |
-
# grammar-synthesis-large
|
54 |
|
55 |
A fine-tuned version of [google/flan-t5-large](https://huggingface.co/google/flan-t5-large) for grammar correction on an expanded version of the [JFLEG](https://paperswithcode.com/dataset/jfleg) dataset.
|
56 |
|
|
|
43 |
parameters:
|
44 |
max_length: 128
|
45 |
min_length: 4
|
46 |
+
num_beams: 8
|
47 |
repetition_penalty: 1.21
|
48 |
length_penalty: 1
|
49 |
early_stopping: True
|
50 |
---
|
51 |
|
52 |
|
53 |
+
# grammar-synthesis-large: FLAN-t5
|
54 |
|
55 |
A fine-tuned version of [google/flan-t5-large](https://huggingface.co/google/flan-t5-large) for grammar correction on an expanded version of the [JFLEG](https://paperswithcode.com/dataset/jfleg) dataset.
|
56 |
|