datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
CivitAI-As-CharactersDeduplicated set of CivitAI images as searched by SD XL-derived models that have been described by Llava1.6-34b as Characters.
Each image is a portrait, meaning it's taller than it's wider, and has exactly one face in it. Face bounding boxes are provided.
Character-like description for each image is given by a Llava1.6-34b. Here is an example:
{
"age": "22",
"eyes": "Bright blue, striking",
"face": "Smooth, elegant, with a gentle expression",
"hair": "Long, straight, brown"… See the full description on the dataset page: https://huggingface.co/datasets/kubernetes-bad/CivitAI-As-Characters.character-captions-opusDeduplicated set of character portraits that have been described by Anthropic Claude Opus as characters with stories and visual attributes.
Images obtained from CivitAI by filtering for SD XL-derived models only. Original Stable Diffusion prompt and metadata is also included.
Each image is a portrait, meaning it's taller than it's wider, and has exactly one face in it. Face bounding boxes are provided.
Character-like description for each image is given by Claude Opus. Here is an example:
{… See the full description on the dataset page: https://huggingface.co/datasets/kubernetes-bad/character-captions-opus.stackoverflow-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)
kubernetes-reasoningSamples in this benchmark were generated by RELAI using the following data source(s):
Data Source Name: Kubernetes
Documentation Data Source Link: https://kubernetes.io/docs/home/
Data Source License: https://github.com/kubernetes/website/blob/main/LICENSE
Data Source Authors: Kubernetes Authors
AI Benchmarks by Data Agents © 2025 RELAI.AI · Licensed under CC BY 4.0. Source: https://relai.ai
kubernetes_commandskubernetes-standardSamples in this benchmark were generated by RELAI using the following data source(s):
Data Source Name: Kubernetes
Documentation Data Source Link: https://kubernetes.io/docs/home/
Data Source License: https://github.com/kubernetes/website/blob/main/LICENSE
Data Source Authors: Kubernetes Authors
AI Benchmarks by Data Agents © 2025 RELAI.AI · Licensed under CC BY 4.0. Source: https://relai.ai
kubernetes_qa_pairsThis dataset contains Question and Answer Pairs for the topic Kubernetes, Pods, Nodes. containers.
It is made for KCNA exam.
The dataset contains Question, Answer, Difficulty, Topic, Type.
Based on Kubernetes Documentation Contributors, available at kubernetes.io. Licensed under CC BY 4.0.
kubernetes-q-a
