chrisjay commited on
Commit
e467f01
1 Parent(s): 2dc35ff

design to utils

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
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 to our dataset and the model is trained on it.
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