Spaces:
Runtime error
Runtime error
sujeshpadhi
commited on
Commit
•
8637cf4
1
Parent(s):
6f4e31e
Update T5.py
Browse files
T5.py
CHANGED
@@ -7,7 +7,7 @@ from typing import List, Optional, Tuple
|
|
7 |
#import torch.nn.functional as F
|
8 |
|
9 |
|
10 |
-
class T5(
|
11 |
'''
|
12 |
T5 model from: https://huggingface.co/docs/transformers/model_doc/t5
|
13 |
'''
|
|
|
7 |
#import torch.nn.functional as F
|
8 |
|
9 |
|
10 |
+
class T5():
|
11 |
'''
|
12 |
T5 model from: https://huggingface.co/docs/transformers/model_doc/t5
|
13 |
'''
|