eswardivi commited on
Commit
5772409
·
verified ·
1 Parent(s): df2517f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
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
- "answerdotai/ModernBERT-large"
98
  ],
99
  [
100
  "The weather is beautiful today",
101
  "Machine learning models are improving rapidly",
102
  "Use Mean Pooling",
103
- "answerdotai/ModernBERT-large"
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
- "answerdotai/ModernBERT-large"
110
- ]
111
- ]
112
- ).launch(share=True)
 
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()