Subham Biswas

Results 3 comments of Subham Biswas

I found the code in the shapely branch. It seems we are creating a deltas.hdf5 file for the sensitivity-n test. Can you please explain how to understand the results? I...

Roberta....I was doing the fine tuning for the language model.

@DhavalTaunk08 **Source:** _I took the code from this notebook._ [sentiment_analysis_using_roberta.ipynb](https://github.com/DhavalTaunk08/NLP_scripts/blob/master/sentiment_analysis_using_roberta.ipynb) **Code changes made:** **Original (from the notebook):** `model = RobertaClass()` `model.to(device)` **Changed to:** `model = RobertaClass() ` `model = torch.nn.DataParallel(model).cuda()...