datasetId
stringlengths
2
117
card
stringlengths
19
1.01M
thanhduycao/vivos_ng_only
--- dataset_info: features: - name: speaker_id dtype: string - name: path dtype: string - name: audio dtype: audio: sampling_rate: 16000 - name: sentence dtype: string splits: - name: train num_bytes: 8858003.732418524 num_examples: 60 - name: test num_bytes: 45...
haydenbanz/Toxic_Plant_Classification
--- license: mit ---
octoz/domingo
--- license: openrail ---
St4n/new_dataset
--- configs: - config_name: default data_files: - split: train path: data/train-* dataset_info: features: - name: file_name dtype: string - name: transcription dtype: string splits: - name: train num_bytes: 25020 num_examples: 100 download_size: 0 dataset_size: 25020 --- # Dataset ...
heliosprime/twitter_dataset_1712956909
--- dataset_info: features: - name: id dtype: string - name: tweet_content dtype: string - name: user_name dtype: string - name: user_id dtype: string - name: created_at dtype: string - name: url dtype: string - name: favourite_count dtype: int64 - name: scraped_at dtyp...
Azure99/blossom-chat-v3
--- license: apache-2.0 task_categories: - text-generation - text2text-generation language: - zh - en size_categories: - 10K<n<100K --- # BLOSSOM CHAT V3 ### 介绍 Blossom Chat V3是基于ShareGPT 90K衍生而来的中英双语对话数据集,适用于多轮对话微调。 相比于blossom-chat-v2,本版本完全使用GPT-4进行蒸馏 本数据集抽取了ShareGPT的多轮对话指令,仅将指令进行翻译,随后使用多轮指令迭代调用gpt-4-0125-preview。...
Thouph/D3C
--- license: apache-2.0 ---
RIW/small_coco_test_100
--- dataset_info: features: - name: image dtype: image - name: caption dtype: string - name: url dtype: string - name: key dtype: string - name: status dtype: string - name: error_message dtype: 'null' - name: width dtype: int64 - name: height dtype: int64 - name: ori...
open-llm-leaderboard/details_cognitivecomputations__dolphin-2.2.1-mistral-7b
--- pretty_name: Evaluation run of cognitivecomputations/dolphin-2.2.1-mistral-7b dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [cognitivecomputations/dolphin-2.2.1-mistral-7b](https://huggingface.co/cognitivecomputations/dolphin-2.2.1-mistral-7b)\ \ on the [Open LLM Leaderbo...
Yhyu13/glaive-function-calling-v2-llama-factory-convert
--- license: apache-2.0 --- This is a converted dataset for https://huggingface.co/datasets/glaiveai/glaive-function-calling-v2 that allows sft in https://github.com/hiyouga/LLaMA-Factory for function calling fine tuning. You need to add the following to the datasets.json file, and changed the `file_name` to your...
liuyanchen1015/MULTI_VALUE_mnli_our_we
--- dataset_info: features: - name: premise dtype: string - name: hypothesis dtype: string - name: label dtype: int64 - name: idx dtype: int64 - name: score dtype: int64 splits: - name: dev_matched num_bytes: 55263 num_examples: 206 - name: dev_mismatched num_bytes: 118...
RustamovPY/books_dataset
--- configs: - config_name: default data_files: - split: train path: data/train-* dataset_info: features: - name: voice dtype: string - name: text dtype: string - name: speaker dtype: string splits: - name: train num_bytes: 168 num_examples: 3 download_size: 1810 dataset_size...
Dahoas/fno-flowers
--- dataset_info: features: - name: images sequence: sequence: sequence: uint8 splits: - name: train num_bytes: 26771456 num_examples: 2048 download_size: 25312381 dataset_size: 26771456 --- # Dataset Card for "fno-flowers" [More Information needed](https://github.com/huggingface/...
jxu9001/tagged_addresses_v4
--- configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* dataset_info: features: - name: tokens sequence: string - name: tags sequence: int64 splits: - name: train num_bytes: 10...
TurkuNLP/Suomi24-toxicity-annotated
--- license: cc-by-sa-4.0 task_categories: - text-classification language: - fi tags: - toxicity size_categories: - 1K<n<10K --- ### Suomi-24-toxicity-annotated This dataset includes comments from Suomi24 sampled using predictions from a toxicity classifier. The comments were taken in intervals for each label. The pr...
gustamatos/test_genome
--- dataset_info: features: - name: text dtype: string splits: - name: train num_bytes: 29555981 num_examples: 30 - name: test num_bytes: 6004459 num_examples: 3 download_size: 16043250 dataset_size: 35560440 --- # Dataset Card for "test_genome" [More Information needed](https://githu...
dim/dolly_prompt_ru
--- dataset_info: features: - name: prompt dtype: string splits: - name: train num_bytes: 23359298 num_examples: 15950 download_size: 0 dataset_size: 23359298 --- # Dataset Card for "dolly_prompt_ru" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how...
jeremygf/domains-alpha
--- tags: - web - domain names - text size_categories: - 100M<n<1B --- A list of all registered .com domain names composed of only ASCII characters 97 to 122, as of January 2024.
Obscure-Entropy/Alzheimer-MRI
--- license: mit dataset_info: features: - name: image dtype: image - name: label dtype: class_label: names: '0': Mild_Demented '1': Moderate_Demented '2': Non_Demented '3': Very_Mild_Demented splits: - name: train num_bytes: 18038518.080000002...
saitsharipov/ddpm-butterflies-128
--- license: unknown ---
acloudfan/wikismall
--- dataset_info: features: - name: id dtype: string - name: url dtype: string - name: title dtype: string - name: text dtype: string splits: - name: train num_bytes: 2545110.078371501 num_examples: 8842 - name: validation num_bytes: 282949.9216284987 num_examples: 983 ...
mohammadhia/diffusers_animate_character
--- dataset_info: features: - name: input_image dtype: image - name: edit_prompt dtype: string - name: edited_image dtype: image splits: - name: train num_bytes: 29092003.0 num_examples: 20 download_size: 29095136 dataset_size: 29092003.0 --- # Dataset Card for "diffusers_animate_cha...
open-llm-leaderboard/details_YKM12__Mistral-7B-summ-privatev1
--- pretty_name: Evaluation run of YKM12/Mistral-7B-summ-privatev1 dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [YKM12/Mistral-7B-summ-privatev1](https://huggingface.co/YKM12/Mistral-7B-summ-privatev1)\ \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFac...
Mohammed-Altaf/medical-instruction-120k
--- license: mit language: - en tags: - medical pretty_name: python size_categories: - 100K<n<1M --- # What is the Dataset About?🤷🏼‍♂️ --- The dataset is useful for training a Generative Language Model for the Medical application and instruction purposes, the dataset consists of various thoughs proposed by the peopl...
arieg/bw_spec_cls_4_08_noise_200
--- configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* dataset_info: features: - name: image dtype: image - name: label dtype: class_label: names: '0': '694' '1': '695' '2': '714' ...
Kaina99/FNAF9
--- license: openrail ---
NPCProgrammer/BERT_tweet_tuned
--- dataset_info: features: - name: text dtype: string - name: label dtype: class_label: names: '0': non_irony '1': irony - name: input_ids sequence: int32 - name: token_type_ids sequence: int8 - name: attention_mask sequence: int8 splits: - name: tr...
carnival13/massive_5_lang_DA_tokenized
--- dataset_info: features: - name: pass_label dtype: int64 - name: input_ids sequence: int32 - name: attention_mask sequence: int8 splits: - name: train num_bytes: 424287645 num_examples: 552890 download_size: 127805722 dataset_size: 424287645 configs: - config_name: default data_...
Eunju2834/img_captioning_oilcanvas_style
--- task_categories: - text-generation tags: - art size_categories: - 1K<n<10K ---
open-llm-leaderboard/details_heegyu__WizardVicuna2-13b-hf
--- pretty_name: Evaluation run of heegyu/WizardVicuna2-13b-hf dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [heegyu/WizardVicuna2-13b-hf](https://huggingface.co/heegyu/WizardVicuna2-13b-hf)\ \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm...
Codec-SUPERB/gtzan_music_speech_synth
--- configs: - config_name: default data_files: - split: original path: data/original-* - split: academicodec_hifi_16k_320d path: data/academicodec_hifi_16k_320d-* - split: academicodec_hifi_16k_320d_large_uni path: data/academicodec_hifi_16k_320d_large_uni-* - split: academicodec_hifi_24k_320d ...
open-llm-leaderboard/details_rishiraj__oswald-7b
--- pretty_name: Evaluation run of rishiraj/oswald-7b dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [rishiraj/oswald-7b](https://huggingface.co/rishiraj/oswald-7b) on the [Open LLM\ \ Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe d...
mask-distilled-one-sec-cv12/chunk_8
--- dataset_info: features: - name: logits sequence: float32 - name: mfcc sequence: sequence: float64 splits: - name: train num_bytes: 1118931356 num_examples: 219743 download_size: 1138834704 dataset_size: 1118931356 --- # Dataset Card for "chunk_8" [More Information needed](https:...
zhangshuoming/math_23k_double_value_init
--- dataset_info: features: - name: text struct: - name: asm dtype: string - name: c dtype: string - name: driver dtype: string splits: - name: train num_bytes: 22718470 num_examples: 21104 download_size: 0 dataset_size: 22718470 configs: - config_name: default da...
EinfachOlder/autotrain-data-gtzs-bj3r-fz0k
--- dataset_info: features: - name: content dtype: string - name: autotrain_text dtype: string - name: autotrain_label dtype: string splits: - name: train num_bytes: 12258 num_examples: 6 - name: validation num_bytes: 3200 num_examples: 2 download_size: 33851 dataset_size: ...
umuthopeyildirim/svgen-500k
--- license: cc task_categories: - text-generation language: - en tags: - SVG - vector pretty_name: SVGen Dataset size_categories: - 100K<n<1M --- # SVGen Vector Images Dataset ## Overview SVGen is a comprehensive dataset containing 300,000 SVG vector codes from a diverse set of sources including SVG-Repo,...
open-llm-leaderboard/details_ab24g21__llama-2-new
--- pretty_name: Evaluation run of ab24g21/llama-2-new dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [ab24g21/llama-2-new](https://huggingface.co/ab24g21/llama-2-new) on the [Open\ \ LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nTh...
open-llm-leaderboard/details_ldahee__SLAL-0.1
--- pretty_name: Evaluation run of ldahee/SLAL-0.1 dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [ldahee/SLAL-0.1](https://huggingface.co/ldahee/SLAL-0.1) on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard).\n\ \nThe dataset is comp...
Korakoe/MegaInstruct
--- task_categories: - text-generation tags: - large - instruct - usernames pretty_name: Mega Instruct size_categories: - 100K<n<1M --- # MegaInstruct A large instruct dataset, merging multiple into the alpaca format ### Note: Both the gpt4all and vicuna datasets have usernames appended to them, so hopefully username...
rdmpage/autotrain-data-page7
--- task_categories: - image-classification --- # AutoTrain Dataset for project: page7 ## Dataset Description This dataset has been automatically processed by AutoTrain for project page7. ### Languages The BCP-47 code for the dataset's language is unk. ## Dataset Structure ### Data Instances A sample from this ...
HydraLM/partitioned_v3_standardized_024
--- dataset_info: features: - name: message dtype: string - name: message_type dtype: string - name: message_id dtype: int64 - name: conversation_id dtype: int64 - name: dataset_id dtype: string - name: unique_id dtype: string splits: - name: train num_bytes: 12182515.80780...
anonymous347928/broden_concepts
--- license: mit ---
xiwen426/tokenized_dataset_intent_3600_SampleScripts
--- license: apache-2.0 ---
heegyu/ko-openchat-0404-test
--- dataset_info: features: - name: conversations list: - name: content dtype: string - name: role dtype: string - name: source dtype: string splits: - name: train num_bytes: 151814905.0 num_examples: 70000 download_size: 77237824 dataset_size: 151814905.0 configs: - co...
Shekswess/mistral_medquad_instruct_dataset
--- language: - en size_categories: - 10K<n<100K task_categories: - question-answering dataset_info: features: - name: input dtype: string - name: output dtype: string - name: instruction dtype: string - name: prompt dtype: string splits: - name: train num_bytes: 47296307 num_examp...
Multimodal-Fatima/VQAv2_minival_validation_vprevious
--- dataset_info: features: - name: question_type dtype: string - name: multiple_choice_answer dtype: string - name: answers sequence: string - name: answers_original list: - name: answer dtype: string - name: answer_confidence dtype: string - name: answer_id dtyp...
Mitsuki-Sakamoto/alpaca_farm-deberta-re-preference-64-nsample-2_iso_filter_gold_thr_0.5_self_70m
--- dataset_info: config_name: alpaca_instructions-pythia_70m_alpaca_farm_instructions_sft_constant_pa_seed_1 features: - name: instruction dtype: string - name: input dtype: string - name: output dtype: string - name: preference dtype: int64 - name: output_1 dtype: string - name: ou...
aarthii/project
--- license: openrail ---
Imran263/Gath_baize_mod
--- license: mit ---
metamath/codeparrot-ds-raw-sm
--- dataset_info: features: - name: repo_name dtype: string - name: path dtype: string - name: copies dtype: string - name: size dtype: string - name: content dtype: string - name: license dtype: string splits: - name: train num_bytes: 60634 num_examples: 10 - name: v...
eanderson/squad_v1_nb
--- license: mit ---
AdapterOcean/med_alpaca_standardized_cluster_40_alpaca
--- dataset_info: features: - name: input dtype: string - name: output dtype: string splits: - name: train num_bytes: 17787714 num_examples: 11009 download_size: 9173963 dataset_size: 17787714 configs: - config_name: default data_files: - split: train path: data/train-* --- # Datas...
open-llm-leaderboard/details_adamo1139__LWM-7B-1M-1000000ctx-AEZAKMI-3_1-1702
--- pretty_name: Evaluation run of adamo1139/LWM-7B-1M-1000000ctx-AEZAKMI-3_1-1702 dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [adamo1139/LWM-7B-1M-1000000ctx-AEZAKMI-3_1-1702](https://huggingface.co/adamo1139/LWM-7B-1M-1000000ctx-AEZAKMI-3_1-1702)\ \ on the [Open LLM Leade...
deusprofano/images
--- license: other ---
pardeep/youtube-vidoes-transcripts-hindi-english
--- license: odc-by --- **Context** The dataset contains the Hindi and English subtitles for famous YouTube channels. This dataset was mainly created for the Hindi Language channel since the main goal was to use this dataset to build LLMs using the Hindi Language. Data from channels in Information, Entertainment, Pol...
dwidlee/wiki-dump-ko
--- license: cc ---
mateusss22/meumodelos
--- license: openrail ---
ibranze/araproje_arc_en_s3
--- dataset_info: features: - name: id dtype: string - name: question dtype: string - name: choices sequence: - name: text dtype: string - name: label dtype: string - name: answerKey dtype: string splits: - name: validation num_bytes: 80031.0 num_examples: 250 ...
yangwang825/vox2-veri-full
--- task_categories: - audio-classification tags: - audio - VoxCeleb - verification --- # VoxCeleb 2 VoxCeleb2 contains over 1 million utterances for 6,112 celebrities, extracted from videos uploaded to YouTube. ## Verification Split | | train | validation | test | | :---: | :---: | :---: | :---: | | # of speakers ...
Rexhaif/mintaka-qa-en
--- dataset_info: features: - name: question dtype: string - name: answer dtype: string splits: - name: train num_bytes: 1047958 num_examples: 14000 - name: dev num_bytes: 150348 num_examples: 2000 - name: test num_bytes: 298101 num_examples: 4000 download_size: 787307 ...
Mitali05/llama2-finetune-sentiment-analysis
--- license: llama2 ---
liuyanchen1015/MULTI_VALUE_sst2_superlative_before_matrix_head
--- dataset_info: features: - name: sentence dtype: string - name: label dtype: int64 - name: idx dtype: int64 - name: score dtype: int64 splits: - name: train num_bytes: 72 num_examples: 1 download_size: 1911 dataset_size: 72 --- # Dataset Card for "MULTI_VALUE_sst2_superlativ...
joey234/mmlu-high_school_geography
--- dataset_info: features: - name: question dtype: string - name: choices sequence: string - name: answer dtype: class_label: names: '0': A '1': B '2': C '3': D - name: negate_openai_prompt struct: - name: content dtype: string ...
huzaifahp7/ECTSum_Zero_Not_Hero
--- license: mit ---
CyberHarem/locusta_fgo
--- license: mit task_categories: - text-to-image tags: - art - not-for-all-audiences size_categories: - n<1K --- # Dataset of locusta/ロクスタ/洛库斯塔 (Fate/Grand Order) This is the dataset of locusta/ロクスタ/洛库斯塔 (Fate/Grand Order), containing 15 images and their tags. The core tags of this character are `short_hair, purple...
Saulons3/cocina
--- license: apache-2.0 ---
andykcheng/presidents
--- dataset_info: features: - name: question dtype: string - name: answer dtype: string - name: student dtype: string - name: score dtype: int64 - name: text dtype: string splits: - name: train num_bytes: 25358 num_examples: 20 download_size: 12194 dataset_size: 25358 con...
mHossain/text_summary_v3
--- configs: - config_name: default data_files: - split: train path: data/train-* - split: test path: data/test-* dataset_info: features: - name: 'Unnamed: 0' dtype: int64 - name: text dtype: string - name: summary dtype: string splits: - name: train num_bytes: 234990.0 num...
nadsoft/Podcasts-all-info
--- dataset_info: features: - name: audio dtype: audio - name: text dtype: string - name: quality dtype: string - name: Gender dtype: string - name: external_audio dtype: string splits: - name: train num_bytes: 571178438.145 num_examples: 4545 - name: test num_bytes: 58...
CyberHarem/kochou_kanae_demonslayer
--- license: mit task_categories: - text-to-image tags: - art - not-for-all-audiences size_categories: - n<1K --- # Dataset of kochou_kanae (Kimetsu no Yaiba) This is the dataset of kochou_kanae (Kimetsu no Yaiba), containing 142 images and their tags. Images are crawled from many sites (e.g. danbooru, pixiv, zeroch...
ccaligned_multilingual
--- annotations_creators: - no-annotation language_creators: - found language: - af - ak - am - ar - as - ay - az - be - bg - bm - bn - br - bs - ca - ceb - ckb - cs - cy - de - dv - el - eo - es - fa - ff - fi - fo - fr - fy - ga - gl - gn - gu - he - hi - hr - hu - id - ig - is - it - iu - ja - ka - kac - kg - kk - k...
Falah/mathematical_fashion_style_prompts
--- dataset_info: features: - name: prompts dtype: string splits: - name: train num_bytes: 522685 num_examples: 1627 download_size: 0 dataset_size: 522685 configs: - config_name: default data_files: - split: train path: data/train-* --- # Dataset Card for Mathematical Fashion Style Promp...
open-llm-leaderboard/details_Yuma42__KangalKhan-Sapphire-7B
--- pretty_name: Evaluation run of Yuma42/KangalKhan-Sapphire-7B dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [Yuma42/KangalKhan-Sapphire-7B](https://huggingface.co/Yuma42/KangalKhan-Sapphire-7B)\ \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/op...
mar-yam1497/HotPotQA_Mistral_Instruct_dataset_Top3k_Revised
--- dataset_info: features: - name: instruction dtype: string - name: output dtype: string - name: text dtype: string splits: - name: train num_bytes: 15524892 num_examples: 3000 download_size: 6915713 dataset_size: 15524892 configs: - config_name: default data_files: - split: tr...
iamkaikai/CLASSICAL-ART
--- dataset_info: features: - name: image dtype: image - name: text dtype: string splits: - name: train num_bytes: 8615731.0 num_examples: 219 download_size: 8580828 dataset_size: 8615731.0 configs: - config_name: default data_files: - split: train path: data/train-* ---
nateraw/snowflaketest
--- license: mit ---
jaygala223/38-cloud-dataset
--- configs: - config_name: default data_files: - split: train path: data/train-* dataset_info: features: - name: image dtype: image - name: label dtype: image splits: - name: train num_bytes: 757246236.0 num_examples: 8400 download_size: 754389599 dataset_size: 757246236.0 --- # D...
rbx-imarcin/llama2-ft-test-dataset
--- license: apache-2.0 task_categories: - text-generation language: - en pretty_name: llama2-ft-test-dataset size_categories: - n<1K ---
fazeelzafar/Test-Text2Code-Java
--- task_categories: - text-classification - question-answering size_categories: - 100K<n<1M ---
tanganke/EuroSAT
--- task_categories: - image-classification --- # EuroSAT EuroSAT: Downloaded from https://github.com/phelber/EuroSAT (direct link: https://madm.dfki.de/files/sentinel/EuroSAT.zip). For this dataset we randomly split the downloaded data into train/validation/test (21,600/2,700/2,700 samples).
Anwarkh1/ISIC_2019_Training_Input
--- license: apache-2.0 dataset_info: features: - name: image dtype: image - name: dx dtype: string - name: age_approx dtype: float64 - name: anatom_site_general dtype: string - name: lesion_id dtype: string - name: sex dtype: string splits: - name: train num_bytes: 4789886...
moonmelonpizza/constitution_of_india
--- license: unknown ---
arize-ai/xtreme_en_language_drift_es
--- annotations_creators: - expert-generated language_creators: - expert-generated language: - en license: - mit multilinguality: - monolingual pretty_name: named-entity-recognition-en-no-drift size_categories: - 10K<n<100K source_datasets: - extended|xtreme task_categories: - token-classification task_ids: - named-ent...
mask-distilled-onesec-cv12-each-chunk-uniq/chunk_199
--- dataset_info: features: - name: logits sequence: float32 - name: mfcc sequence: sequence: float64 splits: - name: train num_bytes: 1099627584.0 num_examples: 215952 download_size: 1120568825 dataset_size: 1099627584.0 --- # Dataset Card for "chunk_199" [More Information needed](...
alarmod/forest_fire
--- license: gpl-3.0 --- The initial pictures from UAV (FLAME dataset, file 9) with the size 3840 × 2160 were splitted in nine non-overlapping parts, each such part having a size of 1280 × 720 pixels. Information about locations with fires was extracted from masks, prepared by developers of primary dataset for segmenta...
autoevaluate/autoeval-eval-conll2003-conll2003-bc26c9-1485554291
--- type: predictions tags: - autotrain - evaluation datasets: - conll2003 eval_info: task: entity_extraction model: chandrasutrisnotjhong/bert-finetuned-ner metrics: [] dataset_name: conll2003 dataset_config: conll2003 dataset_split: test col_mapping: tokens: tokens tags: ner_tags --- # Dataset C...
tnhyk/abx
--- license: other ---
raygx/NepCov19TweetsPlus
--- dataset_info: features: - name: Sentiment dtype: int64 - name: Sentences dtype: string splits: - name: train num_bytes: 14110875 num_examples: 41541 download_size: 5219950 dataset_size: 14110875 --- # Dataset Card for "NepCov19TweetsPlus" [More Information needed](https://github.com/h...
seongwoon/labor_market_context_data
--- license: cc-by-nc-nd-4.0 ---
Ssunbell/boostcamp-docvqa-v5-test
--- dataset_info: features: - name: questionId dtype: int64 - name: question dtype: string - name: image sequence: sequence: sequence: uint8 - name: docId dtype: int64 - name: ucsf_document_id dtype: string - name: ucsf_document_page_no dtype: string - name: data_sp...
open-llm-leaderboard/details_KoboldAI__LLaMA2-13B-Tiefighter
--- pretty_name: Evaluation run of KoboldAI/LLaMA2-13B-Tiefighter dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [KoboldAI/LLaMA2-13B-Tiefighter](https://huggingface.co/KoboldAI/LLaMA2-13B-Tiefighter)\ \ on the [Open LLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4...
InceptiveDev/Objective-data
--- license: mit ---
ds4sd/FinTabNet_OTSL
--- license: other pretty_name: FinTabNet-OTSL size_categories: - 10K<n<100K tags: - table-structure-recognition - table-understanding - PDF task_categories: - object-detection - table-to-text --- # Dataset Card for FinTabNet_OTSL ## Dataset Description - **Homepage:** https://ds4sd.github.io - **Paper:** https://arx...
open-llm-leaderboard/details_athirdpath__Orca-2-13b-Alpaca-Uncensored
--- pretty_name: Evaluation run of athirdpath/Orca-2-13b-Alpaca-Uncensored dataset_summary: "Dataset automatically created during the evaluation run of model\ \ [athirdpath/Orca-2-13b-Alpaca-Uncensored](https://huggingface.co/athirdpath/Orca-2-13b-Alpaca-Uncensored)\ \ on the [Open LLM Leaderboard](https://huggingf...
distilled-from-one-sec-cv12/chunk_28
--- dataset_info: features: - name: logits sequence: float32 - name: mfcc sequence: sequence: float64 splits: - name: train num_bytes: 867266944 num_examples: 168992 download_size: 886869889 dataset_size: 867266944 --- # Dataset Card for "chunk_28" [More Information needed](https://...
pythainlp/UD_Thai-PUD-prompt
--- dataset_info: features: - name: inputs dtype: string - name: targets dtype: string splits: - name: test num_bytes: 475196 num_examples: 1000 download_size: 171576 dataset_size: 475196 license: cc-by-sa-3.0 task_categories: - text2text-generation - text-generation language: - th size_ca...
alphalm/gt1_8kElo_all_tokenized-v1
--- license: mit --- Revisions to `alphalm/gt1_8kElo_all_tokenized`: - model_max_length: 8192 v0 -> 4096 v1 - Only add eos_token to checkmate games
CyberHarem/hamakaze_kantaicollection
--- license: mit task_categories: - text-to-image tags: - art - not-for-all-audiences size_categories: - n<1K --- # Dataset of hamakaze/浜風 (Kantai Collection) This is the dataset of hamakaze/浜風 (Kantai Collection), containing 500 images and their tags. The core tags of this character are `short_hair, blue_eyes, grey...
cqlizhijun/ks
--- license: mit ---
Fiacre/test-animal-poses-controlnet-dataset
--- dataset_info: features: - name: original_image dtype: image - name: conditioning_image dtype: image - name: overlaid dtype: image - name: caption dtype: string splits: - name: train num_bytes: 1730245.0 num_examples: 21 download_size: 0 dataset_size: 1730245.0 --- # Dataset...