File size: 177 Bytes
d7848a2
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
class PreTrainedPipeline():
    def __init__(self, path=""):
        """
        Initialize model
        """
        pass

    def __call__(self, inputs):
        return inputs