Update README.md
Browse files
README.md
CHANGED
@@ -15,8 +15,8 @@ text-generation:
|
|
15 |
temperature: 0.75
|
16 |
top_k: 50
|
17 |
top_p: 0.9
|
18 |
-
return_full_text:
|
19 |
-
num_return_sequences:
|
20 |
tags:
|
21 |
- legal
|
22 |
widget:
|
@@ -24,4 +24,7 @@ widget:
|
|
24 |
example_title: 竊盜
|
25 |
- text: 廖麗芳意圖為自己不法所有,基於詐欺取財之犯意,
|
26 |
example_title: 詐欺
|
27 |
-
---
|
|
|
|
|
|
|
|
15 |
temperature: 0.75
|
16 |
top_k: 50
|
17 |
top_p: 0.9
|
18 |
+
return_full_text: True
|
19 |
+
num_return_sequences: 1
|
20 |
tags:
|
21 |
- legal
|
22 |
widget:
|
|
|
24 |
example_title: 竊盜
|
25 |
- text: 廖麗芳意圖為自己不法所有,基於詐欺取財之犯意,
|
26 |
example_title: 詐欺
|
27 |
+
---
|
28 |
+
|
29 |
+
# 判決書例稿自動生成
|
30 |
+
本模型是以司法院公開之判決書(案由為詐欺)為資料集,以判決書中之「犯罪事實」欄之內容為素材,基於BLOOM 560m 小模型進行遷移學習訓練。
|