CoolFace
20 shown

datasets

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

Clear all
01abdukuzi45 /Kuzi-Amharic-Uncensored-Datasettext100K<n<1M1 likes249 downloads12d agoHugging Face02a3xrfgb /amharic-sentences-corpus Amharic Sentences Corpus V1.0 Source: Telegram This 1.6 million Amharic sentences corpus reflects current Amharic usage as of December 20, 2025, and is designed for anyone interested in: Training Amharic-based LLMs Fine-tuning NLP models Building search, summarization, or generative systems in Amharic The dataset is heavily cleaned and normalized, but like any serious LLM dataset, it still needs proper tokenization for pre-training. I recommend using an… See the full description on the dataset page: https://huggingface.co/datasets/a3xrfgb/amharic-sentences-corpus.text1M<n<10M1 likes156 downloads7mo agoHugging Face03Henok /amharic-qa AmQA: Amharic Question Answering Dataset Amharic question and answer dataset in a prompt and completion format. Dataset Details In Amharic, interrogative sentences can be formulated using information-seeking pronouns like “ምን” (what), “መቼ” (when), “ማን” (who), “የት” (where), “የትኛው” (which), etc. and prepositional interrogative phrases like “ለምን” [ለ-ምን] (why), “በምን” [በ-ምን] (by what), etc. Besides, a verb phrase could be used to pose questions (Getahun 2013; Baye 2009). As… See the full description on the dataset page: https://huggingface.co/datasets/Henok/amharic-qa.textquestion-answering1K<n<10K3 likes70 downloads3y agoHugging Face04Reubencf /adaption-amharic-text-corpus This dataset is a remastered version of this dataset prepared using Adaption's Adaptive Data platform. adaption-amharic_text_corpus This dataset comprises over 700,000 Amharic text documents formatted as line-delimited JSON, covering diverse topics such as history, religion, politics, and product descriptions. Each entry contains a single string field with native Amharic content, including some samples with mixed languages or placeholder values. It is designed for text… See the full description on the dataset page: https://huggingface.co/datasets/Reubencf/adaption-amharic-text-corpus.text10K<n<100K0 likes62 downloads3mo agoHugging Face05iocuydi /amharic-alpacaMore details: https://arxiv.org/abs/2403.06354 text10K<n<100K1 likes48 downloads2y agoHugging Face06abute-21 /amharic-geez-numerical-blindspot Blind Spots of Frontier Models: Tokenizer-Induced Numerical & Temporal Collapse in Ge'ez and Amharic Author: Teshome Birhanu Cheru Affiliation: Addis Ababa University, Electrical and Computer Engineering Target Fellowship: Fatima Fellowship 2026 Technical Challenge Evaluated Model: Qwen/Qwen2.5-3B-Instruct (3B Parameters) Artifacts Repository: Evaluation Benchmark (benchmark_ethiopian_reasoning.json), Empirical Outputs (eval_results.json), Colab Notebook… See the full description on the dataset page: https://huggingface.co/datasets/abute-21/amharic-geez-numerical-blindspot.texttext-generationn<1K1 likes43 downloads1d agoHugging Face07iocuydi /amharic-dolly-15kAmharic version of the Dolly dataset (https://www.databricks.com/blog/2023/04/12/dolly-first-open-commercially-viable-instruction-tuned-llm) Translated with this https://github.com/iocuydi/amharic-llama-llava/blob/main/data/prepare_amharic_data.py More details: https://arxiv.org/abs/2403.06354 text10K<n<100K0 likes31 downloads2y agoHugging Face08Reubencf /Amharic_corpus_split Amharic Corpus — 4 x 5k Splits A randomly shuffled subset of Reubencf/Amharic_corpus, divided into four equal splits of 5,000 rows each (20,000 rows total). Splits: split_1, split_2, split_3, split_4 (5,000 rows each) Format: JSON Lines, one {"text": "..."} per line. Sampling: random without replacement (seed 42); the four splits are mutually exclusive. from datasets import load_dataset ds = load_dataset("Reubencf/Amharic_corpus_split") print(ds) # split_1..split_4, 5000 rows… See the full description on the dataset page: https://huggingface.co/datasets/Reubencf/Amharic_corpus_split.texttext-generation10K<n<100K0 likes29 downloads3mo agoHugging Face09CRLannister /Amharic Amharic Dataset (Cloned from saillab/taco-datasets) This dataset contains the Amharic language part of the multilingual instruction tuning dataset, originally from the TACO dataset. The Amharic data is part of the multilingual-alpaca-52k-gpt-4 split, focusing on instruction-based dialogue data. Dataset Summary This dataset contains Amharic language instructions and dialogues. It is designed for fine-tuning large language models in multilingual settings. The dataset… See the full description on the dataset page: https://huggingface.co/datasets/CRLannister/Amharic.text10K<n<100K0 likes19 downloads2y agoHugging Face10iocuydi /amharic-blip-laionDataset used for pretraining clip alignment step of Amharic llava. More details: https://arxiv.org/abs/2403.06354 text100K<n<1M0 likes17 downloads2y agoHugging Face11dice-research /amharic-property-mappingtext1K<n<10K0 likes15 downloads7mo agoHugging Face12Desalegnn /new-amharic-passage-retrieval-dataset New Amharic Passage Retrieval Dataset (AMQA) This dataset is generated from AMQA-style question–context pairs, converted to match the schema of Desalegnn/amharic-passage-retrieval-dataset. Columns query_id, passage_id, query, passage, category, link Load Example from datasets import load_dataset url = 'https://huggingface.co/datasets/Desalegnn/new-amharic-passage-retrieval-dataset/resolve/main/train.jsonl' ds = load_dataset('json', data_files={'train': url})… See the full description on the dataset page: https://huggingface.co/datasets/Desalegnn/new-amharic-passage-retrieval-dataset.text1K<n<10K0 likes13 downloads1y agoHugging Face13SemantaAI /gamma-g1-327-vast-g1-326-amharic-safety-gate-20260624tabularn<1K0 likes13 downloads3mo agoHugging Face14Reubencf /Amharic_corpus Amharic Corpus (JSON) Amharic text corpus, 707,649 rows, one document per row. Format: JSON Lines (amh_data.jsonl) — one {"text": "..."} object per line. Column: text (string) Language: Amharic (am) License: MIT Originally distributed as a plain-text file; here it is provided as line-delimited JSON. Usage from datasets import load_dataset ds = load_dataset("Reubencf/Amharic_corpus") print(ds["train"][0]["text"]) texttext-generation100K<n<1M0 likes12 downloads3mo agoHugging Face15SemantaAI /gamma-g1-325-amharic-safety-closure-repair-data-20260623textn<1K0 likes9 downloads3mo agoHugging Face16SemantaAI /gamma-g1-328-vast-g1-326-amharic-decode-boundary-gate-20260624tabularn<1K0 likes8 downloads3mo agoHugging Face17yohannabelay /Amharic Amharic Dataset (Cloned from saillab/taco-datasets) This dataset contains the Amharic language part of the multilingual instruction tuning dataset, originally from the TACO dataset. The Amharic data is part of the multilingual-alpaca-52k-gpt-4 split, focusing on instruction-based dialogue data. Dataset Summary This dataset contains Amharic language instructions and dialogues. It is designed for fine-tuning large language models in multilingual settings. The… See the full description on the dataset page: https://huggingface.co/datasets/yohannabelay/Amharic.text10K<n<100K0 likes7 downloads2mo agoHugging Face18EthioFX /getedil-amharic-datasettextn<1K0 likes6 downloads5mo agoHugging Face19l-jiao /amharic-wikipediatext10K<n<100K0 likes4 downloads1y agoHugging Face20abraham-diress /amharic_primary_school_examstextn<1K0 likes3 downloads2y agoHugging Face

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