omykhailiv commited on
Commit
c63a7b1
·
verified ·
1 Parent(s): 6030b15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -111,7 +111,7 @@ def testing_data_prep(text):
111
  word for word in words if word not in stopwords.words('english')]
112
  if 12 >= len(new_filtered_words) >= 6:
113
  return ' '.join(new_filtered_words)
114
- return ' '.join(new_filtered_words)
115
  ```
116
 
117
  #### Training Hyperparameters
 
111
  word for word in words if word not in stopwords.words('english')]
112
  if 12 >= len(new_filtered_words) >= 6:
113
  return ' '.join(new_filtered_words)
114
+ return ' '
115
  ```
116
 
117
  #### Training Hyperparameters