Spaces:
Runtime error
Runtime error
gabrielwithhappy
commited on
Commit
โข
56d92bd
1
Parent(s):
8a390ee
update description
Browse files
app.py
CHANGED
@@ -76,10 +76,17 @@ with gr.Blocks() as demo:
|
|
76 |
"""
|
77 |
# ๊ท ํ์กํ ๋ด์ค ์ฝ๊ธฐ (Balanced News Reading)
|
78 |
|
79 |
-
๊ธ์ ์ ์ธ ๊ธฐ์ฌ์ ๋ถ์ ์ ์ธ
|
80 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
|
82 |
-
๋ด์ค๊ธฐ์ฌ๋ฅผ ์ ํํ๊ณ `Submit`๋ฒํผ์ ๋๋ฅด๋ฉด ๊ธฐ์ฌ์ ๊ฐ์ ํ๊ฐ๋ฅผ ํ์ธํ ์ ์์ต๋๋ค.
|
83 |
""")
|
84 |
news.update_news_examples()
|
85 |
|
|
|
76 |
"""
|
77 |
# ๊ท ํ์กํ ๋ด์ค ์ฝ๊ธฐ (Balanced News Reading)
|
78 |
|
79 |
+
๊ธ์ ์ ์ธ ๊ธฐ์ฌ์ ๋ถ์ ์ ์ธ ๊ธฐ์ฌ์ธ์ง ํ์ธํ์ฌ ๋ด์ค๋ฅผ ์ฝ์ ์ ์์ต๋๋ค. ์ต๊ทผ ๊ฒฝ์ ๋ด์ค๊ธฐ์ฌ๋ฅผ ๊ฐ์ ธ์ Example์์ ๋ฐ๋ก ํ์ธํ ์ ์๋๋ก ๊ตฌ์ฑํ์ต๋๋ค.
|
80 |
+
|
81 |
+
## ์ฌ์ฉ๋ฐฉ๋ฒ
|
82 |
+
Daum๋ด์ค์ ๊ฒฝ์ ๊ธฐ์ฌ๋ฅผ ๊ฐ์ ธ์ ๋ด์ฉ์ ์์ฝํ๊ณ `Example`์ ๊ฐ์ ธ์ต๋๋ค. ๊ฐ์ ๋ถ์์ ํ๊ณ ์ถ์ ๊ธฐ์ฌ๋ฅผ `Examples`์์ ์ ํํด์ `Submit`์ ๋๋ฅด๋ฉด `Classification`์
|
83 |
+
ํด๋น ๊ธฐ์ฌ์ ๊ฐ์ ํ๊ฐ ๊ฒฐ๊ณผ๊ฐ ํ์๋ฉ๋๋ค.
|
84 |
+
|
85 |
+
๊ฐ์ ํ๊ฐ๋ ๊ฐ ์ํ์ ํ๋ฅ ์ ๋ณด๊ฐ `neutral`, `positive`, `negative` 3๊ฐ์ง๋ก ํํ๋ฉ๋๋ค.
|
86 |
+
|
87 |
+
## ๊ตฌ์กฐ ์ค๋ช
|
88 |
+
๋ด์ค๊ธฐ์ฌ๋ฅผ ํฌ๋กค๋ง ๋ฐ ์์ฝ ๋ชจ๋ธ์ ์ด์ฉํ ๊ธฐ์ฌ ์์ฝ -> ๊ธฐ์ฌ ์์ฝ์ ๋ณด Example์ ์ถ๊ฐ -> ํ๊ตญ์ด fine-tunningํ ๊ฐ์ ํ๊ฐ ๋ชจ๋ธ์ ์ด์ฉํ ๊ฐ์ ใ
ใ
๊ฐ
|
89 |
|
|
|
90 |
""")
|
91 |
news.update_news_examples()
|
92 |
|