Update app.py
Browse files
app.py
CHANGED
|
@@ -88,25 +88,25 @@ gr.Interface(
|
|
| 88 |
"The quick brown fox jumps over the lazy dog",
|
| 89 |
"A swift brown fox leaps above a sleeping canine",
|
| 90 |
"Use Mean Pooling",
|
| 91 |
-
"answerdotai/ModernBERT-large"
|
| 92 |
],
|
| 93 |
[
|
| 94 |
"I love programming in Python",
|
| 95 |
"I hate coding with Python",
|
| 96 |
"Use Mean Pooling",
|
| 97 |
-
"
|
| 98 |
],
|
| 99 |
[
|
| 100 |
"The weather is beautiful today",
|
| 101 |
"Machine learning models are improving rapidly",
|
| 102 |
"Use Mean Pooling",
|
| 103 |
-
"
|
| 104 |
],
|
| 105 |
[
|
| 106 |
"def calculate_sum(a, b):\n return a + b",
|
| 107 |
"def add_numbers(x, y):\n result = x + y\n return result",
|
| 108 |
"Use Mean Pooling",
|
| 109 |
-
"
|
| 110 |
-
]
|
| 111 |
-
]
|
| 112 |
-
).launch(
|
|
|
|
| 88 |
"The quick brown fox jumps over the lazy dog",
|
| 89 |
"A swift brown fox leaps above a sleeping canine",
|
| 90 |
"Use Mean Pooling",
|
| 91 |
+
"answerdotai/ModernBERT-large",
|
| 92 |
],
|
| 93 |
[
|
| 94 |
"I love programming in Python",
|
| 95 |
"I hate coding with Python",
|
| 96 |
"Use Mean Pooling",
|
| 97 |
+
"joe32140/ModernBERT-large-msmarco",
|
| 98 |
],
|
| 99 |
[
|
| 100 |
"The weather is beautiful today",
|
| 101 |
"Machine learning models are improving rapidly",
|
| 102 |
"Use Mean Pooling",
|
| 103 |
+
"tasksource/ModernBERT-base-embed",
|
| 104 |
],
|
| 105 |
[
|
| 106 |
"def calculate_sum(a, b):\n return a + b",
|
| 107 |
"def add_numbers(x, y):\n result = x + y\n return result",
|
| 108 |
"Use Mean Pooling",
|
| 109 |
+
"tasksource/ModernBERT-base-nli",
|
| 110 |
+
],
|
| 111 |
+
],
|
| 112 |
+
).launch()
|