Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ examples = [
|
|
43 |
# Title and description and article for the interface
|
44 |
title = "Zero Shot Text Classification"
|
45 |
description = "Classify text using zero-shot classification with ModernBERT-large-zeroshot-v2.0 model! Provide a text input and a list of candidate labels separated by commas. Read more at the links below."
|
46 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/
|
47 |
|
48 |
|
49 |
# Launch the interface
|
|
|
43 |
# Title and description and article for the interface
|
44 |
title = "Zero Shot Text Classification"
|
45 |
description = "Classify text using zero-shot classification with ModernBERT-large-zeroshot-v2.0 model! Provide a text input and a list of candidate labels separated by commas. Read more at the links below."
|
46 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2412.13663' target='_blank'>Smarter, Better, Faster, Longer: A Modern Bidirectional Encoder for Fast, Memory Efficient, and Long Context Finetuning and Inference</a> | <a href='https://huggingface.co/MoritzLaurer/ModernBERT-large-zeroshot-v2.0' target='_blank'>Model Page</a></p>"
|
47 |
|
48 |
|
49 |
# Launch the interface
|