WhiteAngels
commited on
Commit
•
3f186b9
1
Parent(s):
78b2903
Update app.py
Browse files
app.py
CHANGED
@@ -1,83 +1,110 @@
|
|
|
|
|
|
1 |
import streamlit as st
|
2 |
-
from transformers import pipeline, AutoModelForSequenceClassification, AutoTokenizer, AutoModelForTokenClassification, AutoModelForCausalLM
|
3 |
import pandas as pd
|
|
|
4 |
|
5 |
st.set_page_config(layout="wide")
|
6 |
|
7 |
-
# Örnek metin listesi
|
8 |
example_list = [
|
9 |
-
"Mustafa Kemal Atatürk 1919 yılında Samsun'a çıktı.",
|
10 |
-
"
|
11 |
-
|
12 |
]
|
13 |
|
14 |
-
|
15 |
-
st.title("NLP Toolkit")
|
16 |
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
20 |
|
21 |
-
|
22 |
-
st.
|
23 |
-
input_method = st.radio("Metin giriş yöntemi seçin", ('Örneklerden Seç', 'Metin Yaz veya Yapıştır'))
|
24 |
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
|
33 |
@st.cache_resource
|
34 |
-
def
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
return pipeline('text-classification', model=model, tokenizer=tokenizer)
|
39 |
-
elif task_type == "Metin Analizi":
|
40 |
-
model = AutoModelForTokenClassification.from_pretrained(model_name)
|
41 |
-
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
42 |
-
return pipeline('ner', model=model, tokenizer=tokenizer)
|
43 |
-
elif task_type == "Duygu Analizi":
|
44 |
-
model = AutoModelForSequenceClassification.from_pretrained(model_name)
|
45 |
-
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
46 |
-
return pipeline('sentiment-analysis', model=model, tokenizer=tokenizer)
|
47 |
-
elif task_type == "Metin Oluşturma":
|
48 |
-
model = AutoModelForCausalLM.from_pretrained(model_name)
|
49 |
-
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
50 |
-
return pipeline('text-generation', model=model, tokenizer=tokenizer)
|
51 |
|
52 |
-
|
53 |
-
|
54 |
-
"
|
55 |
-
"
|
56 |
-
|
57 |
-
|
58 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
|
60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
|
62 |
-
|
|
|
|
|
|
|
|
|
63 |
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
elif task == "Metin Oluşturma":
|
81 |
-
output = pipeline_model(input_text, max_length=100, num_return_sequences=1)
|
82 |
-
st.subheader("Oluşturulan Metin")
|
83 |
-
st.write(output[0]['generated_text'])
|
|
|
1 |
+
from transformers import pipeline, AutoModelForTokenClassification, AutoTokenizer, DebertaV2Tokenizer, DebertaV2Model
|
2 |
+
import sentencepiece
|
3 |
import streamlit as st
|
|
|
4 |
import pandas as pd
|
5 |
+
import spacy
|
6 |
|
7 |
st.set_page_config(layout="wide")
|
8 |
|
|
|
9 |
example_list = [
|
10 |
+
"Mustafa Kemal Atatürk 1919 yılında Samsun'a çıktı.",
|
11 |
+
"""Mustafa Kemal Atatürk, Türk asker, devlet adamı ve Türkiye Cumhuriyeti'nin kurucusudur.
|
12 |
+
Birinci Dünya Savaşı sırasında Osmanlı ordusunda görev yapan Atatürk, Çanakkale Cephesi'nde miralaylığa, Sina ve Filistin Cephesi'nde ise Yıldırım Orduları komutanlığına atandı. Savaşın sonunda, Osmanlı Imparatorluğu'nun yenilgisini takiben Kurtuluş Savaşı ile simgelenen Türk Ulusal Hareketi'ne öncülük ve önderlik etti. Türk Kurtuluş Savaşı sürecinde Ankara Hükümeti'ni kurdu, Türk Orduları Başkomutanı olarak Sakarya Meydan Muharebesi'ndeki başarısından dolayı 19 Eylül 1921 tarihinde "Gazi" unvanını aldı ve mareşallik rütbesine yükseldi. Askeri ve siyasi eylemleriyle İtilaf Devletleri ve destekçilerine karşı zafer kazandı. Savaşın ardından Cumhuriyet Halk Partisi'ni Halk Fırkası adıyla kurdu ve ilk genel başkanı oldu. 29 Ekim 1923'te Cumhuriyetin ilanı akabinde Cumhurbaşkanı seçildi. 1938'deki ölümüne dek dört dönem bu görevi yürüterek Türkiye'de en uzun süre cumhurbaşkanlığı yapmış kişi oldu."""
|
13 |
]
|
14 |
|
15 |
+
st.title("Demo for Turkish NER Models")
|
|
|
16 |
|
17 |
+
model_list = ['akdeniz27/bert-base-turkish-cased-ner',
|
18 |
+
'akdeniz27/convbert-base-turkish-cased-ner',
|
19 |
+
# 'akdeniz27/xlm-roberta-base-turkish-ner',
|
20 |
+
'xlm-roberta-large-finetuned-conll03-english',
|
21 |
+
'asahi417/tner-xlm-roberta-base-ontonotes5']
|
22 |
|
23 |
+
st.sidebar.header("Select NER Model")
|
24 |
+
model_checkpoint = st.sidebar.radio("", model_list)
|
|
|
25 |
|
26 |
+
st.sidebar.write("For details of models: 'https://huggingface.co/akdeniz27/")
|
27 |
+
st.sidebar.write("")
|
28 |
+
|
29 |
+
if model_checkpoint == "akdeniz27/xlm-roberta-base-turkish-ner":
|
30 |
+
aggregation = "simple"
|
31 |
+
elif model_checkpoint == "xlm-roberta-large-finetuned-conll03-english" or model_checkpoint == "asahi417/tner-xlm-roberta-base-ontonotes5":
|
32 |
+
aggregation = "simple"
|
33 |
+
st.sidebar.write("")
|
34 |
+
st.sidebar.write("The selected NER model is included just to show the zero-shot transfer learning capability of XLM-Roberta pretrained language model.")
|
35 |
+
else:
|
36 |
+
aggregation = "first"
|
37 |
+
|
38 |
+
st.subheader("Select Text Input Method")
|
39 |
+
input_method = st.radio("", ('Select from Examples', 'Write or Paste New Text'))
|
40 |
+
if input_method == 'Select from Examples':
|
41 |
+
selected_text = st.selectbox('Select Text from List', example_list, index=0, key=1)
|
42 |
+
st.subheader("Text to Run")
|
43 |
+
input_text = st.text_area("Selected Text", selected_text, height=128, max_chars=None, key=2)
|
44 |
+
elif input_method == "Write or Paste New Text":
|
45 |
+
st.subheader("Text to Run")
|
46 |
+
input_text = st.text_area('Write or Paste Text Below', value="", height=128, max_chars=None, key=2)
|
47 |
|
48 |
@st.cache_resource
|
49 |
+
def setModel(model_checkpoint, aggregation):
|
50 |
+
model = AutoModelForTokenClassification.from_pretrained(model_checkpoint)
|
51 |
+
tokenizer = AutoTokenizer.from_pretrained(model_checkpoint)
|
52 |
+
return pipeline('ner', model=model, tokenizer=tokenizer, aggregation_strategy=aggregation)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
+
@st.cache_resource
|
55 |
+
def get_html(html: str):
|
56 |
+
WRAPPER = """<div style="overflow-x: auto; border: 1px solid #e6e9ef; border-radius: 0.25rem; padding: 1rem; margin-bottom: 2.5rem">{}</div>"""
|
57 |
+
html = html.replace("\n", " ")
|
58 |
+
return WRAPPER.format(html)
|
59 |
+
|
60 |
+
@st.cache_resource
|
61 |
+
def entity_comb(output):
|
62 |
+
output_comb = []
|
63 |
+
for ind, entity in enumerate(output):
|
64 |
+
if ind == 0:
|
65 |
+
output_comb.append(entity)
|
66 |
+
elif output[ind]["start"] == output[ind-1]["end"] and output[ind]["entity_group"] == output[ind-1]["entity_group"]:
|
67 |
+
output_comb[-1]["word"] = output_comb[-1]["word"] + output[ind]["word"]
|
68 |
+
output_comb[-1]["end"] = output[ind]["end"]
|
69 |
+
else:
|
70 |
+
output_comb.append(entity)
|
71 |
+
return output_comb
|
72 |
+
|
73 |
+
Run_Button = st.button("Run", key=None)
|
74 |
|
75 |
+
if Run_Button and input_text != "":
|
76 |
+
|
77 |
+
ner_pipeline = setModel(model_checkpoint, aggregation)
|
78 |
+
output = ner_pipeline(input_text)
|
79 |
+
|
80 |
+
output_comb = entity_comb(output)
|
81 |
+
|
82 |
+
df = pd.DataFrame.from_dict(output_comb)
|
83 |
+
cols_to_keep = ['word','entity_group','score','start','end']
|
84 |
+
df_final = df[cols_to_keep]
|
85 |
+
|
86 |
+
st.subheader("Recognized Entities")
|
87 |
+
st.dataframe(df_final)
|
88 |
|
89 |
+
st.subheader("Spacy Style Display")
|
90 |
+
spacy_display = {}
|
91 |
+
spacy_display["ents"] = []
|
92 |
+
spacy_display["text"] = input_text
|
93 |
+
spacy_display["title"] = None
|
94 |
|
95 |
+
for entity in output_comb:
|
96 |
+
spacy_display["ents"].append({"start": entity["start"], "end": entity["end"], "label": entity["entity_group"]})
|
97 |
+
|
98 |
+
tner_entity_list = ["person", "group", "facility", "organization", "geopolitical area", "location", "product", "event", "work of art", "law", "language", "date", "time", "percent", "money", "quantity", "ordinal number", "cardinal number"]
|
99 |
+
spacy_entity_list = ["PERSON", "NORP", "FAC", "ORG", "GPE", "LOC", "PRODUCT", "EVENT", "WORK_OF_ART", "LAW", "LANGUAGE", "DATE", "TIME", "PERCENT", "MONEY", "QUANTITY", "ORDINAL", "CARDINAL", "MISC"]
|
100 |
+
|
101 |
+
for ent in spacy_display["ents"]:
|
102 |
+
if model_checkpoint == "asahi417/tner-xlm-roberta-base-ontonotes5":
|
103 |
+
ent["label"] = spacy_entity_list[tner_entity_list.index(ent["label"])]
|
104 |
+
else:
|
105 |
+
if ent["label"] == "PER": ent["label"] = "PERSON"
|
106 |
+
|
107 |
+
# colors = {'PER': '#85DCDF', 'LOC': '#DF85DC', 'ORG': '#DCDF85', 'MISC': '#85ABDF',}
|
108 |
+
html = spacy.displacy.render(spacy_display, style="ent", minify=True, manual=True, options={"ents": spacy_entity_list}) # , "colors": colors})
|
109 |
+
style = "<style>mark.entity { display: inline-block }</style>"
|
110 |
+
st.write(f"{style}{get_html(html)}", unsafe_allow_html=True)
|
|
|
|
|
|
|
|