Spaces:
Running
Running
Added some more irrelevant words for improvement of evaluations
Browse files
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
|