Dataset Viewer
The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    JSONDecodeError
Message:      Unexpected UTF-8 BOM (decode using utf-8-sig): line 1 column 1 (char 0)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 67, in compute_config_names_response
                  config_names = get_dataset_config_names(
                      path=dataset,
                      token=hf_token,
                  )
                File "/usr/local/lib/python3.14/site-packages/datasets/inspect.py", line 161, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                      path,
                  ...<4 lines>...
                      **download_kwargs,
                  )
                File "/usr/local/lib/python3.14/site-packages/datasets/load.py", line 1217, in dataset_module_factory
                  raise e1 from None
                File "/usr/local/lib/python3.14/site-packages/datasets/load.py", line 1192, in dataset_module_factory
                  ).get_module()
                    ~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/load.py", line 701, in get_module
                  for config_name, dataset_info_dict in json.load(f).items()
                                                        ~~~~~~~~~^^^
                File "/usr/local/lib/python3.14/json/__init__.py", line 298, in load
                  return loads(fp.read(),
                      cls=cls, object_hook=object_hook,
                      parse_float=parse_float, parse_int=parse_int,
                      parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
                File "/usr/local/lib/python3.14/json/__init__.py", line 341, in loads
                  raise JSONDecodeError("Unexpected UTF-8 BOM (decode using utf-8-sig)",
                                        s, 0)
              json.decoder.JSONDecodeError: Unexpected UTF-8 BOM (decode using utf-8-sig): line 1 column 1 (char 0)

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.

Kerala Corpus

All-in-one open dataset scaffold for Kerala-focused Malayalam language model training.

Structure

kerala-corpus/
  data/
    districts/
    geography/
    culture/
    history/
    language/
    government/
    economy/
    education/
    health/
    transport/
    environment/
  metadata/
  docs/
  scripts/

Record Format

Each .jsonl line should be one JSON object:

{"id":"culture-festivals-000001","domain":"culture","subdomain":"festivals","district":"thrissur","text":"...","language":"ml","source":"...","source_url":"...","license":"cc-by-4.0"}

Use only open, redistributable data and keep source/license metadata with every record.

Validate

python scripts/validate_jsonl.py
Downloads last month
92