Spaces:
Sleeping
Sleeping
Lauredecaudin
commited on
Commit
•
84174cd
1
Parent(s):
ba00a4c
Update pages/5-A brief note on Bias and evaluation.py
Browse files
pages/5-A brief note on Bias and evaluation.py
CHANGED
@@ -4,7 +4,7 @@ import numpy as np
|
|
4 |
from transformers import AutoTokenizer, TFAutoModelForSequenceClassification
|
5 |
|
6 |
def bias_evaluation_presentation():
|
7 |
-
st.title("
|
8 |
st.subheader("You can check yourself if the model is biased or toxic !")
|
9 |
st.markdown("""
|
10 |
### Evaluate a generated content
|
|
|
4 |
from transformers import AutoTokenizer, TFAutoModelForSequenceClassification
|
5 |
|
6 |
def bias_evaluation_presentation():
|
7 |
+
st.title("⚖️ App : Test for Bias & Toxicity")
|
8 |
st.subheader("You can check yourself if the model is biased or toxic !")
|
9 |
st.markdown("""
|
10 |
### Evaluate a generated content
|