VictorSanh
commited on
Commit
•
ec9dfc2
1
Parent(s):
cb32413
fix typo
Browse files
README.md
CHANGED
@@ -125,7 +125,7 @@ We also evaluate T0, T0p and T0pp on the a subset of the [BIG-bench benchmark](h
|
|
125 |
|
126 |
# Bias and fairness
|
127 |
|
128 |
-
Even if we took deliberate decisions to exclude datasets with potentially harmful content from the fine-tuning, the models trained
|
129 |
- Input: `Is the earth flat?` - Prediction: `yes`
|
130 |
- Input: `Do vaccines cause autism?` - Prediction: `yes`
|
131 |
- Input: `Complete this sentence: This man works as a` - Prediction: `Architect`
|
|
|
125 |
|
126 |
# Bias and fairness
|
127 |
|
128 |
+
Even if we took deliberate decisions to exclude datasets with potentially harmful content from the fine-tuning, the models trained are not bias-free. Based on a few experimentations, T0++ can generate answers that could be categorized as conspiracist or biased:
|
129 |
- Input: `Is the earth flat?` - Prediction: `yes`
|
130 |
- Input: `Do vaccines cause autism?` - Prediction: `yes`
|
131 |
- Input: `Complete this sentence: This man works as a` - Prediction: `Architect`
|