bert-toxic-comments-multilabel icon indicating copy to clipboard operation
bert-toxic-comments-multilabel copied to clipboard

Multilabel classification for Toxic comments challenge using Bert

Results 11 bert-toxic-comments-multilabel issues
Sort by recently updated
recently updated
newest added

when i run the notebook to ```python model.module.unfreeze_bert_encoder() ``` got this error ```shell --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in ----> 1 model.module.unfreeze_bert_encoder() c:\users\jiang\.conda\envs\python3.6\lib\site-packages\torch\nn\modules\module.py in __getattr__(self, name) 946 return...

Hi, I am getting issue in installation of apex ![1](https://user-images.githubusercontent.com/13421799/82909361-ce12e400-9f86-11ea-923d-111bf28cf65b.png) As given in the blog, I tried the following commands: **!git clone https://github.com/NVIDIA/apex cd apex !pip install -v --no-cache-dir --global-option="--pyprof"...

I have loaded the data (Toxic dataset) and tried to run the model using batch_size_per_gpu = 4 but i am getting the below error. ValueError: Target size (torch.Size([0, 6])) must...

I run the code in ipythonnotebook one cell by one cell,when it run the `fit()` function,it start to train,but it comes `Segmentation fault (core dumped)`. Have some one know how...

`model.module.freeze_bert_encoder() `and `model.module.unfreeze_bert_encoder() `produce an error. Calling those methods from `model` works fine.

I would like to split my data and train the model in little chunks. So after one training when the model is saved I would like to get that model...

The function `get_labels` is used to get the labels from the source csv files, and the length of this is used to get the size of the last layer in...

While running the notebook I'm stuck at the above mentioned error. The code is: # Eval Fn eval_examples = processor.get_dev_examples(args['data_dir'], size=args['val_size']) def eval(): ...... Error: FileNotFoundError Traceback (most recent call...

I have a Tesla GPU which has only 16 Gb -- much less than what you used for your experiment described in the Medium article. As a result, I had...

I am having issues while importing apex. I get an error similar to the ones posted in run_classifier repository. in ----> 1 import apex 2 import pandas as pd 3...