Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ if __name__ == "__main__":
|
|
96 |
"This tool uses [ModernBERT](https://huggingface.co/answerdotai/ModernBERT-base), "
|
97 |
"an encoder-only classifier, trained on the [wine reviews dataset]"
|
98 |
"(https://huggingface.co/datasets/spawn99/wine-reviews)\n\n"
|
99 |
-
"
|
100 |
"(https://huggingface.co/datasets/psiyum/winemag-feb-2019?row=27)\n\n"
|
101 |
"** Resources:**\n"
|
102 |
"- Repository: [GitHub:cavit99/wine-classifier-modernbert](https://github.com/cavit99/wine-classifier-modernbert)\n"
|
|
|
96 |
"This tool uses [ModernBERT](https://huggingface.co/answerdotai/ModernBERT-base), "
|
97 |
"an encoder-only classifier, trained on the [wine reviews dataset]"
|
98 |
"(https://huggingface.co/datasets/spawn99/wine-reviews)\n\n"
|
99 |
+
"---- You can try a few examples from this dataset, which the model hasn't seen:\n"
|
100 |
"(https://huggingface.co/datasets/psiyum/winemag-feb-2019?row=27)\n\n"
|
101 |
"** Resources:**\n"
|
102 |
"- Repository: [GitHub:cavit99/wine-classifier-modernbert](https://github.com/cavit99/wine-classifier-modernbert)\n"
|