Datasets:

Modalities:
Text
Formats:
json
Languages:
Chinese
Libraries:
Datasets
pandas
License:
vip201 commited on
Commit
aca4e3e
·
1 Parent(s): 16965a4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
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) 搜集另工的中文-猜谜语sft数据集
8
+
9
+ <p align="center" width="40%">
10
+
11
+ ## Usage
12
+ ```python
13
+ import datasets
14
+ ds_sft = datasets.load_dataset('TigerResearch/tigerbot-riddle-qa-1k')
15
+ ```