CoolFace
7 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01ArrojoeDrigoLab /quantem-base-model-sources QuantEM — base model data sources Every dataset in the corpus the QuantEM ViT-B encoder was pretrained on: public repository holdings, data contributed by external laboratories through the QuantEM outreach campaign, and in-house acquisitions. Emitted verbatim from Supplementary Table 2 of the QuantEM manuscript — 657 rows. Please cite the original sources listed here alongside QuantEM; rows carry a DOI or repository URL where one exists. Related: ArrojoeDrigoLab/quantem — the… See the full description on the dataset page: https://huggingface.co/datasets/ArrojoeDrigoLab/quantem-base-model-sources.tabularn<1K0 likes25 downloads2mo agoHugging Face02librarian-bots /base_model_sprint Base Model Metadata Sprint Description Join us in improving the discoverability and understanding of models on the Hugging Face Hub by adding base_model metadata! This sprint aims to enhance the information available for models derived from, fine-tuned on, or quantized versions of existing base models. 🤗 Strong contributions will win prizes!! 🤗 Why It Matters Adding base_model metadata helps users: Easily find models derived from specific architectures… See the full description on the dataset page: https://huggingface.co/datasets/librarian-bots/base_model_sprint.text1K<n<10K5 likes18 downloads2y agoHugging Face03thatgirltomiie /granite-base-model-errors Granite-1B Base Model Errors Overview This dataset contains 10 examples where the Granite-4.0-1B-Base language model produces incorrect or awkward outputs. Each row includes: id: a unique identifier for each example input: the prompt given to the model expected_output: what the correct answer or completion should be model_output: what the model actually produced The dataset demonstrates common blind spots of a base causal language model, including factual errors, logic… See the full description on the dataset page: https://huggingface.co/datasets/thatgirltomiie/granite-base-model-errors.texttext-generationn<1K0 likes15 downloads7mo agoHugging Face04stefan-it /flair-base-model-detection Flair Base Model Detection For detailed instructions of dataset generation process, please refer to this GIST. textn<1K1 likes11 downloads3y agoHugging Face05stefan-it /span-marker-base-model-detection SpanMarker Base Model Detection It is relative simply to determine base model of a fine-tuned SpanMarker model: import os from huggingface_hub import login, HfApi hf_token = os.environ.get("HF_TOKEN") login(token=hf_token, add_to_git_credential=True) api = HfApi() Please make sure that HF_TOKEN is set as environment variable. After that, list of all SpanMarker models can be retrieved and configuration file is parsed. Please make sure that span-marker library is installed: from… See the full description on the dataset page: https://huggingface.co/datasets/stefan-it/span-marker-base-model-detection.textn<1K0 likes6 downloads3y agoHugging Face06AmanK1202 /CNNOV_Eng_BaseModeltext100K<n<1M0 likes4 downloads3y agoHugging Face07dd42 /base_model_eval Base Model Blind Spots: Zero-Shot Instruction Failures Model Name: Qwen3-4b-base. The model was loaded using a standard Kaggle environment with a P100 GPU using the transformers library. from transformers import AutoModelForCausalLM, AutoTokenizer import kagglehub model_name = kagglehub.model_download("qwen-lm/qwen-3/transformers/4b-base") # load the tokenizer and the model tokenizer = AutoTokenizer.from_pretrained(model_name) model = AutoModelForCausalLM.from_pretrained(… See the full description on the dataset page: https://huggingface.co/datasets/dd42/base_model_eval.textn<1K0 likes4 downloads6mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.