Spaces:
Runtime error
Runtime error
Yacine Jernite
commited on
Commit
•
fcb0120
1
Parent(s):
dd1054a
considerations
Browse files
datacards/considerations.py
CHANGED
@@ -73,10 +73,10 @@ def considerations_page():
|
|
73 |
"considerations"
|
74 |
].get("limitations", {})
|
75 |
make_text_area(
|
76 |
-
label="Describe any known technical limitations, such as spurrious correlations, train/test overlap, annotation biases, or mis-annotations
|
77 |
-
"
|
78 |
key_list=key_pref + ["data-technical-limitations"],
|
79 |
-
help="",
|
80 |
)
|
81 |
make_text_area(
|
82 |
label="When using a model trained on this dataset in a setting where users or the public may interact with its predictions, what are some pitfalls to look out for? " + \
|
|
|
73 |
"considerations"
|
74 |
].get("limitations", {})
|
75 |
make_text_area(
|
76 |
+
label="Describe any known technical limitations, such as spurrious correlations, train/test overlap, annotation biases, or mis-annotations, " + \
|
77 |
+
"and cite the works that first identified these limitations when possible.",
|
78 |
key_list=key_pref + ["data-technical-limitations"],
|
79 |
+
help="Outline any properties of the dataset that might lead a trained model with good performance on the metric to not behave as expected.",
|
80 |
)
|
81 |
make_text_area(
|
82 |
label="When using a model trained on this dataset in a setting where users or the public may interact with its predictions, what are some pitfalls to look out for? " + \
|