Dataset Viewer
Auto-converted to Parquet Duplicate
id
int64
text
string
label
string
1
Tani waa tijaabo.
test
2
Soo dhawoow.
greeting

Muktaryy Hugging Face Integration Test

A tiny public dataset used to verify repository creation, authentication, uploads, and Dataset Viewer integration for the Muktaryy Hugging Face account.

Dataset contents

The repository contains two harmless Somali example records. It is an infrastructure test, not a linguistic benchmark, research corpus, or training dataset.

Field Type Description
id integer Record identifier
text string Short Somali sample text
label string Demonstration label

Usage

from datasets import load_dataset

dataset = load_dataset("Muktaryy/test-dataset")
print(dataset["train"][0])

Intended use

Use this repository only for testing Hugging Face workflows and tooling.

Limitations

  • Contains only two demonstration records.
  • Not representative of Somali language variation.
  • Not suitable for model training or evaluation.
  • Labels are illustrative and have no research validity.

License

Released under CC0 1.0 because all example content was created specifically for this test.

Maintainer

Muktaryy

Downloads last month
33