datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
stackoverflow-datasetstack-overflow-datasetstackoverflow_QAs
StackOverflow Q&A Dataset for Various Projects
Description
This dataset consists of Q&A data extracted from StackOverflow, related to different projects of CNCF (Cloud Native Computing Foundation) landscape. It includes the following three columns:
Question: The question asked on StackOverflow.
Answer: The corresponding answer to the question.
Tag: The name of the project to which the question and answer are related.
The data was collected using the Git Exchange API to… See the full description on the dataset page: https://huggingface.co/datasets/Kubermatic/stackoverflow_QAs.Stack_overflow_questionstackoverflow-kubernetes-questionscovert from https://huggingface.co/datasets/mcipriano/stackoverflow-kubernetes-questions/blob/main/README.md
format from parquet to csv
coverting code as below
import pandas as pd
from pandas import read_parquet
data = read_parquet("~/Downloads/kubernetes_dump.parquet")
#print(data.count())
#data.head()
data.to_csv('/tmp/out.csv', index=False)
StackOverflow-ML-Librariesstack-overflowStackOverflow-TP4-1M
Dataset Details
Dataset Description
TP4 is a comprehensive dataset containing a curated collection of questions and answers from Stack Overflow. Focused on the realms of Python programming, NumPy, Pandas, TensorFlow, and PyTorch, TP4 includes essential attributes such as question ID, title, question body, answer body, associated tags, and score. This dataset is designed to facilitate research, analysis, and exploration of inquiries and solutions within the Python and… See the full description on the dataset page: https://huggingface.co/datasets/Syed-Hasan-8503/StackOverflow-TP4-1M.stackoverflow50k_stackoverflowstack_overflow_datastackoverflow_question_ratingsdataset_stackoverflow
Dataset Card for Dataset Name
This dataset card aims to be a base template for new datasets. It has been generated using this raw template.
Dataset Details
Dataset Description
Curated by: [More Information Needed]
Funded by [optional]: [More Information Needed]
Shared by [optional]: [More Information Needed]
Language(s) (NLP): [More Information Needed]
License: [More Information Needed]
Dataset Sources [optional]
Repository: [More… See the full description on the dataset page: https://huggingface.co/datasets/Geffte/dataset_stackoverflow.gold_standard_stackoverflowstackoverflow_QAs
StackOverflow Q&A Dataset for Various Projects
Description
This dataset consists of Q&A data extracted from StackOverflow, related to different projects of CNCF (Cloud Native Computing Foundation) landscape. It includes the following three columns:
Question: The question asked on StackOverflow.
Answer: The corresponding answer to the question.
Tag: The name of the project to which the question and answer are related.
The data was collected using the Git Exchange API to… See the full description on the dataset page: https://huggingface.co/datasets/suki1974/stackoverflow_QAs.Stackoverflow-TripletStackOverflow_logging_questionstackoverflow_qualityratingAnnamoradnejad, I., Habibi, J., & Fazli, M. (2022). Multi-view approach to suggest moderation actions in community question answering sites. Information Sciences, 600, 144-154.
@article{annamoradnejad2022multiview,
title={Multi-View Approach to Suggest Moderation Actions in Community Question Answering Sites},
author={Annamoradnejad, Issa and Habibi, Jafar and Fazli, Mohammadamin},
journal = {Information Sciences},
volume = {600},
pages = {144-154},
year = {2022},
issn… See the full description on the dataset page: https://huggingface.co/datasets/dewanup007/stackoverflow_qualityrating.stackoverflow-nova-dataAnnamoradnejad, I., Habibi, J., & Fazli, M. (2022). Multi-view approach to suggest moderation actions in community question answering sites. Information Sciences, 600, 144-154.
@article{annamoradnejad2022multiview, title={Multi-View Approach to Suggest Moderation Actions in Community Question Answering Sites}, author={Annamoradnejad, Issa and Habibi, Jafar and Fazli, Mohammadamin}, journal = {Information Sciences}, volume = {600}, pages = {144-154}, year = {2022}, issn = {0020-0255}, doi =… See the full description on the dataset page: https://huggingface.co/datasets/dewanup007/stackoverflow-nova-data.stack-overflow
