lama/modules/elmo_connector.py [126:133]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if not sentences_list:
            return None
        if try_cuda:
            self.try_cuda()

        tokenized_text_list = []
        for sentences in sentences_list:
            tokenized_text_list.append(get_text(sentences))
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



lama/modules/elmo_connector.py [196:203]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        if not sentences_list:
            return None
        if try_cuda:
            self.try_cuda()

        tokenized_text_list = []
        for sentences in sentences_list:
            tokenized_text_list.append(get_text(sentences))
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



