datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
llama4-maverick-coco-captionsllama4-scout-coco-captionsLlama4_RLHFLlama4_SFTshowdown-distill-llama4Generated using this script:
import re
import json
from datasets import load_dataset, concatenate_datasets
import os
import base64
from groq import Groq
from PIL import Image
from io import BytesIO
import dotenv
dotenv.load_dotenv('./.env')
# Initialize Groq client
client = Groq(api_key=os.getenv("GROQ_API_KEY"))
def load_showdown_dataset():
"""
Load the Showdown dataset from HuggingFace.
"""
print("Loading Showdown dataset from HuggingFace...")
dataset =… See the full description on the dataset page: https://huggingface.co/datasets/ddupont/showdown-distill-llama4.conceptbench_path_vqa_result_2_llama4_16x17bconceptbench_path_vqa_result_2_llama4_16x17b_evaluated
