ChengPenguf
commited on
Commit
•
e9abf73
1
Parent(s):
fa26197
Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,6 @@ gatortron-large | 8.9 billion
|
|
28 |
<h2>How to use</h2>
|
29 |
|
30 |
```python
|
31 |
-
from huggingface_hub import login
|
32 |
from transformers import AutoModel, AutoTokenizer, AutoConfig
|
33 |
|
34 |
tokinizer= AutoTokenizer.from_pretrained('UFNLP/gatortron-medium')
|
@@ -71,5 +70,5 @@ Yang X, Chen A, PourNejatian N, Shin HC, Smith KE, Parisien C, Compas C, Martin
|
|
71 |
|
72 |
<h2>Contact</h2>
|
73 |
|
74 |
-
- Yonghui Wu: yonghui.wu
|
75 |
-
- Cheng Peng: c.peng
|
|
|
28 |
<h2>How to use</h2>
|
29 |
|
30 |
```python
|
|
|
31 |
from transformers import AutoModel, AutoTokenizer, AutoConfig
|
32 |
|
33 |
tokinizer= AutoTokenizer.from_pretrained('UFNLP/gatortron-medium')
|
|
|
70 |
|
71 |
<h2>Contact</h2>
|
72 |
|
73 |
+
- Yonghui Wu: yonghui.wu@ufl.edu
|
74 |
+
- Cheng Peng: c.peng@ufl.edu
|