marisming commited on
Commit
1441e4d
·
verified ·
1 Parent(s): 94e0b07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1,6 +1,7 @@
1
- # A T5-large model was trained from scratch on a mixed dataset of DNA, protein sequences, and English text. The steps are as follows:
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