Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
---
|
6 |
+
|
7 |
+
[Tigerbot](https://github.com/TigerResearch/TigerBot) 模型rethink时使用的外脑原始数据,财报类
|
8 |
+
|
9 |
+
<p align="center" width="40%">
|
10 |
+
|
11 |
+
|
12 |
+
## Usage
|
13 |
+
```python
|
14 |
+
import datasets
|
15 |
+
ds_sft = datasets.load_dataset('TigerResearch/tigerbot-earning-plugin')
|
16 |
+
```
|