nssharmaofficial commited on
Commit
7cb93ae
1 Parent(s): 1be7167

Update code

Browse files
Files changed (2) hide show
  1. source/config.py +0 -1
  2. source/vocab.py +0 -1
source/config.py CHANGED
@@ -1,4 +1,3 @@
1
- import os
2
  import torch
3
 
4
 
 
 
1
  import torch
2
 
3
 
source/vocab.py CHANGED
@@ -1,4 +1,3 @@
1
- import os
2
  from collections import Counter
3
  from nltk.tokenize import RegexpTokenizer
4
  from source.config import Config
 
 
1
  from collections import Counter
2
  from nltk.tokenize import RegexpTokenizer
3
  from source.config import Config