pszemraj commited on
Commit
3c1f799
1 Parent(s): 00c27d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -54,10 +54,21 @@ parameters:
54
 
55
  # grammar-synthesis-large: FLAN-t5
56
 
 
 
 
 
 
 
57
  ![example](https://i.imgur.com/PIhrc7E.png)
58
 
 
 
 
59
  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.
60
 
 
 
61
  ## usage in Python
62
 
63
 
 
54
 
55
  # grammar-synthesis-large: FLAN-t5
56
 
57
+ <a href="https://colab.research.google.com/gist/pszemraj/5dc89199a631a9c6cfd7e386011452a0/demo-flan-t5-large-grammar-synthesis.ipynb">
58
+ <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
59
+ </a>
60
+
61
+ Example:
62
+
63
  ![example](https://i.imgur.com/PIhrc7E.png)
64
 
65
+
66
+ ## about
67
+
68
  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.
69
 
70
+ ---
71
+
72
  ## usage in Python
73
 
74