Spaces:
Runtime error
Runtime error
design to utils
Browse files
utils.py
CHANGED
|
@@ -21,7 +21,7 @@ WHAT_TO_DO="""
|
|
| 21 |
|
| 22 |
MODEL_IS_WRONG = """
|
| 23 |
---
|
| 24 |
-
### Did the model get it wrong or has a low confidence? Choose the correct prediction below and flag it. When you flag it, the instance is saved
|
| 25 |
"""
|
| 26 |
DEFAULT_TEST_METRIC = "<html> Current test metric - Avg. loss: 1000, Accuracy: 30/1000 (30%) </html>"
|
| 27 |
|
|
|
|
| 21 |
|
| 22 |
MODEL_IS_WRONG = """
|
| 23 |
---
|
| 24 |
+
### Did the model get it wrong or has a low confidence? Choose the correct prediction below and flag it. When you flag it, the instance is saved [here](https://huggingface.co/datasets/chrisjay/mnist-adversarial-dataset) and the model learns from it periodically.
|
| 25 |
"""
|
| 26 |
DEFAULT_TEST_METRIC = "<html> Current test metric - Avg. loss: 1000, Accuracy: 30/1000 (30%) </html>"
|
| 27 |
|