Upload folder using huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: ja
|
3 |
+
license: cc-by-4.0
|
4 |
+
multilinguality: monolingual
|
5 |
+
configs:
|
6 |
+
- config_name: current
|
7 |
+
data_files:
|
8 |
+
- split: train
|
9 |
+
path: "current/train.jsonl"
|
10 |
+
- split: test
|
11 |
+
path: "current/test.jsonl"
|
12 |
+
- config_name: future
|
13 |
+
data_files:
|
14 |
+
- split: train
|
15 |
+
path: "future/train.jsonl"
|
16 |
+
- split: test
|
17 |
+
path: "future/test.jsonl"
|
18 |
+
---
|
19 |
+
|
20 |
+
|
21 |
+
# economy-watchers-survey
|
22 |
+
[Economy Watchers Survey](https://www5.cao.go.jp/keizai3/watcher-e/index-e.html) data.
|
23 |
+
It is automatically updated by GitHub Actions as the economy watcher is updated.
|
24 |
+
GitHub: https://github.com/retarfi/economy-watchers-survey
|
25 |
+
|
26 |
+
[景気ウォッチャー調査](https://www5.cao.go.jp/keizai3/watcher/watcher_menu.html)のデータを自動更新・整形・抽出を行います。
|
27 |
+
自動更新はGitHub Actionsによって月次で行われます。
|
28 |
+
GitHub: https://github.com/retarfi/economy-watchers-survey
|
29 |
+
|
30 |
+
## LICENSE
|
31 |
+
CC-BY 4.0
|