Update app.py
Browse files
app.py
CHANGED
@@ -8,9 +8,9 @@ text_1 = """Bilim insanları Botsvana’da Covid-19’un şu ana kadar en çok m
|
|
8 |
Resmi olarak B.1.1.529 koduyla bilinen bu varyantı ise “Nu varyantı” adı verildi. Uzmanlar bu varyant içerisinde \
|
9 |
tam 32 farklı mutasyon tespit edildiğini açıklarken, bu virüsün corona virüsü aşılarına karşı daha dirençli olabileceğini duyurdu."""
|
10 |
|
11 |
-
text_2 = """
|
12 |
-
|
13 |
-
|
14 |
|
15 |
@st.cache(allow_output_mutation=True)
|
16 |
def list2text(label_list):
|
@@ -21,7 +21,7 @@ def list2text(label_list):
|
|
21 |
return labels
|
22 |
|
23 |
label_list_1 = ["dünya", "ekonomi", "kültür", "sağlık", "siyaset", "spor", "teknoloji"]
|
24 |
-
label_list_2 = ["
|
25 |
|
26 |
st.title("Multilingual Zero-Shot Text Classification with mT5")
|
27 |
|
|
|
8 |
Resmi olarak B.1.1.529 koduyla bilinen bu varyantı ise “Nu varyantı” adı verildi. Uzmanlar bu varyant içerisinde \
|
9 |
tam 32 farklı mutasyon tespit edildiğini açıklarken, bu virüsün corona virüsü aşılarına karşı daha dirençli olabileceğini duyurdu."""
|
10 |
|
11 |
+
text_2 = """Lionel Messi starred as Argentina progressed to the quarter-finals of the World Cup with a 2-1 win over Australia. \
|
12 |
+
Messi marked the 1,000th senior game of his career with a measured finish for the breakthrough goal late in the first half, and \
|
13 |
+
Mat Ryan's error allowed Julian Alvarez to double the advantage early in the second."""
|
14 |
|
15 |
@st.cache(allow_output_mutation=True)
|
16 |
def list2text(label_list):
|
|
|
21 |
return labels
|
22 |
|
23 |
label_list_1 = ["dünya", "ekonomi", "kültür", "sağlık", "siyaset", "spor", "teknoloji"]
|
24 |
+
label_list_2 = ["world", "economy", "culture", "health", "politics", "sport", "technology"]
|
25 |
|
26 |
st.title("Multilingual Zero-Shot Text Classification with mT5")
|
27 |
|