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
01shuyuej /CMMLU-Clinical-Knowledge-Benchmark 💻 Dataset Usage Run the following command to load the testing set (237 examples): from datasets import load_dataset dataset = load_dataset("shuyuej/CMMLU-Clinical-Knowledge-Benchmark", split="train") print(dataset) textn<1K1 likes49 downloads2y agoHugging Face02shuyuej /Spanish-MMLU-Clinical-Knowledge-Benchmark 💻 Dataset Usage Run the following command to load the testing set: from datasets import load_dataset dataset = load_dataset("shuyuej/Spanish-MMLU-Clinical-Knowledge-Benchmark", split="test") print(dataset) textn<1K0 likes29 downloads2y agoHugging Face03shuyuej /French-MMLU-Clinical-Knowledge-Benchmark 💻 Dataset Usage Run the following command to load the testing set: from datasets import load_dataset dataset = load_dataset("shuyuej/French-MMLU-Clinical-Knowledge-Benchmark", split="test") print(dataset) textn<1K0 likes26 downloads2y agoHugging Face04ZiweiChen /BioMistral-Clinical-Knowledge-BaseThe datasets original from https://huggingface.co/datasets/AGBonnet/augmented-clinical-notes and embedded by https://huggingface.co/jinaai/jina-embeddings-v3 How to use How to use this datasets for BioMistral-Clinical System: from datasets import load_dataset ds = load_dataset("ZiweiChen/BioMistral-Clinical-Knowledge-Base") Load as clinical knowledge base import numpy as np train_dataset = ds['train'] text_data = train_dataset['text'] embedding_data =… See the full description on the dataset page: https://huggingface.co/datasets/ZiweiChen/BioMistral-Clinical-Knowledge-Base.text10K<n<100K1 likes26 downloads1y agoHugging Face05shuyuej /MMLU-Clinical-Knowledge-Benchmark 💻 Dataset Usage Run the following command to load the testing set (265 examples): from datasets import load_dataset dataset = load_dataset("shuyuej/MMLU-Clinical-Knowledge-Benchmark", split="test") print(dataset) textn<1K0 likes23 downloads2y agoHugging Face06shuyuej /Hindi-MMLU-Clinical-Knowledge-Benchmark 💻 Dataset Usage Run the following command to load the testing set (265 examples): from datasets import load_dataset dataset = load_dataset("shuyuej/Hindi-MMLU-Clinical-Knowledge-Benchmark", split="test") print(dataset) textn<1K0 likes19 downloads2y agoHugging Face07brucewlee1 /mmlu-clinical-knowledgetextn<1K0 likes10 downloads3y agoHugging Face

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