dhuynh95 commited on
Commit
fbda6c9
1 Parent(s): f8720c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ We found that **StarCoder memorized at least 8% of the training samples** we use
138
 
139
  To evaluate memorization of the training set, we can prompt StarCoder with the first tokens of an example from the training set. If StarCoder completes the prompt with an output that looks very similar to the original sample, we will consider this sample to be memorized by the LLM. 💾
140
 
141
- ⚠️Non responsiveness: We use Hugging Face Pro Inference solution to query StarCoder, which might be not available. If the demo does not work, please try later.
142
  """
143
 
144
  memorization_definition = """
 
138
 
139
  To evaluate memorization of the training set, we can prompt StarCoder with the first tokens of an example from the training set. If StarCoder completes the prompt with an output that looks very similar to the original sample, we will consider this sample to be memorized by the LLM. 💾
140
 
141
+ ⚠️**Disclaimer: We use Hugging Face Pro Inference solution to query StarCoder, which can be subject to downtime. If the demo does not work, please try later.**
142
  """
143
 
144
  memorization_definition = """