Guillaume L'HER

Results 1 comments of Guillaume L'HER

I'm getting the exact same issue on Google Colab. model = ClassificationModel('roberta', 'roberta-base', num_labels=2, args=model_args) print('Training on {:,} samples...'.format(len(df_train_90))) # Train the model, testing against the validation set periodically. model.train_model(df_train_90,...