yonghuiwu commited on
Commit
92b3b63
·
verified ·
1 Parent(s): eb333d1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -17,12 +17,13 @@ The Github for GatorTron is at : https://github.com/uf-hobi-informatics-lab/Gato
17
 
18
  <h2>Model variations</h2>
19
 
20
- Model | Parameter
21
- --- | ---
22
- [gatortron-base ](https://huggingface.co/UFNLP/gatortron-base)| 345 million
23
- [gatortronS](https://huggingface.co/UFNLP/gatortronS) | 345 million
24
- [gatortron-medium](https://huggingface.co/UFNLP/gatortron-medium) | 3.9 billion
25
- [gatortron-large (this model)](https://huggingface.co/UFNLP/gatortron-large) | 8.9 billion
 
26
 
27
  <h2>How to use</h2>
28
 
 
17
 
18
  <h2>Model variations</h2>
19
 
20
+ Model | Parameter | Maximum input
21
+ --- | --- | ---
22
+ [gatortron-base-2k](https://huggingface.co/UFNLP/gatortron-base-2k) | 345 million | 2048
23
+ [gatortron-base](https://huggingface.co/UFNLP/gatortron-base) | 345 million | 512
24
+ [gatortronS](https://huggingface.co/UFNLP/gatortronS) | 345 million | 512
25
+ [gatortron-medium](https://huggingface.co/UFNLP/gatortron-medium) | 3.9 billion | 512
26
+ [gatortron-large (this model)](https://huggingface.co/UFNLP/gatortron-large) | 8.9 billion | 512
27
 
28
  <h2>How to use</h2>
29