datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
1C_Forums
1C_forums: Dataset based parsed data from two of the most popular forums for 1c
This dataset made of the parsed data from two forums for coders at the 1C languages:
Infostart - all threads presents as like think section for model, and marked as the best result for queestion as final answer
Fastcode - Only templates
Dataset Overview
All rows prepared as useful columns. All text prepared as markdown text, and code 1c looks as like:
\`\`\`1c
"ВЫБРАТЬ
|… See the full description on the dataset page: https://huggingface.co/datasets/arefaste/1C_Forums.rust-forum-qa-pairs
Rust Programming QA Pairs
Dataset Description
The Rust Programming QA Pairs dataset is a collection of question-answer pairs extracted from the Rust programming language user forums. It contains high-quality programming questions and their accepted answers, focusing on Rust programming language topics. The dataset is designed to support natural language processing tasks related to programming assistance, code understanding, and technical question answering.
Each entry… See the full description on the dataset page: https://huggingface.co/datasets/portex/rust-forum-qa-pairs.simson-forum-qa-pairs
🏍️ Simson Forum QA Pairs
147 strukturierte Frage-Antwort-Paare aus den größten deutschen Simson-Foren und Wissensquellen.
Quellen
Quelle
Typ
Anzahl
schwalbennest.de
FAQ-Artikel + Wiki
61
simsonforum.net
Forum-Threads
86
Schema
Feld
Typ
Beschreibung
id
string
Eindeutige ID (sb-xxx oder sf-xxx)
source
string
Quelldomain
source_type
string
faq_article, wiki_article, forum_thread
url
string
Original-URL
title
string… See the full description on the dataset page: https://huggingface.co/datasets/jmp1987/simson-forum-qa-pairs.torch-forum
Dataset Card for "torch-forum"
Dataset structure
{
title:str
category:str,
posts:List[{
poster:str,
contents:str,
likes:int,
isAccepted:bool
}]
}
pytorch-forum-topics-complete-v2
PyTorch Forum Topics Dataset
This dataset contains topic metadata scraped from the PyTorch Community Forum. It includes comprehensive information about forum topics that can be used for various NLP tasks related to PyTorch and deep learning discussions.
Dataset Structure
Each record in the dataset contains the following fields:
id: Unique topic identifier
title: Topic title
slug: URL-friendly version of the title
posts_count: Number of posts in the topic
reply_count:… See the full description on the dataset page: https://huggingface.co/datasets/AmitPrakash/pytorch-forum-topics-complete-v2.
