datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
ChineseCorpus-Kaggle-fanti
source
mix data from https://www.kaggle.com/datasets/allanyiinai/chinesecorpus
use
from datasets import load_datasets
ds = load_datasets("ticoAg/ChineseCorpus-Kaggle-fanti")
example
[
{
"text": "2017年12月5日,重慶市交委正式下發《關于新建市郊鐵路磨心坡至合川線工程初步設計的批復》,2017年計劃開工四個節點工程,包括渭沱貨運站場、土場貨運站場、嘉陵江特大橋、九峰山遂道。"
},
{
"text": "2017年7月6日,線路重要節點合川渭沱貨運站開工建設,線路開始建設,項目建設工期為48個月。"
},
{
"text": "日前,渝合線二期(合川段)施工出現了停滯,至今仍未解決,合川區人民政府在2019、2020年均稱將力促市郊鐵路渝合線復工。"
}… See the full description on the dataset page: https://huggingface.co/datasets/ticoAg/ChineseCorpus-Kaggle-fanti.Tidied-PII-Detection-Kaggle-7k
Dataset Card for Dataset Name
This dataset is a modified version of the training set of the Kaggle Competition PII Data Detection.
Dataset Details
The PII data for each text is extracted into 'pii_data' field, and thinking tools are extracted into 'thinking_tools' field.
I create this dataset to instruct tuning LLMs and generate more data to training Token Classifiers.
