pszemraj commited on
Commit
91c2d08
1 Parent(s): 8d19ff1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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: 4
47
  repetition_penalty: 1.21
48
  length_penalty: 1
49
  early_stopping: True
50
  ---
51
 
52
 
53
- # grammar-synthesis-large - with 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
 
 
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