Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- jslin09/Fraud_Case_Verdicts
|
5 |
+
language:
|
6 |
+
- zh
|
7 |
+
base_model:
|
8 |
+
- meta-llama/Llama-3.2-1B
|
9 |
+
pipeline_tag: text-generation
|
10 |
+
text-generation:
|
11 |
+
parameters:
|
12 |
+
max_length: 1024
|
13 |
+
max_new_tokens: 400
|
14 |
+
do_sample: true
|
15 |
+
temperature: 0.75
|
16 |
+
top_k: 50
|
17 |
+
top_p: 0.9
|
18 |
+
tags:
|
19 |
+
- legal
|
20 |
+
widget:
|
21 |
+
- text: 王大明意圖為自己不法所有,基於竊盜之犯意,
|
22 |
+
example_title: 生成竊盜罪之犯罪事實
|
23 |
+
- text: 騙人布意圖為自己不法所有,基於詐欺取財之犯意,
|
24 |
+
example_title: 生成詐欺罪之犯罪事實
|
25 |
+
- text: 梅友乾明知其無資力支付酒店消費,亦無付款意願,竟意圖為自己不法之所有,
|
26 |
+
example_title: 生成吃霸王餐之詐欺犯罪事實
|
27 |
+
- text: 闕很大明知金融帳戶之存摺、提款卡及密碼係供自己使用之重要理財工具,
|
28 |
+
example_title: 生成賣帳戶幫助詐欺犯罪事實
|
29 |
+
- text: 通訊王明知近來盛行以虛設、租賃、借用或買賣行動電話人頭門號之方式,供詐騙集團作為詐欺他人交付財物等不法用途,
|
30 |
+
example_title: 生成賣電話SIM卡之幫助詐欺犯罪事實
|
31 |
+
- text: 趙甲王基於行使偽造特種文書及詐欺取財之犯意,
|
32 |
+
example_title: 偽造特種文書(契約、車牌等)詐財
|
33 |
+
library_name: transformers
|
34 |
+
---
|