Spaces:
Runtime error
Runtime error
Create app.py
Browse files
app.py
ADDED
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
from transformers import PreTrainedTokenizerFast
|
2 |
+
from tokenizers import SentencePieceBPETokenizer
|
3 |
+
from transformers import BartForConditionalGeneration
|
4 |
+
import streamlit as st
|
5 |
+
import torch
|
6 |
+
|
7 |
+
def tokenizer():
|
8 |
+
tokenizer = PreTrainedTokenizerFast.from_pretrained('gogamza/kobart-summarization')
|
9 |
+
return tokenizer
|
10 |
+
|
11 |
+
@st.cache(allow_output_mutation=True)
|
12 |
+
def get_model():
|
13 |
+
model = BartForConditionalGeneration.from_pretrained('alex6095/SanctiMoly-Bart')
|
14 |
+
model.eval()
|
15 |
+
return model
|
16 |
+
|
17 |
+
class RegexSubstitution(object):
|
18 |
+
"""Regex substitution class for transform"""
|
19 |
+
def __init__(self, regex, sub=''):
|
20 |
+
if isinstance(regex, re.Pattern):
|
21 |
+
self.regex = regex
|
22 |
+
else:
|
23 |
+
self.regex = re.compile(regex)
|
24 |
+
self.sub = sub
|
25 |
+
|
26 |
+
def __call__(self, target):
|
27 |
+
if isinstance(target, list):
|
28 |
+
return [ self.regex.sub(self.sub, self.regex.sub(self.sub, string)) for string in target ]
|
29 |
+
else:
|
30 |
+
return self.regex.sub(self.sub, self.regex.sub(self.sub, target))
|
31 |
+
|
32 |
+
default_text = '''์ง๋ณ๊ด๋ฆฌ์ฒญ์ 23์ผ ์ง๋ฐฉ์์น๋จ์ฒด๊ฐ ๋ณด๊ฑด๋น๊ตญ๊ณผ ํ์ ์์ด ๋จ๋
์ผ๋ก ์ธํ๋ฃจ์์(๋
๊ฐ) ๋ฐฑ์ ์ ์ข
์ค๋จ์ ๊ฒฐ์ ํด์๋ ์ ๋๋ค๋ ์
์ฅ์ ๋ฐํ๋ค.
|
33 |
+
์ง๋ณ์ฒญ์ ์ด๋ ์ฐธ๊ณ ์๋ฃ๋ฅผ ๋ฐฐํฌํ๊ณ โํฅํ ์ ์ฒด ๊ตญ๊ฐ ์๋ฐฉ์ ์ข
์ฌ์
์ด ์ฐจ์ง ์์ด ์งํ๋๋๋ก ์ง์์ฒด๊ฐ ์์ฒด์ ์ผ๋ก ์ ์ข
์ ๋ณด ์ฌ๋ถ๋ฅผ ๊ฒฐ์ ํ์ง ์๋๋ก ์๋ด๋ฅผ ํ๋คโ๊ณ ์ค๋ช
ํ๋ค.
|
34 |
+
๋
๊ฐ๋ฐฑ์ ์ ์ ์ข
ํ ํ ๊ณ ๋ น์ธต์ ์ค์ฌ์ผ๋ก ์ ๊ตญ์์ ์ฌ๋ง์๊ฐ ์๋ฐ๋ฅด์ ์์ธ ์๋ฑํฌ๊ตฌ๋ณด๊ฑด์๋ ์ ๋ , ๊ฒฝ๋ถ ํฌํญ์๋ ์ด๋ ๊ด๋ด ์๋ฃ๊ธฐ๊ด์ ์ ์ข
์ ๋ณด๋ฅํด๋ฌ๋ผ๋ ๊ณต๋ฌธ์ ๋ด๋ ค๋ณด๋๋ค. ์ด๋ ์๋ฐฉ์ ์ข
๊ณผ ์ฌ๋ง ๊ฐ ์ง์ ์ ์ฐ๊ด์ฑ์ด ๋ฎ์ ์ ์ข
์ ์ค๋จํ ์ํฉ์ ์๋๋ผ๋ ์ง๋ณ์ฒญ์ ํ๋จ๊ณผ๋ ๋ค๋ฅธ ๊ฒ์ด๋ค.
|
35 |
+
์ง๋ณ์ฒญ์ ์ง๋ 21์ผ ์ ๋ฌธ๊ฐ ๋ฑ์ด ์ฐธ์ฌํ โ์๋ฐฉ์ ์ข
ํผํด์กฐ์ฌ๋ฐโ์ ๋ถ์ ๊ฒฐ๊ณผ๋ฅผ ๋ฐํ์ผ๋ก ๋
๊ฐ ์๋ฐฉ์ ์ข
์ฌ์
์ ์ผ์ ๋๋ก ์งํํ๊ธฐ๋ก ํ๋ค. ํนํ ๊ณ ๋ น ์ด๋ฅด์ ๊ณผ ์ด๋ฆฐ์ด, ์์ ๋ถ ๋ฑ ๋
๊ฐ ๊ณ ์ํ๊ตฐ์ ๋ฐฑ์ ์ ์ ์ข
ํ์ง ์์์ ๋ ํฉ๋ณ์ฆ ํผํด๊ฐ ํด ์ ์๋ค๋ฉด์ ์ ์ข
์ ๋
๋ คํ๋ค. ํ์ง๋ง ์ ์ข
์ฌ์
์ ์ง ๋ฐํ ์ดํ์๋ ์ฌ๋ง ๋ณด๊ณ ๊ฐ ์๋ฐ๋ฅด์ ์ง๋ณ์ฒญ์ ์ด๋ โ์๋ฐฉ์ ์ข
ํผํด์กฐ์ฌ๋ฐ ํ์โ์ โ์๋ฐฉ์ ์ข
์ ๋ฌธ์์ํโ๋ฅผ ๊ฐ์ตํด ๋
๊ฐ๋ฐฑ์ ๊ณผ ์ฌ๋ง ๊ฐ ๊ด๋ จ์ฑ, ์ ์ข
์ฌ์
์ ์ง ์ฌ๋ถ ๋ฑ์ ๋ํด ๋ค์ ๊ฒฐ๋ก ๋ด๋ฆฌ๊ธฐ๋ก ํ๋ค. ํ์ ๊ฒฐ๊ณผ๋ ์ด๋ ์คํ 7์ ๋์ด ๋ฐํ๋ ์์ ์ด๋ค.
|
36 |
+
'''
|
37 |
+
model = get_model()
|
38 |
+
tokenizer = tokenizer()
|
39 |
+
st.title("Date prediction")
|
40 |
+
text = st.text_area("Input news :", value=default_text)
|
41 |
+
st.markdown("## Original News Data")
|
42 |
+
st.write(text)
|
43 |
+
if text:
|
44 |
+
st.markdown("## Predict Date")
|
45 |
+
with st.spinner('processing..'):
|
46 |
+
text = RegexSubstitution(r'\([^()]+\)|[<>\'"โณโฒโกโ ]')(text)
|
47 |
+
raw_input_ids = tokenizer.encode(text)
|
48 |
+
input_ids = [tokenizer.bos_token_id] + \
|
49 |
+
raw_input_ids + [tokenizer.eos_token_id]
|
50 |
+
outputs = model.generate(torch.tensor([input_ids]),
|
51 |
+
early_stopping=True,
|
52 |
+
repetition_penalty=2.0,
|
53 |
+
do_sample=True, #์ํ๋ง ์ ๋ต ์ฌ์ฉ
|
54 |
+
max_length=50, # ์ต๋ ๋์ฝ๋ฉ ๊ธธ์ด๋ 50
|
55 |
+
top_k=50, # ํ๋ฅ ์์๊ฐ 50์ ๋ฐ์ธ ํ ํฐ์ ์ํ๋ง์์ ์ ์ธ
|
56 |
+
top_p=0.95, # ๋์ ํ๋ฅ ์ด 95%์ธ ํ๋ณด์งํฉ์์๋ง ์์ฑ
|
57 |
+
num_return_sequences=3 #3๊ฐ์ ๊ฒฐ๊ณผ๋ฅผ ๋์ฝ๋ฉํด๋ธ๋ค
|
58 |
+
)
|
59 |
+
for output in outputs:
|
60 |
+
pred_print = tokenizer.decode(output.squeeze().tolist(), skip_special_tokens=True, clean_up_tokenization_spaces=True)
|
61 |
+
st.write(pred_print)
|