Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
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 = """
|