vip201 commited on
Commit
f5f9da2
1 Parent(s): 02c51d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+ [Tigerbot](https://github.com/TigerResearch/TigerBot) 基于cluebenchmark公开的数据集加工生成的阅读理解sft数据集
6
+
7
+
8
+ ## Usage
9
+ ```python
10
+ import datasets
11
+ ds_sft = datasets.load_dataset('TigerResearch/tigerbot-superclue-c3-zh-5k')
12
+ ```
13
+