behnamsa commited on
Commit
e022928
·
1 Parent(s): 627cdf3

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +0 -1
pipeline.py CHANGED
@@ -16,7 +16,6 @@ class PreTrainedPipeline():
16
  self.stopwords_path = path + "/stopwords.txt"
17
  self.comparison_matrix_path = path + "/comparison_matrix.npz"
18
 
19
- raise ValueError('NOOOOO!!!')
20
  self.t2id = json.load(open(self.t2id_path,encoding="utf8"))
21
  self.id2h = json.load(open(self.id2h_path,encoding="utf8"))
22
 
 
16
  self.stopwords_path = path + "/stopwords.txt"
17
  self.comparison_matrix_path = path + "/comparison_matrix.npz"
18
 
 
19
  self.t2id = json.load(open(self.t2id_path,encoding="utf8"))
20
  self.id2h = json.load(open(self.id2h_path,encoding="utf8"))
21