transformers icon indicating copy to clipboard operation
transformers copied to clipboard

Results 13 transformers issues
Sort by recently updated
recently updated
newest added

in the notebook -"Training With MLM and NSP",can I replace the nsp task with sop in the pre-training task of bert? If so, how to achieve it, please point out...

I am having an issue when I run through the code provided in project_build_tf_sentiment_model folder. When I try and run this code: ``` history = model.fit( train_ds, validation_data=val_ds, epochs=2 )...

Thank you for this amazing course. I found one change dim =1 not dim=0 for the softmax. I tried creating a smaller dummy example to understand it.