Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
# A T5-large model
|
| 2 |
-
|
| 3 |
|
|
|
|
|
|
|
| 4 |
``` python
|
| 5 |
import torch
|
| 6 |
import numpy as np
|
|
|
|
| 1 |
+
# A T5-large model
|
|
|
|
| 2 |
|
| 3 |
+
Trained from scratch on a mixed dataset of DNA, protein sequences, and English text
|
| 4 |
+
|
| 5 |
``` python
|
| 6 |
import torch
|
| 7 |
import numpy as np
|