Upload train and test datasets
Browse files- .gitattributes +2 -0
- README.md +42 -0
- test.jsonl +3 -0
- train.jsonl +3 -0
.gitattributes
CHANGED
@@ -56,3 +56,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
56 |
# Video files - compressed
|
57 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
58 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
59 |
+
train.jsonl filter=lfs diff=lfs merge=lfs -text
|
60 |
+
test.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,45 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
language:
|
6 |
+
- zh
|
7 |
+
tags:
|
8 |
+
- legal
|
9 |
---
|
10 |
+
# Dataset Card for 中華民國2020年律師考試題目(tw-bar-examination-2020-chat)
|
11 |
+
|
12 |
+
## Dataset Summary
|
13 |
+
本資料是 folk [Jamie0510/taiwan-law-exam](https://huggingface.co/datasets/Jamie0510/taiwan-law-exam) 經過後處理,去除有缺少資料的欄位,並轉成 Alpaca 資料集格式。
|
14 |
+
|
15 |
+
## Supported Tasks and Leaderboards
|
16 |
+
本資料集可以運用在 Supervised Fine-tuning,讓模型學會如何回答繁體中文法律題目。請注意,你的模型可以先訓練過本資料集後再去評測 [lianghsun/tw-legal-benchmark-v1](https://huggingface.co/datasets/lianghsun/tw-legal-benchmark-v1),這樣模型知道如何應答這類題型後,表現會比較好。
|
17 |
+
|
18 |
+
## Languages
|
19 |
+
繁體中文。
|
20 |
+
|
21 |
+
## Dataset Structure
|
22 |
+
### Data Instances
|
23 |
+
(WIP)
|
24 |
+
|
25 |
+
### Data Fields
|
26 |
+
(WIP)
|
27 |
+
|
28 |
+
### Data Splits
|
29 |
+
這個 repo 共有以下檔案:
|
30 |
+
|
31 |
+
> - `train.jsonl`: 共有 `269` 筆,將 [Jamie0510/taiwan-law-exam](https://huggingface.co/datasets/Jamie0510/taiwan-law-exam) 裡面的四類考試合併後再抽取 90% 的題目。
|
32 |
+
> - `test.jsonl`: 共有 `30` 筆,將 [Jamie0510/taiwan-law-exam](https://huggingface.co/datasets/Jamie0510/taiwan-law-exam) 裡面的四類考試合併後再抽取 10% 的題目。
|
33 |
+
|
34 |
+
## Dataset Creation
|
35 |
+
### Curation
|
36 |
+
(WIP)
|
37 |
+
|
38 |
+
### Source Data
|
39 |
+
[Jamie0510/taiwan-law-exam](https://huggingface.co/datasets/Jamie0510/taiwan-law-exam)
|
40 |
+
|
41 |
+
### Personal and Sensitive Information
|
42 |
+
無。
|
43 |
+
|
44 |
+
## License
|
45 |
+
apache-2.0
|
test.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7987684191a3eecd67f07e8fe9f934ae4b443df055312ee5fd12e85d790dc993
|
3 |
+
size 20129
|
train.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cbcd32e57e9199a0292b869ded156b9d28432845b99fe656f8e78ad7605e6ff9
|
3 |
+
size 189143
|