Pierce Maloney commited on
Commit
7e24db7
1 Parent(s): c5184ea

adding another variation of Admitted.

Browse files
Files changed (1) hide show
  1. handler.py +2 -1
handler.py CHANGED
@@ -31,7 +31,8 @@ class EndpointHandler():
31
  # 13 is a newline character
32
  # [1976, 441, 29889], [4920, 441, 29889] is "Abort." [4920, 18054, 29889] is "Aborted."
33
  # [2087, 29885, 4430, 29889], [3253, 29885, 4430, 29889] is "Admitted."
34
- bad_words_ids = [[3070], [313, 334], [10456], [13], [1976, 441, 29889], [2087, 29885, 4430, 29889], [4920, 441], [4920, 441, 29889], [4920, 18054, 29889], [29898, 1068]]
 
35
  bad_words_ids.extend(additional_bad_words_ids)
36
 
37
  # Truncation and generation logging
 
31
  # 13 is a newline character
32
  # [1976, 441, 29889], [4920, 441, 29889] is "Abort." [4920, 18054, 29889] is "Aborted."
33
  # [2087, 29885, 4430, 29889], [3253, 29885, 4430, 29889] is "Admitted."
34
+ # [3253, 29885, 4430, 29889]
35
+ bad_words_ids = [[3070], [313, 334], [10456], [13], [1976, 441, 29889], [2087, 29885, 4430, 29889], [4920, 441], [4920, 441, 29889], [4920, 18054, 29889], [29898, 1068], [3253, 29885, 4430, 29889]]
36
  bad_words_ids.extend(additional_bad_words_ids)
37
 
38
  # Truncation and generation logging