yonghuiwu commited on
Commit
7cc5e37
·
verified ·
1 Parent(s): 5bba400

Update README.md

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