CoolFace
6 shown

datasets

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

Clear all
01BluefinTuna /phi2_rejection_sampling Phi-2 Rejection Sampling The Phi-2 Rejection Sampling dataset is an English-language dataset consisting of 10 prompts and responses generated by Phi-2 and graded by the OpenAssistant's reward model. Dataset Details Dataset Description The Phi-2 Rejection Sampling dataset is a small (n = 10) English-language dataset. This dataset was created with the purpose was to demonstrate a feedback pipeline where in which Phi-2 would interact with the OpenAssistant reward… See the full description on the dataset page: https://huggingface.co/datasets/BluefinTuna/phi2_rejection_sampling.textquestion-answeringn<1K0 likes38 downloads3y agoHugging Face02saxenaindresh681 /microsoft-phi2-mental-healthtext1K<n<10K4 likes24 downloads2y agoHugging Face03mirajbhandari /phi2_finetune_datasettextn<1K0 likes5 downloads3y agoHugging Face04vidula123 /phi2textn<1K0 likes5 downloads2y agoHugging Face05ashwinmuthuraman /phi2-4000-datasettext1K<n<10K0 likes3 downloads2y agoHugging Face06Ayesharifa02 /phi2_modelresultsModel used- Phi-2 2.7B parameter(https://huggingface.co/microsoft/phi-2) Code- from transformers import AutoTokenizer, AutoModelForCausalLM import torch tokenizer = AutoTokenizer.from_pretrained("microsoft/phi-2") model=AutoModelForCausalLM.from_pretrained("microsoft/phi-2",device_map="cuda") #load the model #print(model.device) def ask(question: str, max_new_tokens: int = 256) -> str: prompt = f"Instruct: {question}\nOutput:" inputs = tokenizer(prompt… See the full description on the dataset page: https://huggingface.co/datasets/Ayesharifa02/phi2_modelresults.textn<1K0 likes1 downloads6mo agoHugging Face

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