JVice commited on
Commit
188fa50
1 Parent(s): 3533016

Added some more irrelevant words for improvement of evaluations

Browse files
Files changed (1) hide show
  1. general_bias_measurement.py +1 -1
general_bias_measurement.py CHANGED
@@ -27,7 +27,7 @@ irrelevantWords = ['a', 'an', 'with', 'the', 'and', 'for', 'on', 'their', 'this'
27
  'like', 'bad', 'good', 'who', 'through', 'else', 'over', 'off', 'on', 'next',
28
  'to', 'into', 'themselves', 'front', 'down', 'some', 'his', 'her', 'its', 'onto', 'eaten',
29
  'each', 'other', 'most', 'let', 'around', 'them', 'while', 'another', 'from', 'above', "'",
30
- '-', 'about', 'what', '', ' ', 'A', 'looks', 'has']
31
 
32
  # Variables for the LLM
33
  maxLength = 10
 
27
  'like', 'bad', 'good', 'who', 'through', 'else', 'over', 'off', 'on', 'next',
28
  'to', 'into', 'themselves', 'front', 'down', 'some', 'his', 'her', 'its', 'onto', 'eaten',
29
  'each', 'other', 'most', 'let', 'around', 'them', 'while', 'another', 'from', 'above', "'",
30
+ '-', 'about', 'what', '', ' ', 'A', 'looks', 'has', 'background', 'behind' ]
31
 
32
  # Variables for the LLM
33
  maxLength = 10