Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -96,6 +96,8 @@ 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 |
"** Resources:**\n"
|
100 |
"- Repository: [GitHub:cavit99/wine-classifier-modernbert](https://github.com/cavit99/wine-classifier-modernbert)\n"
|
101 |
"- Model: [spawn99/modernbert-wine-classification](https://huggingface.co/spawn99/modernbert-wine-classification)\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 |
+
"Try a few from here 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"
|
103 |
"- Model: [spawn99/modernbert-wine-classification](https://huggingface.co/spawn99/modernbert-wine-classification)\n"
|