Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ if False:
|
|
10 |
|
11 |
# Define examples
|
12 |
zero_shot_examples = [
|
13 |
-
["I absolutely love this product, it's amazing!", "positive, negative, neutral
|
14 |
["I need to buy groceries", "shopping, urgent tasks, leisure, philosophy"],
|
15 |
["The sun is very bright today", "weather, astronomy, complaints, poetry"],
|
16 |
["I love playing video games", "entertainment, sports, education, business"],
|
@@ -62,7 +62,7 @@ def update_interface(mode):
|
|
62 |
|
63 |
with gr.Blocks() as demo:
|
64 |
gr.Markdown("""
|
65 |
-
#
|
66 |
|
67 |
Using [tasksource/ModernBERT-base-nli](https://huggingface.co/tasksource/ModernBERT-base-nli),
|
68 |
fine-tuned from [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base)
|
|
|
10 |
|
11 |
# Define examples
|
12 |
zero_shot_examples = [
|
13 |
+
["I absolutely love this product, it's amazing!", "positive, negative, neutral"],
|
14 |
["I need to buy groceries", "shopping, urgent tasks, leisure, philosophy"],
|
15 |
["The sun is very bright today", "weather, astronomy, complaints, poetry"],
|
16 |
["I love playing video games", "entertainment, sports, education, business"],
|
|
|
62 |
|
63 |
with gr.Blocks() as demo:
|
64 |
gr.Markdown("""
|
65 |
+
# tasksource/ModernBERT-nli demonstration
|
66 |
|
67 |
Using [tasksource/ModernBERT-base-nli](https://huggingface.co/tasksource/ModernBERT-base-nli),
|
68 |
fine-tuned from [answerdotai/ModernBERT-base](https://huggingface.co/answerdotai/ModernBERT-base)
|