CoolFace
13 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01baidu-frontier-research /OmegaUse-OfficeVal OmegaUse-OfficeVal Benchmarking LLM Agents on Long-Horizon Office-Suite Tasks with Economic Grounding OmegaUse-OfficeVal is a benchmark for evaluating LLM agents on long-horizon, real-world office-suite tasks that span word-processing documents, spreadsheets, presentations, and cross-file productivity workflows. Tasks are derived from authentic office requests proposed by practitioners and drawn from freelance platforms, grounding the benchmark in real economic demand. Each task… See the full description on the dataset page: https://huggingface.co/datasets/baidu-frontier-research/OmegaUse-OfficeVal.imageothern<1K3 likes4.9k downloads20d agoHugging Face02lars1234 /baidu-baike-dataset Baidu Baike Dataset This dataset contains 5,634,898 entries extracted from Baidu Baike (百度百科), which is one of the largest Chinese online encyclopedias. This is a mirror of the original dataset from https://github.com/BIT-ENGD/baidu_baike, with data originally crawled around 2019. Format Each entry in the JSON format includes the following fields: title: The title of the Baidu Baike entry summary: A brief summary of the entry content sections: A list of sections, where… See the full description on the dataset page: https://huggingface.co/datasets/lars1234/baidu-baike-dataset.text1M<n<10M4 likes746 downloads1y agoHugging Face03xuqinyang /BaiduBaike-5.63Mtext1M<n<10M29 likes267 downloads3y agoHugging Face04philipphager /baidu-ultr-pretraintext100K<n<1M0 likes247 downloads3y agoHugging Face05ambivalent02 /baiduimage100K<n<1M0 likes186 downloads11mo agoHugging Face06Orphanage /Baidu_Tieba_KangYaBeiGuo说明 随机爬取的百度贴吧抗压背锅吧的内容,10万条左右,不包含视频和图片,比较适合用于风格微调(大概)(心虚)。 数据遵循ChatGLM4使用的格式(有需要别的格式请自己调整QWQ)。 清洗的不是很干净,所以把没有清洗的数据也发上来了(QWQ)。 original.json是爬取后未经清洗的数据 Description This dataset consists of roughly 100,000 samples randomly scraped from the "Kang Ya Bei Guo" bar on Baidu Tieba. It does not contain videos or images and is generally suitable for style fine-tuning (probably... kind of... maybe 👀). The data follows the format used by ChatGLM4 (please adjust to other formats if needed, QWQ). Note: The… See the full description on the dataset page: https://huggingface.co/datasets/Orphanage/Baidu_Tieba_KangYaBeiGuo.text1K<n<10K5 likes174 downloads1y agoHugging Face07Orphanage /Baidu_Tieba_SunXiaochuan 说明 随机爬取的百度贴吧孙笑川吧的内容,10万条左右,不包含视频和图片,比较适合用于风格微调(大概)(心虚)。 数据遵循ChatGLM4使用的格式(有需要别的格式请自己调整QWQ)。 清洗的不是很干净,所以把没有清洗的数据也发上来了(QWQ)。 train.jsonl是训练集 dev.jsonl是验证集 No_train_validation_split.jsonl是清洗后并未划分训练和验证集的数据 original.json是爬取后未经清洗的数据 Description This dataset consists of roughly 100,000 samples randomly scraped from the "Sun Xiaochuan" bar on Baidu Tieba. It does not contain videos or images and is generally suitable for style fine-tuning (probably... kind of... maybe 👀). The… See the full description on the dataset page: https://huggingface.co/datasets/Orphanage/Baidu_Tieba_SunXiaochuan.texttext-generation10K<n<100K8 likes139 downloads1y agoHugging Face08mohamedah /baidu_baike Baidu Baike Dataset A large-scale dataset of Baidu Baike articles first introduced in the paper An Analysis of Chinese Censorship Bias in LLMs. Articles were automatically scraped from the Internet Archive's snapshots of the encyclopedia. Citation If you publish work using our datasets or CensorshipDetector, please cite our work using the following citation: @inproceedings{ahmed2025censorshipbias title = {An Analysis of Chinese Censorship Bias in LLMs}, author… See the full description on the dataset page: https://huggingface.co/datasets/mohamedah/baidu_baike.text100K<n<1M1 likes58 downloads1y agoHugging Face09JustANormalTinkerer /chinese-street-text-baiduTaken from here: https://aistudio.baidu.com/datasetdetail/8429 ; This solely acts as a nice way to integrate it to my scripts image100K<n<1M0 likes41 downloads3mo agoHugging Face10answer722qzd /baidubaike Dataset Card for "baidubaike" More Information needed text1M<n<10M0 likes25 downloads2y agoHugging Face11answer722qzd /baidubaike2 Dataset Card for "baidubaike2" More Information needed text1M<n<10M0 likes13 downloads2y agoHugging Face12Zhaoming213 /baiduwiki 数据集介绍 这是百度百科数据集,对原始数据集进行了简单清洗,最终变成了类似:{"text":....}对结构,jsonl文件。 清洗代码 import json input_file = "百度百科.jsonl" output_file = "filtered_data.jsonl" with open(input_file, 'r', encoding='utf-8') as infile, \ open(output_file, 'w', encoding='utf-8') as outfile: for line in infile: if not line.strip(): continue try: data = json.loads(line) outfile.write(json.dumps(data, ensure_ascii=False) + '\n') except… See the full description on the dataset page: https://huggingface.co/datasets/Zhaoming213/baiduwiki.text1M<n<10M0 likes9 downloads6mo agoHugging Face13hollowKnight521 /baidu-ruozhiba-llama3-tttext1K<n<10K0 likes1 downloads2y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.