datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
cis5190-fox-nbc-headlines
License
Code and metadata under MIT. Headlines retain their original copyrights.
CAD-SResumeCredibilityAssessmentDataset
CAD-S: Resume Credibility Assessment Dataset
📌 Overview
CAD-S (Credibility Assessment Dataset ) is the first openly available dataset designed specifically for resume credibility assessment using Natural Language Processing techniques.
The dataset supports supervised learning for detecting inconsistencies between claimed skills and supporting evidence (e.g., projects, experience) within resumes.
This dataset is intended for:
Resume verification systems
Natural… See the full description on the dataset page: https://huggingface.co/datasets/aselasperera/CAD-SResumeCredibilityAssessmentDataset.architectural-spatial-blindspots-smolvlm
Architectural and Spatial Blind Spots of SmolVLM
Model Tested: HuggingFaceTB/SmolVLM-BaseParameter Count: 2.2B
1. How I loaded the model (Python Code)
I loaded the model in a Google Colab environment using the transformers library with 4-bit quantization to fit within a free-tier GPU.
from transformers import AutoProcessor, AutoModelForVision2Seq
import torch
model_id = "HuggingFaceTB/SmolVLM-Base"
processor = AutoProcessor.from_pretrained(model_id)
model =… See the full description on the dataset page: https://huggingface.co/datasets/AsefaH/architectural-spatial-blindspots-smolvlm.mixtralsqli-a7-aset
