datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
awesome-chatgpt-prompts
a.k.a. Awesome ChatGPT Prompts
This is a Dataset Repository mirror of prompts.chat — a social platform for AI prompts.
📢 Notice
This Hugging Face dataset is a mirror. For the latest prompts, features, and community contributions, please visit:
🌐 Website: prompts.chat
📦 GitHub: github.com/f/awesome-chatgpt-prompts
About
prompts.chat is an open-source platform where users can share, discover, and collect AI prompts from the community. The project can be… See the full description on the dataset page: https://huggingface.co/datasets/msantiiisocial/awesome-chatgpt-prompts.ff-challenge-res
Tested Model Information
Model Name: SmolVLM-Base (2B Parameters)
Model Link: https://huggingface.co/HuggingFaceTB/SmolVLM-Base
Model Type: Multimodal Vision-Language Base Model
Loading Methodology & Python Code
I loaded the model using a Google Colab T4 GPU. To accommodate the 2B parameters within a 16GB VRAM limit,
the model was loaded in half precision like torch.float16 and mapped to the GPU using device_map="auto".
Inference was conducted using greedy decoding… See the full description on the dataset page: https://huggingface.co/datasets/msaleem-aisci/ff-challenge-res.
