datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
CFR-Title-41-Federal-Travel-Regulation
Federal Travel Regulation
Maintainer: Terry Eppler
Owner: US Federal Government
Dataset Summary
This dataset contains document-grounded question-and-answer records based on the Federal Travel Regulation, as reproduced in the source volume of title 41 of the Code of Federal Regulations.
The Federal Travel Regulation establishes government-wide policies governing official civilian travel and relocation at Federal expense. It addresses temporary duty travel… See the full description on the dataset page: https://huggingface.co/datasets/leeroy-jankins/CFR-Title-41-Federal-Travel-Regulation.20k_wikipedia_title_prompts
Wikipedia Prompts
Created by combining a gpt-4o-mini request from a Wikipedia's API function, this generated a short 75 word prompt. Along with the title from the randomly generated article.
This current version has not been cleaned or pruned, so minor error in formating might exist, as well as duplications. Further versions will be numbered to show their improved
formating.
import requests
import random
import csv
import time
from openai import OpenAI
from datetime import datetime… See the full description on the dataset page: https://huggingface.co/datasets/080-ai/20k_wikipedia_title_prompts.
