Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- datasets
|
4 |
+
- customs
|
5 |
+
- korea
|
6 |
+
task_categories:
|
7 |
+
- text2text-generation
|
8 |
+
language:
|
9 |
+
- ko
|
10 |
+
size_categories:
|
11 |
+
- 1K<n<10K
|
12 |
+
license: mit
|
13 |
+
configs:
|
14 |
+
- config_name: default
|
15 |
+
---
|
16 |
+
|
17 |
+
# 세관 행정 데이터셋 (C.AI.Q)
|
18 |
+
대한민국 세관·관세 행정 질의응답 사례를 정리한 데이터셋입니다.
|
19 |
+
Hugging Face Dataset Viewer를 통해 **질문(input)** 과 **답변(response)** 구조로 확인할 수 있습니다.
|
20 |
+
|
21 |
+
- **Input**: 세관/관세 관련 질문
|
22 |
+
- **Response**: 공식 답변/설명
|
23 |
+
- **Split**: train
|