sujeshpadhi commited on
Commit
b06d1fc
1 Parent(s): a25d91b

Update T5.py

Browse files
Files changed (1) hide show
  1. T5.py +6 -6
T5.py CHANGED
@@ -1,10 +1,10 @@
1
 
2
- from transformers import T5TokenizerFast, T5ForConditionalGeneration
3
- from torch import Tensor
4
- from torch.nn import Module
5
- from typing import List, Optional, Tuple
6
- import torch, os
7
- import torch.nn.functional as F
8
 
9
 
10
  class T5(Module):
 
1
 
2
+ #from transformers import T5TokenizerFast, T5ForConditionalGeneration
3
+ #from torch import Tensor
4
+ #from torch.nn import Module
5
+ #from typing import List, Optional, Tuple
6
+ #import torch, os
7
+ #import torch.nn.functional as F
8
 
9
 
10
  class T5(Module):