The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 40 new columns ({'shoes', 'car', 'radio', 'bottle', 'key', 'door', 'phone', 'fan', 'watch', 'bicycle', 'plate', 'window', 'lamp', 'computer', 'clock', 'airplane', 'knife', 'book', 'mirror', 'hat', 'fork', 'glasses', 'house', 'toothbrush', 'pen', 'television', 'chair', 'bag', 'lock', 'boat', 'bed', 'pencil', 'train', 'bowl', 'spoon', 'table', 'towel', 'motorcycle', 'clothes', 'cup'}) and 40 missing columns ({'crab', 'pangolin', 'rat', 'horse', 'starfish', 'ant', 'porcupine', 'elephant', 'owl', 'cow', 'shark', 'squirrel', 'spider', 'dog', 'dolphin', 'fish', 'bat', 'deer', 'monkey', 'seahorse', 'buffalo', 'parrot', 'rabbit', 'goat', 'frog', 'bee', 'chicken', 'octopus', 'shrimp', 'sheep', 'tiger', 'snake', 'lizard', 'cat', 'turtle', 'bird', 'crocodile', 'whale', 'butterfly', 'duck'}).
This happened while the json dataset builder was generating data using
hf://datasets/VynerCK/Iban-language-data/object-list.json (at revision e197bcc3ee81de290a9d62732f762bc11bb74854)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1870, in _prepare_split_single
writer.write_table(table)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 622, in write_table
pa_table = table_cast(pa_table, self._schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2292, in table_cast
return cast_table_to_schema(table, schema)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2240, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
house: string
car: string
bicycle: string
motorcycle: string
boat: string
airplane: string
train: string
chair: string
table: string
bed: string
door: string
window: string
lamp: string
fan: string
book: string
pen: string
pencil: string
phone: string
computer: string
television: string
radio: string
clock: string
watch: string
bag: string
clothes: string
shoes: string
hat: string
glasses: string
spoon: string
fork: string
knife: string
plate: string
bowl: string
cup: string
bottle: string
key: string
lock: string
mirror: string
toothbrush: string
towel: string
to
{'dog': Value(dtype='string', id=None), 'cat': Value(dtype='string', id=None), 'bird': Value(dtype='string', id=None), 'tiger': Value(dtype='string', id=None), 'elephant': Value(dtype='string', id=None), 'cow': Value(dtype='string', id=None), 'goat': Value(dtype='string', id=None), 'chicken': Value(dtype='string', id=None), 'fish': Value(dtype='string', id=None), 'monkey': Value(dtype='string', id=None), 'horse': Value(dtype='string', id=None), 'deer': Value(dtype='string', id=None), 'buffalo': Value(dtype='string', id=None), 'duck': Value(dtype='string', id=None), 'sheep': Value(dtype='string', id=None), 'rabbit': Value(dtype='string', id=None), 'snake': Value(dtype='string', id=None), 'crocodile': Value(dtype='string', id=None), 'frog': Value(dtype='string', id=None), 'turtle': Value(dtype='string', id=None), 'lizard': Value(dtype='string', id=None), 'ant': Value(dtype='string', id=None), 'bee': Value(dtype='string', id=None), 'butterfly': Value(dtype='string', id=None), 'spider': Value(dtype='string', id=None), 'rat': Value(dtype='string', id=None), 'bat': Value(dtype='string', id=None), 'owl': Value(dtype='string', id=None), 'parrot': Value(dtype='string', id=None), 'squirrel': Value(dtype='string', id=None), 'porcupine': Value(dtype='string', id=None), 'pangolin': Value(dtype='string', id=None), 'crab': Value(dtype='string', id=None), 'shrimp': Value(dtype='string', id=None), 'octopus': Value(dtype='string', id=None), 'whale': Value(dtype='string', id=None), 'dolphin': Value(dtype='string', id=None), 'shark': Value(dtype='string', id=None), 'starfish': Value(dtype='string', id=None), 'seahorse': Value(dtype='string', id=None)}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1438, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1050, in convert_to_parquet
builder.download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 924, in download_and_prepare
self._download_and_prepare(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1000, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1741, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1872, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 40 new columns ({'shoes', 'car', 'radio', 'bottle', 'key', 'door', 'phone', 'fan', 'watch', 'bicycle', 'plate', 'window', 'lamp', 'computer', 'clock', 'airplane', 'knife', 'book', 'mirror', 'hat', 'fork', 'glasses', 'house', 'toothbrush', 'pen', 'television', 'chair', 'bag', 'lock', 'boat', 'bed', 'pencil', 'train', 'bowl', 'spoon', 'table', 'towel', 'motorcycle', 'clothes', 'cup'}) and 40 missing columns ({'crab', 'pangolin', 'rat', 'horse', 'starfish', 'ant', 'porcupine', 'elephant', 'owl', 'cow', 'shark', 'squirrel', 'spider', 'dog', 'dolphin', 'fish', 'bat', 'deer', 'monkey', 'seahorse', 'buffalo', 'parrot', 'rabbit', 'goat', 'frog', 'bee', 'chicken', 'octopus', 'shrimp', 'sheep', 'tiger', 'snake', 'lizard', 'cat', 'turtle', 'bird', 'crocodile', 'whale', 'butterfly', 'duck'}).
This happened while the json dataset builder was generating data using
hf://datasets/VynerCK/Iban-language-data/object-list.json (at revision e197bcc3ee81de290a9d62732f762bc11bb74854)
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
dog string | cat string | bird string | tiger string | elephant string | cow string | goat string | chicken string | fish string | monkey string | horse string | deer string | buffalo string | duck string | sheep string | rabbit string | snake string | crocodile string | frog string | turtle string | lizard string | ant string | bee string | butterfly string | spider string | rat string | bat string | owl string | parrot string | squirrel string | porcupine string | pangolin string | crab string | shrimp string | octopus string | whale string | dolphin string | shark string | starfish string | seahorse string | house string | car string | bicycle string | motorcycle string | boat string | airplane string | train string | chair string | table string | bed string | door string | window string | lamp string | fan string | book string | pen string | pencil string | phone string | computer string | television string | radio string | clock string | watch string | bag string | clothes string | shoes string | hat string | glasses string | spoon string | fork string | knife string | plate string | bowl string | cup string | bottle string | key string | lock string | mirror string | toothbrush string | towel string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
uduk | mayau | burung | rimau | gajah | lembu | kambing | manok | ikan | monyit | kuda | rusa | kerbau | itik | biri-biri | arnab | ular | buaya | katak | kura-kura | biawak | semut | lebah | rama-rama | labah-labah | cit | kelawar | burung antu | burung kakak tua | tupai | landak | tenggiling | ketam | udang | suntong | paus | ikan lumba-lumba | ikan yu | ikan bintang | kuda laut | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | rumah | kereta | basikal | motosikal | perahu | bilun | kereta api | bangku | meja | katil | pintu | ceremin | lampu | kipas | bup | pen | pensil | telefon | komputer | tv | radio | jam | jam lengan | beg | baju | kasut | tupi | ceremin mata | sudu | garpu | dukuk | pingai | mangkuk | cawan | botol | kunci | mangga | ceremin | berus ngelik | kain tuala |
Iban Language Dataset π²πΎπ
This dataset contains Iban text collected for AI training.
π Dataset Details
- Language: Iban
- Data Type: Translations, word mappings, and structured responses
- Purpose: Train AI models to understand and generate Iban
- Copyright: Vyner[CK] Jalla
π Data Collection Process
The data is collected from various sources, including native Iban speakers, written texts, and translations. Efforts were made to ensure linguistic accuracy and diversity in sentence structures.
Each data entry follows this format:
{
"english": "How are you?",
"iban": "Apa kabar?",
"word_mapping": {
"Apa": "What",
"kabar": "news"
},
"response": "Manah berita aku saritu wai."
}
π Example Entries
Greeting
{
"english": "How are you?",
"iban": "Apa kabar?",
"word_mapping": {
"Apa": "What",
"kabar": "news"
},
"response": "Aku dalam keadaan ba nyamai."
}
Name Inquiry
{
"english": "What is your name?",
"iban": "Nama nuan sapa?",
"word_mapping": {
"Nama": "Name",
"nuan": "you",
"sapa": "who"
},
"response": "Nama aku Dominic, aku dicipta ngaga ulih Vyner[CK] jalla ianyak programmer kenak website ngan mobile apps."
}
Animal Names
{
"english": "What is the name of this animal?",
"iban": "apa nama binatang ia tu?",
"word_mapping": {
"apa": "What",
"nama": "name",
"tu": "this",
"binatang": "animal",
"ia": "is"
},
"response": "Nama ia binatang nyak adalah."
}
{
"english": "What is that bird called?",
"iban": "Apa nama burung tu?",
"word_mapping": {
"Apa": "What",
"nama": "name",
"burung": "bird",
"nyak": "that"
},
"response": "Nama burung nyak adalah."
}
{
"english": "What do you call a cat in Iban?",
"iban": "Apa nama mayau dalam Iban?",
"word_mapping": {
"Apa": "What",
"nama": "name",
"mayau": "cat",
"dalam": "in",
"Iban": "Iban"
},
"response": "nama mayau nyak adalah."
}
π Usage Example
iban_to_english = {
"Apa": "What",
"kabar": "news",
"Nuan": "You",
"tinggal": "live",
"di": "at",
"mana": "where"
}
def translate_iban_to_english(sentence):
words = sentence.split()
translated_words = [iban_to_english.get(word, word) for word in words]
return " ".join(translated_words)
iban_sentence = "Nuan tinggal di mana?"
english_translation = translate_iban_to_english(iban_sentence)
print(english_translation) # Output: "You live at where?"
π Contributions
We welcome contributions! If you want to expand the dataset, submit data samples or report issues via our GitHub repository.
π Benchmarks & Model Performance
Currently, the dataset is used for fine-tuning AI language models. Performance metrics such as accuracy and BLEU scores will be updated as models are tested.
Β© 2024 Vyner[CK] Jalla. All Rights Reserved.
- Downloads last month
- 7