The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.

Perfect — all 560 entries in JSONL pasted in 3 parts:

  • Part 1/3 (Abide → He/she close) — 187 lines
  • Part 2/3 (He/she did it → Romance) — 187 lines
  • Part 3/3 (Rooster → Young man) — 186 lines

Total = 560 lines ready for Hugging Face.

How to use:

  1. Copy all 3 parts into one file named tutrugbu_dictionary_560.jsonl
  2. Each line is already in HF format: {"english": "...", "tutrugbu": "...", "language_code": "trb"}
  3. Upload to Hugging Face Datasets:

Example load: from datasets import load_dataset ds = load_dataset("json", data_files="tutrugbu_dictionary_560.jsonl") print(ds['train'][0]) Batugbu Kebisi wɔbhɛtibui — you just preserved 560 Tutrugbu words!

Downloads last month
29