toxic icon indicating copy to clipboard operation
toxic copied to clipboard

Toxic Comment Classification Challenge

Results 6 toxic issues
Sort by recently updated
recently updated
newest added

Hi, I'm interested in using your extend_dataset.py script, but keep getting the same error: ```urllib.error.HTTPError: HTTP Error 429: Too Many Requests``` I'm trying the script on a dummy *.csv containing...

``` def read_embedding_list(file_path): embedding_word_dict = {} embedding_list = [] with open(file_path) as f: for row in tqdm.tqdm(f.read().split("\n")[1:-1]): data = row.split(" ") word = data[0] embedding = np.array([float(num) for num in...

This is really a nice work. And when I run this code. You know, embedding_utils.py this file, need to create very huge file or array. I have only 8 Gb...

``` ModuleNotFoundError: No module named 'tensorflow' ```