id
stringlengths
2
115
lastModified
stringlengths
24
24
tags
list
author
stringlengths
2
42
description
stringlengths
0
68.7k
citation
stringlengths
0
10.7k
cardData
null
likes
int64
0
3.55k
downloads
int64
0
10.1M
card
stringlengths
0
1.01M
tushar1408/test_sec
2023-09-19T13:00:35.000Z
[ "region:us" ]
tushar1408
null
null
null
0
4
Entry not found
hiamitabha/bengali_detailed_qa
2023-09-19T00:04:22.000Z
[ "region:us" ]
hiamitabha
null
null
null
0
4
adamo1139/basic_economics_questions_ts_test_2
2023-09-19T00:32:15.000Z
[ "license:apache-2.0", "region:us" ]
adamo1139
null
null
null
0
4
--- license: apache-2.0 ---
MaxReynolds/cifar10
2023-09-19T00:07:47.000Z
[ "region:us" ]
MaxReynolds
null
null
null
0
4
--- dataset_info: features: - name: image dtype: image - name: text dtype: class_label: names: '0': airplane '1': automobile '2': bird '3': cat '4': deer '5': dog '6': frog '7': horse '8': ship '9': truck splits: - name: train num_bytes: 113648310.0 num_examples: 50000 download_size: 119708256 dataset_size: 113648310.0 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "cifar10" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
skadewdl3/recipe-nlg-lite-llama-2
2023-09-20T08:03:35.000Z
[ "region:us" ]
skadewdl3
null
null
null
0
4
--- configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* dataset_info: features: - name: uid dtype: string - name: name dtype: string - name: description dtype: string - name: link dtype: string - name: ner dtype: string - name: ingredients sequence: string - name: steps sequence: string - name: prompt dtype: string splits: - name: train num_bytes: 19487310 num_examples: 6118 - name: test num_bytes: 3406278 num_examples: 1080 download_size: 0 dataset_size: 22893588 --- # Dataset Card for "recipe-nlg-lite-llama-2" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
distil-whisper/meanwhile
2023-09-19T15:45:37.000Z
[ "region:us" ]
distil-whisper
null
null
null
0
4
--- configs: - config_name: default data_files: - split: test path: data/test-* dataset_info: features: - name: audio dtype: audio - name: begin dtype: string - name: end dtype: string - name: text dtype: string splits: - name: test num_bytes: 58250833.0 num_examples: 64 download_size: 58229969 dataset_size: 58250833.0 --- # Dataset Card for "meanwhile" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
mor40/chitanka_raw
2023-09-19T19:03:56.000Z
[ "region:us" ]
mor40
null
null
null
0
4
--- configs: - config_name: default data_files: - split: train path: data/train-* dataset_info: features: - name: text dtype: string splits: - name: train num_bytes: 1850114657 num_examples: 6420172 download_size: 927214814 dataset_size: 1850114657 --- # Dataset Card for "chitanka_raw" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
amanrangapur/Fin-Fact
2023-09-19T22:40:19.000Z
[ "task_categories:text-classification", "task_categories:text-generation", "size_categories:1K<n<10K", "language:en", "license:apache-2.0", "finance", "arxiv:2309.08793", "region:us" ]
amanrangapur
Welcome to the Fin-Fact repository! Fin-Fact is a comprehensive dataset designed specifically for financial fact-checking and explanation generation. The dataset consists of 3121 claims spanning multiple financial sectors.
@misc{rangapur2023finfact, title={Fin-Fact: A Benchmark Dataset for Multimodal Financial Fact Checking and Explanation Generation}, author={Aman Rangapur and Haoran Wang and Kai Shu}, year={2023}, eprint={2309.08793}, archivePrefix={arXiv}, primaryClass={cs.AI} }
null
4
4
--- license: apache-2.0 task_categories: - text-classification - text-generation language: - en tags: - finance pretty_name: FinFact size_categories: - 1K<n<10K dataset_info: - config_name: generation features: - name: url dtype: string - name: claim dtype: string - name: author dtype: string - name: posted dtype: string # - name: sci_digest # sequence: string # - name: justification # sequence: string # - name: issues # dtype: string # - name: image_data # sequence: # - name: image_src # dtype: string # - name: image_caption # dtype: string # - name: evidence # sequence: # - name: sentence # dtype: string # - name: hrefs # dtype: string # - name: label # dtype: string # - name: visualization_bias # dtype: int32 --- <h1 align="center">Fin-Fact - Financial Fact-Checking Dataset</h1> ## Table of Contents - [Overview](#overview) - [Dataset Description](#dataset-description) - [Dataset Usage](#dataset-usage) - [Leaderboard](#leaderboard) - [Dependencies](#dependencies) - [Run models for paper metrics](#run-models-for-paper-metrics) - [Citation](#citation) - [Contribution](#contribution) - [License](#license) - [Contact](#contact) ## Overview Welcome to the Fin-Fact repository! Fin-Fact is a comprehensive dataset designed specifically for financial fact-checking and explanation generation. This README provides an overview of the dataset, how to use it, and other relevant information. [Click here](https://arxiv.org/abs/2309.08793) to access the paper. ## Dataset Description - **Name**: Fin-Fact - **Purpose**: Fact-checking and explanation generation in the financial domain. - **Labels**: The dataset includes various labels, including Claim, Author, Posted Date, Sci-digest, Justification, Evidence, Evidence href, Image href, Image Caption, Visualisation Bias Label, Issues, and Claim Label. - **Size**: The dataset consists of 3121 claims spanning multiple financial sectors. - **Additional Features**: The dataset goes beyond textual claims and incorporates visual elements, including images and their captions. ## Dataset Usage Fin-Fact is a valuable resource for researchers, data scientists, and fact-checkers in the financial domain. Here's how you can use it: 1. **Download the Dataset**: You can download the Fin-Fact dataset [here](https://github.com/IIT-DM/Fin-Fact/blob/FinFact/finfact.json). 2. **Exploratory Data Analysis**: Perform exploratory data analysis to understand the dataset's structure, distribution, and any potential biases. 3. **Natural Language Processing (NLP) Tasks**: Utilize the dataset for various NLP tasks such as fact-checking, claim verification, and explanation generation. 4. **Fact Checking Experiments**: Train and evaluate machine learning models, including text and image analysis, using the dataset to enhance the accuracy of fact-checking systems. ## Leaderboard ## Dependencies We recommend you create an anaconda environment: `conda create --name finfact python=3.6 conda-build` Then, install Python requirements: `pip install -r requirements.txt` ## Run models for paper metrics We provide scripts let you easily run our dataset on existing state-of-the-art models and re-create the metrics published in paper. You should be able to reproduce our results from the paper by following these instructions. Please post an issue if you're unable to do this. To run existing ANLI models for fact checking. ### Run: 1. BART ```bash python anli.py --model_name 'ynie/bart-large-snli_mnli_fever_anli_R1_R2_R3-nli' --data_file finfact.json --threshold 0.5 ``` 2. RoBERTa ```bash python anli.py --model_name 'ynie/roberta-large-snli_mnli_fever_anli_R1_R2_R3-nli' --data_file finfact.json --threshold 0.5 ``` 3. ELECTRA ```bash python anli.py --model_name 'ynie/electra-large-discriminator-snli_mnli_fever_anli_R1_R2_R3-nli' --data_file finfact.json --threshold 0.5 ``` 4. AlBERT ```bash python anli.py --model_name 'ynie/albert-xxlarge-v2-snli_mnli_fever_anli_R1_R2_R3-nli' --data_file finfact.json --threshold 0.5 ``` 5. XLNET ```bash python anli.py --model_name 'ynie/xlnet-large-cased-snli_mnli_fever_anli_R1_R2_R3-nli' --data_file finfact.json --threshold 0.5 ``` 6. GPT-2 ```bash python gpt2_nli.py --model_name 'fractalego/fact-checking' --data_file finfact.json ``` ## Citation ``` @misc{rangapur2023finfact, title={Fin-Fact: A Benchmark Dataset for Multimodal Financial Fact Checking and Explanation Generation}, author={Aman Rangapur and Haoran Wang and Kai Shu}, year={2023}, eprint={2309.08793}, archivePrefix={arXiv}, primaryClass={cs.AI} } ``` ## Contribution We welcome contributions from the community to help improve Fin-Fact. If you have suggestions, bug reports, or want to contribute code or data, please check our [CONTRIBUTING.md](CONTRIBUTING.md) file for guidelines. ## License Fin-Fact is released under the [MIT License](/LICENSE). Please review the license before using the dataset. ## Contact For questions, feedback, or inquiries related to Fin-Fact, please contact `arangapur@hawk.iit.edu`. We hope you find Fin-Fact valuable for your research and fact-checking endeavors. Happy fact-checking!
Hyder12/Fine-tune-QnA
2023-09-20T00:12:27.000Z
[ "region:us" ]
Hyder12
null
null
null
0
4
Entry not found
re2panda/grade_school_math_korean
2023-09-20T06:00:43.000Z
[ "region:us" ]
re2panda
null
null
null
0
4
Entry not found
atulpandey/custum_conll2003
2023-09-20T10:43:20.000Z
[ "license:openrail", "region:us" ]
atulpandey
null
null
null
0
4
--- license: openrail ---
Falah/story44kids_0_prompts
2023-09-20T11:28:20.000Z
[ "region:us" ]
Falah
null
null
null
0
4
--- dataset_info: features: - name: prompts dtype: string splits: - name: train num_bytes: 3026 num_examples: 13 download_size: 3674 dataset_size: 3026 --- # Dataset Card for "story44kids_0_prompts" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Falah/story44kids_1_prompts
2023-09-20T11:28:26.000Z
[ "region:us" ]
Falah
null
null
null
0
4
--- dataset_info: features: - name: prompts dtype: string splits: - name: train num_bytes: 3254 num_examples: 10 download_size: 4900 dataset_size: 3254 --- # Dataset Card for "story44kids_1_prompts" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Falah/story44kids_2_prompts
2023-09-20T11:28:32.000Z
[ "region:us" ]
Falah
null
null
null
0
4
--- dataset_info: features: - name: prompts dtype: string splits: - name: train num_bytes: 3409 num_examples: 10 download_size: 4787 dataset_size: 3409 --- # Dataset Card for "story44kids_2_prompts" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
vincenttttt/department_college_time_ForFineTune
2023-09-20T12:09:19.000Z
[ "region:us" ]
vincenttttt
null
null
null
0
4
--- configs: - config_name: default data_files: - split: train path: data/train-* dataset_info: features: - name: question dtype: string - name: answer dtype: string - name: text dtype: string splits: - name: train num_bytes: 2728137 num_examples: 7005 download_size: 532871 dataset_size: 2728137 --- # Dataset Card for "department_college_time_ForFineTune" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
AmolA10/ForRIHL
2023-09-21T11:43:58.000Z
[ "region:us" ]
AmolA10
null
null
null
0
4
Entry not found
Inoob/llama_train
2023-09-20T14:10:46.000Z
[ "region:us" ]
Inoob
null
null
null
0
4
Entry not found
yoandrey/wiki_text_embeddings
2023-09-20T17:29:20.000Z
[ "region:us" ]
yoandrey
null
null
null
0
4
--- configs: - config_name: default data_files: - split: train path: data/train-* dataset_info: features: - name: id dtype: int32 - name: text dtype: string - name: embeddings sequence: float32 splits: - name: train num_bytes: 87067694446 num_examples: 35167920 download_size: 103338111988 dataset_size: 87067694446 --- # Dataset Card for "wiki_text_embeddings" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
reyrg/thermal-camera_v2
2023-09-20T20:10:35.000Z
[ "license:cc-by-4.0", "region:us" ]
reyrg
null
null
null
0
4
--- license: cc-by-4.0 dataset_info: features: - name: image dtype: image - name: label dtype: image splits: - name: train num_bytes: 766087220.0 num_examples: 546 download_size: 49415770 dataset_size: 766087220.0 configs: - config_name: default data_files: - split: train path: data/train-* ---
peymanatlylu/abus
2023-09-21T09:54:17.000Z
[ "license:apache-2.0", "region:us" ]
peymanatlylu
null
null
null
0
4
--- license: apache-2.0 ---
DopeorNope/2000sample_COT
2023-09-21T12:02:12.000Z
[ "region:us" ]
DopeorNope
null
null
null
0
4
--- dataset_info: features: - name: source dtype: string - name: target dtype: string - name: rationale dtype: string - name: task dtype: string - name: type dtype: string splits: - name: train num_bytes: 2298020 num_examples: 2159 download_size: 1099835 dataset_size: 2298020 --- # Dataset Card for "2000sample_COT" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
FanChen0116/bus_few4_128x
2023-09-23T16:57:28.000Z
[ "region:us" ]
FanChen0116
null
null
null
0
4
--- dataset_info: features: - name: id dtype: int64 - name: tokens sequence: string - name: labels sequence: class_label: names: '0': O '1': I-from_location '2': B-from_location '3': B-leaving_date '4': I-leaving_date '5': I-to_location '6': B-to_location - name: request_slot sequence: string splits: - name: train num_bytes: 1752765 num_examples: 8960 - name: validation num_bytes: 6900 num_examples: 35 - name: test num_bytes: 70618 num_examples: 377 download_size: 0 dataset_size: 1830283 --- # Dataset Card for "bus_few4_128x" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
FanChen0116/bus_few4_128x_empty
2023-09-23T16:57:40.000Z
[ "region:us" ]
FanChen0116
null
null
null
0
4
--- dataset_info: features: - name: id dtype: int64 - name: tokens sequence: string - name: labels sequence: class_label: names: '0': O '1': I-from_location '2': B-from_location '3': B-leaving_date '4': I-leaving_date '5': I-to_location '6': B-to_location - name: request_slot sequence: string splits: - name: train num_bytes: 1560019 num_examples: 8960 - name: validation num_bytes: 6128 num_examples: 35 - name: test num_bytes: 70618 num_examples: 377 download_size: 0 dataset_size: 1636765 --- # Dataset Card for "bus_few4_128x_empty" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
swaroopajit/next-dataset-refined-batch-8000
2023-09-21T12:41:30.000Z
[ "region:us" ]
swaroopajit
null
null
null
0
4
--- dataset_info: features: - name: caption dtype: string - name: image dtype: image splits: - name: train num_bytes: 309516962.0 num_examples: 1000 download_size: 282053182 dataset_size: 309516962.0 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "next-dataset-refined-batch-8000" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
vertigo23/njogerera_english_luganda_corpus
2023-09-21T13:12:07.000Z
[ "size_categories:10K<n<100K", "license:unknown", "region:us" ]
vertigo23
null
null
null
0
4
--- license: unknown size_categories: - 10K<n<100K ---
swaroopajit/next-dataset-refined-batch-9000
2023-09-21T13:08:28.000Z
[ "region:us" ]
swaroopajit
null
null
null
0
4
--- dataset_info: features: - name: caption dtype: string - name: image dtype: image splits: - name: train num_bytes: 335325495.0 num_examples: 1000 download_size: 309863965 dataset_size: 335325495.0 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "next-dataset-refined-batch-9000" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
swaroopajit/next-dataset-refined-batch-10000
2023-09-21T13:37:40.000Z
[ "region:us" ]
swaroopajit
null
null
null
0
4
--- dataset_info: features: - name: caption dtype: string - name: image dtype: image splits: - name: train num_bytes: 326024308.0 num_examples: 1000 download_size: 299977034 dataset_size: 326024308.0 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "next-dataset-refined-batch-10000" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
swaroopajit/next-dataset-refined-batch-11000
2023-09-21T14:10:45.000Z
[ "region:us" ]
swaroopajit
null
null
null
0
4
--- dataset_info: features: - name: caption dtype: string - name: image dtype: image splits: - name: train num_bytes: 315028784.0 num_examples: 1000 download_size: 287078371 dataset_size: 315028784.0 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "next-dataset-refined-batch-11000" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
aprlc/ual-chatbot-train
2023-09-21T14:10:06.000Z
[ "region:us" ]
aprlc
null
null
null
0
4
--- dataset_info: features: - name: text dtype: string splits: - name: train num_bytes: 121685 num_examples: 142 download_size: 45906 dataset_size: 121685 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "ual-chatbot-train" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
swaroopajit/next-dataset-refined-batch-12000
2023-09-21T14:41:27.000Z
[ "region:us" ]
swaroopajit
null
null
null
0
4
--- dataset_info: features: - name: caption dtype: string - name: image dtype: image splits: - name: train num_bytes: 337818757.0 num_examples: 1000 download_size: 312355831 dataset_size: 337818757.0 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "next-dataset-refined-batch-12000" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
swaroopajit/next-dataset-refined-batch-13000
2023-09-21T14:43:22.000Z
[ "region:us" ]
swaroopajit
null
null
null
0
4
--- dataset_info: features: - name: caption dtype: string - name: image dtype: image splits: - name: train num_bytes: 53300861.0 num_examples: 153 download_size: 48908543 dataset_size: 53300861.0 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "next-dataset-refined-batch-13000" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
pvduy/evol_70k_with_output_Xwin
2023-09-21T18:14:04.000Z
[ "region:us" ]
pvduy
null
null
null
0
4
--- dataset_info: features: - name: instruction dtype: string - name: output dtype: string splits: - name: train num_bytes: 165817770 num_examples: 70000 download_size: 79750128 dataset_size: 165817770 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "evol_70k_with_output_Xwin" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
euclaise/DirtyWritingPrompts
2023-09-22T14:39:33.000Z
[ "license:cc0-1.0", "not-for-all-audiences", "region:us" ]
euclaise
null
null
null
0
4
--- dataset_info: features: - name: post_title dtype: string - name: body dtype: string - name: score dtype: int64 - name: gilded dtype: int64 - name: post_score dtype: int64 splits: - name: train num_bytes: 36315869 num_examples: 27921 download_size: 18528856 dataset_size: 36315869 configs: - config_name: default data_files: - split: train path: data/train-* license: cc0-1.0 tags: - not-for-all-audiences --- # Dataset Card for "DirtyWritingPrompts" Data collected from r/DirtyWritingPrompts, up to 12-2022, from PushShift.
Yorth/limerick-topic-train
2023-09-21T20:34:17.000Z
[ "region:us" ]
Yorth
null
null
null
0
4
--- dataset_info: features: - name: combined dtype: string - name: __index_level_0__ dtype: int64 splits: - name: train num_bytes: 16886056 num_examples: 52708 download_size: 8170276 dataset_size: 16886056 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "limerick-topic-train" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
rghosh8/supportGPT-v2
2023-09-21T20:42:34.000Z
[ "license:bsd", "region:us" ]
rghosh8
null
null
null
0
4
--- license: bsd ---
dongyoung4091/hh-rlhf_with_features_flan_t5_large_flan_t5_large_zeroshot
2023-09-22T06:28:41.000Z
[ "region:us" ]
dongyoung4091
null
null
null
0
4
--- configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* dataset_info: features: - name: chosen dtype: string - name: rejected dtype: string - name: helpfulness_chosen dtype: int64 - name: helpfulness_rejected dtype: int64 - name: specificity_chosen dtype: int64 - name: specificity_rejected dtype: int64 - name: intent_chosen dtype: int64 - name: intent_rejected dtype: int64 - name: factuality_chosen dtype: int64 - name: factuality_rejected dtype: int64 - name: easy-to-understand_chosen dtype: int64 - name: easy-to-understand_rejected dtype: int64 - name: relevance_chosen dtype: int64 - name: relevance_rejected dtype: int64 - name: readability_chosen dtype: int64 - name: readability_rejected dtype: int64 - name: enough-detail_chosen dtype: int64 - name: enough-detail_rejected dtype: int64 - name: biased:_chosen dtype: int64 - name: biased:_rejected dtype: int64 - name: fail-to-consider-individual-preferences_chosen dtype: int64 - name: fail-to-consider-individual-preferences_rejected dtype: int64 - name: repetetive_chosen dtype: int64 - name: repetetive_rejected dtype: int64 - name: fail-to-consider-context_chosen dtype: int64 - name: fail-to-consider-context_rejected dtype: int64 - name: too-long_chosen dtype: int64 - name: too-long_rejected dtype: int64 - name: human dtype: string - name: assistant_chosen dtype: string - name: assistant_rejected dtype: string - name: log_score_chosen dtype: float64 - name: log_score_rejected dtype: float64 - name: labels dtype: string - name: zeroshot_helpfulness_chosen dtype: float64 - name: zeroshot_helpfulness_rejected dtype: float64 - name: zeroshot_specificity_chosen dtype: float64 - name: zeroshot_specificity_rejected dtype: float64 - name: zeroshot_intent_chosen dtype: float64 - name: zeroshot_intent_rejected dtype: float64 - name: zeroshot_factuality_chosen dtype: float64 - name: zeroshot_factuality_rejected dtype: float64 - name: zeroshot_easy-to-understand_chosen dtype: float64 - name: zeroshot_easy-to-understand_rejected dtype: float64 - name: zeroshot_relevance_chosen dtype: float64 - name: zeroshot_relevance_rejected dtype: float64 - name: zeroshot_readability_chosen dtype: float64 - name: zeroshot_readability_rejected dtype: float64 - name: zeroshot_enough-detail_chosen dtype: float64 - name: zeroshot_enough-detail_rejected dtype: float64 - name: zeroshot_biased:_chosen dtype: float64 - name: zeroshot_biased:_rejected dtype: float64 - name: zeroshot_fail-to-consider-individual-preferences_chosen dtype: float64 - name: zeroshot_fail-to-consider-individual-preferences_rejected dtype: float64 - name: zeroshot_repetetive_chosen dtype: float64 - name: zeroshot_repetetive_rejected dtype: float64 - name: zeroshot_fail-to-consider-context_chosen dtype: float64 - name: zeroshot_fail-to-consider-context_rejected dtype: float64 - name: zeroshot_too-long_chosen dtype: float64 - name: zeroshot_too-long_rejected dtype: float64 splits: - name: train num_bytes: 16425816 num_examples: 9574 - name: test num_bytes: 16369741 num_examples: 9574 download_size: 16126499 dataset_size: 32795557 --- # Dataset Card for "hh-rlhf_with_features_flan_t5_large_flan_t5_large_zeroshot" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
lotfyhussein/finance-tweets-sentiment
2023-09-22T09:28:43.000Z
[ "license:other", "region:us" ]
lotfyhussein
null
null
null
0
4
--- license: other ---
hellomyoh/train_data_set_12000-added-text
2023-09-22T09:49:21.000Z
[ "region:us" ]
hellomyoh
null
null
null
0
4
--- configs: - config_name: default data_files: - split: train path: data/train-* dataset_info: features: - name: num dtype: int64 - name: english dtype: string - name: korean dtype: string - name: text dtype: string splits: - name: train num_bytes: 6633946 num_examples: 12000 download_size: 3995296 dataset_size: 6633946 --- # Dataset Card for "train_data_set_12000-added-text" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
hellomyoh/train_data_set_395107-added-text
2023-09-22T09:58:39.000Z
[ "region:us" ]
hellomyoh
null
null
null
0
4
--- configs: - config_name: default data_files: - split: train path: data/train-* dataset_info: features: - name: num dtype: int64 - name: english dtype: string - name: korean dtype: string - name: text dtype: string splits: - name: train num_bytes: 121537138 num_examples: 395107 download_size: 65210995 dataset_size: 121537138 --- # Dataset Card for "train_data_set_395107-added-text" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
himanshu-bhatnagar-exl-2302/SAS_to_Python_clean_v1
2023-09-22T10:19:08.000Z
[ "license:llama2", "region:us" ]
himanshu-bhatnagar-exl-2302
null
null
null
0
4
--- license: llama2 ---
hellomyoh/train_data_set_117755-added-text
2023-09-22T10:19:38.000Z
[ "region:us" ]
hellomyoh
null
null
null
0
4
--- configs: - config_name: default data_files: - split: train path: data/train-* dataset_info: features: - name: num dtype: int64 - name: english dtype: string - name: korean dtype: string - name: text dtype: string splits: - name: train num_bytes: 37859040 num_examples: 117755 download_size: 21550350 dataset_size: 37859040 --- # Dataset Card for "train_data_set_117755-added-text" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
vision-paper/DC_lower_segmented_mask
2023-09-22T20:23:58.000Z
[ "region:us" ]
vision-paper
null
null
null
0
4
Entry not found
minh21/COVID-QA-for-sentence-transformer-longer-context
2023-09-22T14:55:13.000Z
[ "region:us" ]
minh21
null
null
null
0
4
--- dataset_info: features: - name: question dtype: string - name: id dtype: int64 - name: context dtype: string splits: - name: train num_bytes: 2369782 num_examples: 1615 - name: test num_bytes: 292819 num_examples: 202 - name: validation num_bytes: 295207 num_examples: 202 download_size: 1570438 dataset_size: 2957808 --- # Dataset Card for "COVID-QA-for-sentence-transformer-longer-context" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
chrisgru/dolly-20
2023-09-22T20:19:49.000Z
[ "region:us" ]
chrisgru
null
null
null
0
4
Entry not found
dongyoung4091/hh-rlhf_with_features_flan_t5_large_flan_t5_small_zeroshot
2023-09-23T00:43:04.000Z
[ "region:us" ]
dongyoung4091
null
null
null
0
4
--- configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* dataset_info: features: - name: chosen dtype: string - name: rejected dtype: string - name: helpfulness_chosen dtype: int64 - name: helpfulness_rejected dtype: int64 - name: specificity_chosen dtype: int64 - name: specificity_rejected dtype: int64 - name: intent_chosen dtype: int64 - name: intent_rejected dtype: int64 - name: factuality_chosen dtype: int64 - name: factuality_rejected dtype: int64 - name: easy-to-understand_chosen dtype: int64 - name: easy-to-understand_rejected dtype: int64 - name: relevance_chosen dtype: int64 - name: relevance_rejected dtype: int64 - name: readability_chosen dtype: int64 - name: readability_rejected dtype: int64 - name: enough-detail_chosen dtype: int64 - name: enough-detail_rejected dtype: int64 - name: biased:_chosen dtype: int64 - name: biased:_rejected dtype: int64 - name: fail-to-consider-individual-preferences_chosen dtype: int64 - name: fail-to-consider-individual-preferences_rejected dtype: int64 - name: repetetive_chosen dtype: int64 - name: repetetive_rejected dtype: int64 - name: fail-to-consider-context_chosen dtype: int64 - name: fail-to-consider-context_rejected dtype: int64 - name: too-long_chosen dtype: int64 - name: too-long_rejected dtype: int64 - name: human dtype: string - name: assistant_chosen dtype: string - name: assistant_rejected dtype: string - name: log_score_chosen dtype: float64 - name: log_score_rejected dtype: float64 - name: labels dtype: string - name: zeroshot_helpfulness_chosen dtype: float64 - name: zeroshot_helpfulness_rejected dtype: float64 - name: zeroshot_specificity_chosen dtype: float64 - name: zeroshot_specificity_rejected dtype: float64 - name: zeroshot_intent_chosen dtype: float64 - name: zeroshot_intent_rejected dtype: float64 - name: zeroshot_factuality_chosen dtype: float64 - name: zeroshot_factuality_rejected dtype: float64 - name: zeroshot_easy-to-understand_chosen dtype: float64 - name: zeroshot_easy-to-understand_rejected dtype: float64 - name: zeroshot_relevance_chosen dtype: float64 - name: zeroshot_relevance_rejected dtype: float64 - name: zeroshot_readability_chosen dtype: float64 - name: zeroshot_readability_rejected dtype: float64 - name: zeroshot_enough-detail_chosen dtype: float64 - name: zeroshot_enough-detail_rejected dtype: float64 - name: zeroshot_biased:_chosen dtype: float64 - name: zeroshot_biased:_rejected dtype: float64 - name: zeroshot_fail-to-consider-individual-preferences_chosen dtype: float64 - name: zeroshot_fail-to-consider-individual-preferences_rejected dtype: float64 - name: zeroshot_repetetive_chosen dtype: float64 - name: zeroshot_repetetive_rejected dtype: float64 - name: zeroshot_fail-to-consider-context_chosen dtype: float64 - name: zeroshot_fail-to-consider-context_rejected dtype: float64 - name: zeroshot_too-long_chosen dtype: float64 - name: zeroshot_too-long_rejected dtype: float64 splits: - name: train num_bytes: 16425816 num_examples: 9574 - name: test num_bytes: 16369741 num_examples: 9574 download_size: 15963958 dataset_size: 32795557 --- # Dataset Card for "hh-rlhf_with_features_flan_t5_large_flan_t5_small_zeroshot" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
CollectiveCognition/chats-data-2023-09-22
2023-09-23T02:07:18.000Z
[ "license:mit", "region:us" ]
CollectiveCognition
null
null
null
8
4
--- license: mit --- # Dataset Card for "Collective Cognition ChatGPT Conversations" ## Table of Contents - [Dataset Description](#dataset-description) - [Dataset Summary](#dataset-summary) - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards) - [Languages](#languages) - [Dataset Structure](#dataset-structure) - [Data Instances](#data-instances) - [Data Fields](#data-fields) - [Data Splits](#data-splits) - [Dataset Creation](#dataset-creation) - [Curation Rationale](#curation-rationale) - [Source Data](#source-data) - [Annotations](#annotations) - [Personal and Sensitive Information](#personal-and-sensitive-information) - [Considerations for Using the Data](#considerations-for-using-the-data) - [Social Impact of Dataset](#social-impact-of-dataset) - [Discussion of Biases](#discussion-of-biases) - [Other Known Limitations](#other-known-limitations) - [Additional Information](#additional-information) - [Dataset Curators](#dataset-curators) - [Licensing Information](#licensing-information) - [Citation Information](#citation-information) ## Dataset Description ### Dataset Summary The "Collective Cognition ChatGPT Conversations" dataset is a collection of chat logs between users and the ChatGPT model. These conversations have been shared by users on the "Collective Cognition" website. The dataset provides insights into user interactions with language models and can be utilized for multiple purposes, including training, research, and analysis. Visit Collective Cognition to browse or contribute chats here: https://collectivecognition.ai ### Supported Tasks - **Language Model Finetuning**: Training through behavior cloning and knowledge instilling. - **Dialogue Understanding**: Analyzing the flow and structure of conversations. - **Sentiment Analysis**: Understanding the sentiment or emotion in the dialogues. - **Topic Modeling**: Determining the topics discussed within the chats. ### Languages The primary language of the dataset is English, but any language chat may be present in the dataset as users share more chats. ## Dataset Structure ### Data Instances A typical data instance includes a chat log with a title, model name, whether the chat used custom instructions (currently not included if so), and the content of the message with the role of the sender (either "human" or "gpt"). The dataset is formatted to conform with ShareGPT standard. This is an example entry in the dataset, noting that turns are variable and can be many or as few as two: ```json { "title": "Interest Formulas Clarification", "model_name": "GPT-4", "custom_instruction": false, "conversations": [ { "from": "human", "value": "Is this correct? The formula for calculating simple interest (also known as Compound Interest) is given by I = P * r^n, where \n- I represents the final amount of money, also called principal or capital. This value will keep on increasing at a fixed rate per unit time denoted by 'r' and number of times denoted by 'n'. The initial investment represented by 'P', while the percentage rate expressed as an annual fraction, i.e., p/100 representing the percentage to be paid annually. In other words it\u2019s how much you earn in one year out of your original $100 invested with a 5% annual return compounded monthly." }, { "from": "assistant", "value": "I'm sorry, but there seems to be some confusion in your question. The formula given and the definitions of the variables seem to be mixed up between simple interest and compound interest. Let me clarify:\n\n1. Simple Interest: This type of interest is calculated only on the original amount (principal) that you invested or loaned. The formula for simple interest is I = PRT, where:\n - I is the interest\n - P is the principal amount (initial investment)\n - R is the annual interest rate (in decimal form, so a 5% rate would be 0.05)\n - T is the time the money is invested or borrowed for, in years.\n\n2. Compound Interest: This type of interest is calculated on the initial principal and also on the accumulated interest of previous periods of a deposit or loan. The formula for compound interest is A = P(1 + r/n)^(nt), where:\n - A is the amount of money accumulated after n years, including interest.\n - P is the principal amount (the initial amount of money)\n - r is the annual interest rate (in decimal form, so a 5% rate would be 0.05)\n - n is the number of times that interest is compounded per year\n - t is the number of years the money is invested or borrowed for.\n\nIn both cases, the interest rate is usually expressed as an annual rate, regardless of the length of the term." } ] } ``` ### Data Splits Currently, the dataset is not divided into specific splits (train, test, validation). ## Dataset Creation ### Curation Rationale The dataset was curated to provide insights into how users interact with language models and to contribute to the broader NLP community's resources. ### Source Data The data originates from user contributions on the "Collective Cognition" website. ### Personal and Sensitive Information All chats uploaded to the Collective Cognition website are made public, and are uploaded as a new dataset periodically. If you would like to have your chat removed, please email admin@collectivecognition.ai ## Considerations for Using the Data ### Social Impact of Dataset The dataset offers a glimpse into the interaction dynamics between humans and AI models. It can be instrumental for researchers studying human-AI collaboration. ### Discussion of Biases There might be biases in the dataset based on the types of users contributing chat logs and the topics they discuss with ChatGPT, particularly centered around what users may utilize ChatGPT for the most. ### Other Known Limitations The dataset is dependent on the voluntary contributions of users. Hence, it might not represent the entire spectrum of interactions that users have with ChatGPT. ## Additional Information ### Licensing Information MIT
Falah/story_5_prompts
2023-09-23T10:18:29.000Z
[ "region:us" ]
Falah
null
null
null
0
4
--- dataset_info: features: - name: prompts dtype: string splits: - name: train num_bytes: 4075 num_examples: 12 download_size: 5167 dataset_size: 4075 --- # Dataset Card for "story_5_prompts" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Falah/story_7_prompts
2023-09-23T10:18:34.000Z
[ "region:us" ]
Falah
null
null
null
0
4
--- dataset_info: features: - name: prompts dtype: string splits: - name: train num_bytes: 3060 num_examples: 10 download_size: 4258 dataset_size: 3060 --- # Dataset Card for "story_7_prompts" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Falah/story_8_prompts
2023-09-23T10:18:37.000Z
[ "region:us" ]
Falah
null
null
null
0
4
--- dataset_info: features: - name: prompts dtype: string splits: - name: train num_bytes: 3687 num_examples: 10 download_size: 5182 dataset_size: 3687 --- # Dataset Card for "story_8_prompts" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Falah/story_9_prompts
2023-09-23T10:18:40.000Z
[ "region:us" ]
Falah
null
null
null
0
4
--- dataset_info: features: - name: prompts dtype: string splits: - name: train num_bytes: 2263 num_examples: 7 download_size: 4475 dataset_size: 2263 --- # Dataset Card for "story_9_prompts" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
JB/mimic-cxr-rrg
2023-09-23T06:22:52.000Z
[ "region:us" ]
JB
null
null
null
0
4
--- configs: - config_name: default data_files: - split: test path: data/test-* dataset_info: features: - name: id dtype: int64 - name: image dtype: image - name: impression dtype: string splits: - name: test num_bytes: 14124813.0 num_examples: 100 download_size: 14118845 dataset_size: 14124813.0 --- # Dataset Card for "mimic-cxr-rrg" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Falah/documentary_photography_prompts
2023-09-23T06:27:21.000Z
[ "region:us" ]
Falah
null
null
null
0
4
--- dataset_info: features: - name: prompts dtype: string splits: - name: train num_bytes: 87154 num_examples: 1000 download_size: 1694 dataset_size: 87154 --- # Dataset Card for "documentary_photography_prompts" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
trientp/wiki_chatbot
2023-09-23T17:38:01.000Z
[ "region:us" ]
trientp
null
null
null
0
4
Entry not found
zaursamedov1/OpenAI-cookbook
2023-09-24T02:09:22.000Z
[ "license:wtfpl", "region:us" ]
zaursamedov1
null
null
null
0
4
--- license: wtfpl ---
anujsahani01/StarCoder_tokenized
2023-09-24T11:21:00.000Z
[ "license:mit", "region:us" ]
anujsahani01
null
null
null
0
4
--- license: mit configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* - split: validation path: data/validation-* dataset_info: features: - name: input_ids sequence: int32 - name: attention_mask sequence: int8 - name: labels sequence: int64 splits: - name: train num_bytes: 544252924 num_examples: 41827 - name: test num_bytes: 181959808 num_examples: 13984 - name: validation num_bytes: 523980228 num_examples: 40269 download_size: 306264878 dataset_size: 1250192960 ---
EndMO/llama-movie-prompts
2023-09-24T13:13:59.000Z
[ "region:us" ]
EndMO
null
null
null
0
4
--- dataset_info: features: - name: text dtype: string splits: - name: train num_bytes: 65007 num_examples: 340 download_size: 21880 dataset_size: 65007 --- # Dataset Card for "llama-movie-prompts" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
drumwell/kuo-diss
2023-09-24T16:00:25.000Z
[ "region:us" ]
drumwell
null
null
null
0
4
--- dataset_info: features: - name: text dtype: string splits: - name: train num_bytes: 2044182 num_examples: 1 download_size: 1198738 dataset_size: 2044182 --- # Dataset Card for "kuo-diss" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
pharaouk/antidataset
2023-09-24T21:38:45.000Z
[ "region:us" ]
pharaouk
null
null
null
0
4
This is not the dataset you are looking for.
mmnga/wikipedia-ja-20230720-50k
2023-09-25T08:19:38.000Z
[ "region:us" ]
mmnga
null
null
null
0
4
--- dataset_info: features: - name: curid dtype: string - name: title dtype: string - name: text dtype: string splits: - name: train num_bytes: 134082445.03326812 num_examples: 50000 download_size: 78354971 dataset_size: 134082445.03326812 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "wikipedia-ja-20230720-50k" This is data extracted randomly from [izumi-lab/wikipedia-ja-20230720](https://huggingface.co/datasets/izumi-lab/wikipedia-ja-20230720), consisting of 50,000 records. [izumi-lab/wikipedia-ja-20230720](https://huggingface.co/datasets/izumi-lab/wikipedia-ja-20230720)からデータを50k分ランダムに抽出したデータです。 [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
aryadytm/vehicle-classification-512x512
2023-09-25T12:01:05.000Z
[ "region:us" ]
aryadytm
null
null
null
0
4
Entry not found
ouvic215/Soldering-Data-pix2pix-0925
2023-09-25T14:29:23.000Z
[ "region:us" ]
ouvic215
null
null
null
0
4
--- dataset_info: features: - name: mask_image dtype: image - name: text dtype: string - name: image dtype: image splits: - name: train num_bytes: 108631363.5 num_examples: 1338 download_size: 108561754 dataset_size: 108631363.5 --- # Dataset Card for "Soldering-Data-pix2pix-0925" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
xjlulu/ntu_adl_intent
2023-10-04T19:13:41.000Z
[ "task_categories:text-classification", "language:en", "license:apache-2.0", "region:us" ]
xjlulu
null
null
null
0
4
--- license: apache-2.0 task_categories: - text-classification language: - en ---
Tunyaluck/test_gencode_gai333
2023-09-25T16:34:07.000Z
[ "license:openrail", "region:us" ]
Tunyaluck
null
null
null
0
4
--- license: openrail ---
Kris8an/gpt_20k
2023-09-25T21:32:55.000Z
[ "region:us" ]
Kris8an
null
null
null
0
4
Entry not found
zche318/microstructure_porosity_images
2023-09-25T23:06:00.000Z
[ "region:us" ]
zche318
null
null
null
0
4
--- configs: - config_name: default data_files: - split: train path: data/train-* dataset_info: features: - name: image dtype: image - name: text dtype: string splits: - name: train num_bytes: 4233663.84 num_examples: 4740 download_size: 5044541 dataset_size: 4233663.84 --- # Dataset Card for "microstructure_porosity_images" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
fedryanto/quad3
2023-09-26T06:18:19.000Z
[ "region:us" ]
fedryanto
null
0
4
Entry not found
Falah/ancient_landscape_descriptions
2023-09-26T07:46:54.000Z
[ "region:us" ]
Falah
null
null
null
0
4
--- dataset_info: features: - name: prompts dtype: string splits: - name: train num_bytes: 376505 num_examples: 1000 download_size: 40969 dataset_size: 376505 --- # Dataset Card for "ancient_landscape_descriptions" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
TomeeSK/polozky-FA-test
2023-09-26T09:45:02.000Z
[ "region:us" ]
TomeeSK
null
null
null
0
4
Entry not found
gary-roach/2
2023-09-26T09:46:05.000Z
[ "region:us" ]
gary-roach
null
null
null
0
4
Entry not found
result-muse256-muse512-wuerst-sdv15/3677a860
2023-09-26T15:26:21.000Z
[ "region:us" ]
result-muse256-muse512-wuerst-sdv15
null
null
null
0
4
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 240 num_examples: 10 download_size: 1441 dataset_size: 240 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "3677a860" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
result-muse256-muse512-wuerst-sdv15/3b801040
2023-09-26T15:28:58.000Z
[ "region:us" ]
result-muse256-muse512-wuerst-sdv15
null
null
null
0
4
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 189 num_examples: 10 download_size: 1374 dataset_size: 189 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "3b801040" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
nulltella/gpt3-finetune-classif
2023-09-26T19:55:34.000Z
[ "region:us" ]
nulltella
null
null
null
0
4
Entry not found
yirenlu/heroicons-captions
2023-09-26T22:39:44.000Z
[ "region:us" ]
yirenlu
null
null
null
0
4
--- dataset_info: features: - name: image dtype: image - name: text dtype: string splits: - name: train num_bytes: 4270773.0 num_examples: 292 download_size: 4220476 dataset_size: 4270773.0 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "heroicons-captions" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
result-muse256-muse512-wuerst-sdv15/682ad26c
2023-09-26T22:29:48.000Z
[ "region:us" ]
result-muse256-muse512-wuerst-sdv15
null
null
null
0
4
--- dataset_info: features: - name: result dtype: string - name: id dtype: int64 splits: - name: train num_bytes: 223 num_examples: 10 download_size: 1431 dataset_size: 223 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "682ad26c" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
erhwenkuo/school_math_0.25m-zhtw
2023-09-26T23:00:32.000Z
[ "task_categories:text2text-generation", "size_categories:100K<n<1M", "language:zh", "license:gpl-3.0", "region:us" ]
erhwenkuo
null
null
null
0
4
--- license: gpl-3.0 task_categories: - text2text-generation language: - zh size_categories: - 100K<n<1M dataset_info: features: - name: instruction dtype: string - name: input dtype: string - name: output dtype: string splits: - name: train num_bytes: 121810741 num_examples: 248481 download_size: 62188217 dataset_size: 121810741 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "school_math_0.25m-zhtw" ## 原始資料集來源 本資料集的原始來源: [BelleGroup/school_math_0.25M](https://huggingface.co/datasets/BelleGroup/school_math_0.25M) ## 內容 包含約25萬條由[BELLE](https://github.com/LianjiaTech/BELLE)項目產生的中文數學題數據,包含解題過程。 注意:此資料集是由ChatGPT產生的,未經嚴格校驗,問題或解題過程可能包含錯誤。使用過程中請注意這一點。 ## 範例 ``` { "instruction": "題目:小華手裡有一個裝滿糖果的袋子,共有 12 個,小明想知道裡面有多少顆糖果,於是他問小華:「你手裡的糖果袋裡有偶數個糖果嗎?」小華答:「有,而且多於10顆。」請問小華手中的糖果袋裡最少有幾顆糖果?", "input": "", "output": "\n由題目可知:小華手中的糖果袋裡有偶數個糖果;\n又知道小華手中的糖果袋裡有多少於10件糖果。\n因為糖果數為偶數,多於10件,所以糖果數量最小一定是12。\n所以小華手中的糖果袋裡最少有12顆糖果。" } ``` ### 欄位 ``` instruction: 指令 input: 輸入(本資料集均為空) output: 輸出 ``` ## 限制和使用限制 我們要求開發者僅將我們開源的程式碼、資料、模型及後續衍生物用於研究目的,不得用於商業,以及其他會對社會帶來危害的用途。 由於數據是由 *ChatGPT* 產生的,未經嚴格驗證,在事實性和其他方面仍有一些不足之處。因此,在使用此資料集時,請務必注意識別。 本資料集不代表任何一方的立場、利益或想法,無關任何團體的任何類型的主張。因使用本資料集帶來的任何損害、糾紛,本專案的開發者不承擔任何責任。 *** # School Math 0.25M ## Contents Includes approx. 250k Chinese school math quizzes and answers generated by BELLE, with steps to solve the quizzes. Note: this subset was generated by *ChatGPT* and was not strictly verified. The quizzes or answers might contain errors. Please take this in mind when using this subset. ## Sample ``` { "instruction": "題目:小華手裡有一個裝滿糖果的袋子,共有12個,小明想知道裡面有多少顆糖果,於是他問小華:“你手裡的糖果袋子裡有偶數個糖果嗎?小華回答:「有,而且多於10顆。 」請問小華手裡的糖果袋裡最少有幾顆糖果?", "input": "", "output": "\n由題目可知:小華手裡的糖果袋子裡有偶數個糖果;\n又知道小華手裡的糖果袋子裡有多於10顆糖果。\n因為糖果數為偶數,多於10顆,所以糖果數最小必須是12。\n所以小華手裡的糖果袋子裡最少有12顆糖果。" } ``` ### Schema ``` instruction: 指令 input: 輸入(本資料集均為空) output: 輸出 ``` ## Limitation and Usage Limits We require developers only use the open-sourced code, data, model and any other artifacts generated via this project for research purposes. Commercial use and other potential harmful use cases are not allowed. Since this dataset was generated by *ChatGPT* and was not strictly verified, it still has shortcomings regarding factuality and other aspects. When using this dataset, careful inspection is needed. This dataset does not represent anyone's ground, interest or thought, and is not related to any kind of claim of any groups. The developers of this project do not assume any responsibility to potential harm inflicted by using this dataset and project.
GuZhangyuan/github-issues
2023-09-27T03:17:33.000Z
[ "region:us" ]
GuZhangyuan
null
null
null
0
4
--- dataset_info: features: - name: url dtype: string - name: repository_url dtype: string - name: labels_url dtype: string - name: comments_url dtype: string - name: events_url dtype: string - name: html_url dtype: string - name: id dtype: int64 - name: node_id dtype: string - name: number dtype: int64 - name: title dtype: string - name: user struct: - name: login dtype: string - name: id dtype: int64 - name: node_id dtype: string - name: avatar_url dtype: string - name: gravatar_id dtype: string - name: url dtype: string - name: html_url dtype: string - name: followers_url dtype: string - name: following_url dtype: string - name: gists_url dtype: string - name: starred_url dtype: string - name: subscriptions_url dtype: string - name: organizations_url dtype: string - name: repos_url dtype: string - name: events_url dtype: string - name: received_events_url dtype: string - name: type dtype: string - name: site_admin dtype: bool - name: labels list: - name: id dtype: int64 - name: node_id dtype: string - name: url dtype: string - name: name dtype: string - name: color dtype: string - name: default dtype: bool - name: description dtype: string - name: state dtype: string - name: locked dtype: bool - name: assignee struct: - name: login dtype: string - name: id dtype: int64 - name: node_id dtype: string - name: avatar_url dtype: string - name: gravatar_id dtype: string - name: url dtype: string - name: html_url dtype: string - name: followers_url dtype: string - name: following_url dtype: string - name: gists_url dtype: string - name: starred_url dtype: string - name: subscriptions_url dtype: string - name: organizations_url dtype: string - name: repos_url dtype: string - name: events_url dtype: string - name: received_events_url dtype: string - name: type dtype: string - name: site_admin dtype: bool - name: assignees list: - name: login dtype: string - name: id dtype: int64 - name: node_id dtype: string - name: avatar_url dtype: string - name: gravatar_id dtype: string - name: url dtype: string - name: html_url dtype: string - name: followers_url dtype: string - name: following_url dtype: string - name: gists_url dtype: string - name: starred_url dtype: string - name: subscriptions_url dtype: string - name: organizations_url dtype: string - name: repos_url dtype: string - name: events_url dtype: string - name: received_events_url dtype: string - name: type dtype: string - name: site_admin dtype: bool - name: milestone struct: - name: url dtype: string - name: html_url dtype: string - name: labels_url dtype: string - name: id dtype: int64 - name: node_id dtype: string - name: number dtype: int64 - name: title dtype: string - name: description dtype: string - name: creator struct: - name: login dtype: string - name: id dtype: int64 - name: node_id dtype: string - name: avatar_url dtype: string - name: gravatar_id dtype: string - name: url dtype: string - name: html_url dtype: string - name: followers_url dtype: string - name: following_url dtype: string - name: gists_url dtype: string - name: starred_url dtype: string - name: subscriptions_url dtype: string - name: organizations_url dtype: string - name: repos_url dtype: string - name: events_url dtype: string - name: received_events_url dtype: string - name: type dtype: string - name: site_admin dtype: bool - name: open_issues dtype: int64 - name: closed_issues dtype: int64 - name: state dtype: string - name: created_at dtype: timestamp[s] - name: updated_at dtype: timestamp[s] - name: due_on dtype: 'null' - name: closed_at dtype: 'null' - name: comments sequence: string - name: created_at dtype: timestamp[s] - name: updated_at dtype: timestamp[s] - name: closed_at dtype: timestamp[s] - name: author_association dtype: string - name: active_lock_reason dtype: 'null' - name: body dtype: string - name: reactions struct: - name: url dtype: string - name: total_count dtype: int64 - name: '+1' dtype: int64 - name: '-1' dtype: int64 - name: laugh dtype: int64 - name: hooray dtype: int64 - name: confused dtype: int64 - name: heart dtype: int64 - name: rocket dtype: int64 - name: eyes dtype: int64 - name: timeline_url dtype: string - name: performed_via_github_app dtype: 'null' - name: state_reason dtype: string - name: draft dtype: bool - name: pull_request struct: - name: url dtype: string - name: html_url dtype: string - name: diff_url dtype: string - name: patch_url dtype: string - name: merged_at dtype: timestamp[s] - name: is_pull_request dtype: bool splits: - name: train num_bytes: 12348180 num_examples: 1000 download_size: 3326163 dataset_size: 12348180 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "github-issues" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
shivanikerai/review_prompts_7.0.0
2023-09-27T06:25:46.000Z
[ "region:us" ]
shivanikerai
null
null
null
0
4
Entry not found
tmskss/code_search_net_python_10000_gorilla_training
2023-09-27T09:09:39.000Z
[ "license:apache-2.0", "region:us" ]
tmskss
null
null
null
0
4
--- license: apache-2.0 ---
Kris8an/llama_2_gpt_5k_baza
2023-09-28T10:35:56.000Z
[ "region:us" ]
Kris8an
null
null
null
0
4
Entry not found
lorneluo/jixuzhuandong
2023-09-28T00:26:21.000Z
[ "region:us" ]
lorneluo
null
null
null
0
4
Entry not found
daoviedo03/categorias
2023-09-28T00:53:30.000Z
[ "region:us" ]
daoviedo03
null
null
null
0
4
Entry not found
alpayariyak/orca_m_v1
2023-09-28T03:25:30.000Z
[ "region:us" ]
alpayariyak
null
null
null
0
4
--- configs: - config_name: default data_files: - split: train path: data/train-* dataset_info: features: - name: system_prompt dtype: string - name: question dtype: string - name: response dtype: string splits: - name: train num_bytes: 62321431 num_examples: 56037 download_size: 30817650 dataset_size: 62321431 --- # Dataset Card for "orca_m_v1" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
sam1120/terrain-jackal-morning-100_v0.1
2023-09-28T04:12:08.000Z
[ "region:us" ]
sam1120
null
null
null
0
4
--- dataset_info: features: - name: pixel_values dtype: image - name: labels dtype: image splits: - name: train num_bytes: 275219262.0 num_examples: 100 download_size: 77868688 dataset_size: 275219262.0 --- # Dataset Card for "terrain-jackal-morning-100_v0.1" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
nc33/hav_ref
2023-09-28T07:03:54.000Z
[ "region:us" ]
nc33
null
null
null
0
4
--- dataset_info: features: - name: question dtype: string - name: answer dtype: string - name: refs sequence: string splits: - name: train num_bytes: 441202201 num_examples: 173262 download_size: 140809224 dataset_size: 441202201 --- # Dataset Card for "hav_ref" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
fjsaojago/hihihuhu
2023-09-28T18:54:02.000Z
[ "region:us" ]
fjsaojago
null
null
null
0
4
Entry not found
mHossain/Sa_Russia_Ukrain_war
2023-09-28T21:33:20.000Z
[ "region:us" ]
mHossain
null
null
null
0
4
Entry not found
jdabello/yahoo_answers_topics
2023-09-29T01:11:57.000Z
[ "region:us" ]
jdabello
null
null
null
0
4
--- dataset_info: features: - name: id dtype: int32 - name: topic dtype: string - name: question_title dtype: string - name: question_content dtype: string - name: best_answer dtype: string splits: - name: train num_bytes: 778905695 num_examples: 1400000 download_size: 511657090 dataset_size: 778905695 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "yahoo_answers_topics" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Andalf/test-books
2023-09-29T06:30:52.000Z
[ "region:us" ]
Andalf
null
null
null
0
4
--- configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* dataset_info: features: - name: input_ids sequence: int32 splits: - name: train num_bytes: 1950648.0 num_examples: 238 - name: test num_bytes: 221292.0 num_examples: 27 download_size: 1101698 dataset_size: 2171940.0 --- # Dataset Card for "test-books" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
learn3r/gov_report_memsum_bp
2023-09-29T11:14:52.000Z
[ "region:us" ]
learn3r
null
null
null
0
4
--- dataset_info: features: - name: input dtype: string - name: output dtype: string splits: - name: train num_bytes: 169706535 num_examples: 17457 - name: validation num_bytes: 11085755 num_examples: 972 - name: test num_bytes: 11134235 num_examples: 973 download_size: 87102306 dataset_size: 191926525 --- # Dataset Card for "gov_report_memsum_bp" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
NewstaR/OxfordDictionary
2023-09-29T12:36:12.000Z
[ "region:us" ]
NewstaR
null
null
null
0
4
Entry not found
shelvin94/Darija_translation
2023-09-29T16:38:45.000Z
[ "task_categories:translation", "language:en", "language:ar", "region:us" ]
shelvin94
null
null
null
1
4
--- task_categories: - translation language: - en - ar pretty_name: Darija_translation --- multilinguality: - multilingual language: - en - TRANSCRIBED MOROCCAN ARABIC
yashnbx/arxiv-abstract-cat-0.7k-2
2023-09-29T17:24:48.000Z
[ "region:us" ]
yashnbx
null
null
null
0
4
tune-ft-series (abstract-to-class-0.7k) v2 ``` categories: 146 samples/category: 5 total: 730 dataset_type: "sharegpt:chat" wandb_project: "arxiv-single-class" ```
jitx/distillation_code_2
2023-09-30T00:25:48.000Z
[ "region:us" ]
jitx
null
null
null
0
4
--- dataset_info: features: - name: santacoder_prompts dtype: string - name: fim_inputs dtype: string - name: label_middles dtype: string - name: santacoder_outputs dtype: string - name: openai_rationales dtype: string splits: - name: train num_bytes: 8311 num_examples: 2 download_size: 30507 dataset_size: 8311 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for "distillation_code_2" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
jackhhao/jailbreak-classification
2023-09-30T01:55:08.000Z
[ "task_categories:text-classification", "size_categories:10K<n<100K", "language:en", "license:apache-2.0", "jailbreak", "security", "moderation", "region:us" ]
jackhhao
null
null
null
0
4
--- license: apache-2.0 task_categories: - text-classification language: - en tags: - jailbreak - security - moderation pretty_name: Jailbreak Classification size_categories: - 10K<n<100K configs: - config_name: default data_files: - split: train path: "balanced/jailbreak_dataset_train_balanced.csv" - split: test path: "balanced/jailbreak_dataset_test_balanced.csv" --- # Jailbreak Classification ### Dataset Summary Dataset used to classify prompts as jailbreak vs. benign. ## Dataset Structure ### Data Fields - `prompt`: an LLM prompt - `type`: classification label, either `jailbreak` or `benign` ## Dataset Creation ### Curation Rationale Created to help detect & prevent harmful jailbreak prompts when users interact with LLMs. ### Source Data Jailbreak prompts sourced from: <https://github.com/verazuo/jailbreak_llms> Benign prompts sourced from: - [OpenOrca](https://huggingface.co/datasets/Open-Orca/OpenOrca) - <https://github.com/teknium1/GPTeacher>
Existance/coding_train_data-0-of-5000
2023-09-30T15:06:03.000Z
[ "region:us" ]
Existance
null
null
null
0
4
--- configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* dataset_info: features: - name: text dtype: string splits: - name: train num_bytes: 2247021 num_examples: 4700 - name: validation num_bytes: 141313 num_examples: 300 download_size: 912529 dataset_size: 2388334 --- # Dataset Card for "coding_train_data-0-of-5000" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
HorcruxNo13/toolwear_segmentsai_tools
2023-09-30T17:12:03.000Z
[ "region:us" ]
HorcruxNo13
null
null
null
0
4
--- configs: - config_name: default data_files: - split: train path: data/train-* dataset_info: features: - name: pixel_values dtype: image - name: label dtype: image splits: - name: train num_bytes: 44532017.0 num_examples: 27 download_size: 4540845 dataset_size: 44532017.0 --- # Dataset Card for "toolwear_segmentsai_tools" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
Falah/enhanced_anime_art_descriptions
2023-09-30T17:47:33.000Z
[ "region:us" ]
Falah
null
null
null
0
4
--- dataset_info: features: - name: prompts dtype: string splits: - name: train num_bytes: 1693682 num_examples: 10000 download_size: 245090 dataset_size: 1693682 --- # Dataset Card for "enhanced_anime_art_descriptions" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
berkouille/openassistant_golf
2023-09-30T18:55:36.000Z
[ "task_categories:question-answering", "task_categories:text-generation", "size_categories:1K<n<10K", "language:en", "region:us" ]
berkouille
null
null
null
0
4
--- task_categories: - question-answering - text-generation size_categories: - 1K<n<10K language: - en ---
GeneticApple/pythia_img_beta
2023-10-03T05:02:21.000Z
[ "task_categories:text-to-image", "size_categories:n<1K", "language:en", "license:apache-2.0", "region:us" ]
GeneticApple
null
null
null
0
4
--- dataset_info: features: - name: image dtype: image - name: text dtype: string splits: - name: train num_bytes: 1583492 num_examples: 21 download_size: 1583963 dataset_size: 1583492 license: apache-2.0 task_categories: - text-to-image language: - en size_categories: - n<1K --- # Dataset Card for "pythia_img_beta" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
mHossain/bengali_sentiment_v2
2023-10-01T07:14:13.000Z
[ "region:us" ]
mHossain
null
null
null
0
4
Entry not found