Anery-ymmy
commited on
Commit
•
45574b1
1
Parent(s):
c28a532
Update README.md
Browse files
README.md
CHANGED
@@ -12,4 +12,15 @@ size_categories:
|
|
12 |
- 上市公司公告 announcement_data.jsonl 20G
|
13 |
- 金融资讯/新闻
|
14 |
- fin_news_data.jsonl 30G
|
15 |
-
- fin_articles_data.jsonl 10G
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
- 上市公司公告 announcement_data.jsonl 20G
|
13 |
- 金融资讯/新闻
|
14 |
- fin_news_data.jsonl 30G
|
15 |
+
- fin_articles_data.jsonl 10G
|
16 |
+
- 金融试题 fin_exam.jsonl 370M
|
17 |
+
|
18 |
+
数据格式:
|
19 |
+
```
|
20 |
+
{
|
21 |
+
"text": <文本内容>,
|
22 |
+
"meta": {
|
23 |
+
"source": <数据来源>
|
24 |
+
}
|
25 |
+
}
|
26 |
+
```
|