Master X

Results 6 comments of Master X

hi @bfirsh @neuralchen @NNNNAI @Arthurzhangsheng can you guys please have a look at it. Thank you

Getting the same problem. Any solution for this?

Hi @Yarroudh did you got a chance to checkout.

@Yarroudh can you please merge this

**Removed code from file ```3. QA using BERT + SIF```** ```python def get_split(text1): #Reference: https://medium.com/@armandj.olivares/using-bert-for-classifying-documents-with-long-texts-5c3e7b04573d l_total = [] l_parcial = [] if len(text1.split())//150 >0: n = len(text1.split())//150 else: n =...