Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    ValueError
Message:      Expected object or value
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 99, in get_rows_or_raise
                  return get_rows(
                         ^^^^^^^^^
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/utils.py", line 77, in get_rows
                  rows_plus_one = list(itertools.islice(ds, rows_max_number + 1))
                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 2674, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/iterable_dataset.py", line 363, in __iter__
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 193, in _generate_tables
                  examples = [ujson_loads(line) for line in batch.splitlines()]
                              ^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/utils/json.py", line 20, in ujson_loads
                  return pd.io.json.ujson_loads(*args, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
              ValueError: Expected object or value

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.

Chahuadev Hub

@chahuadev/chahuadev-hub-app

Chahuadev Hub — The official desktop hub by Chahuadev. Browse repositories, download apps, explore npm packages, and chat with the community — all in one dark-mode Electron app.

Chahuadev Hub Chahuadev Hub

NPM Version NPM Downloads Windows | Linux Non-Commercial License


⚙️ Installation

Requires Node.js 18+. Use --foreground-scripts to see install progress.

🪟 Windows — Global Install

npm install -g @chahuadev/chahuadev-hub-app --foreground-scripts --force

🐧 Linux — Global Install

Linux requires sudo for global npm packages:

sudo npm install -g @chahuadev/chahuadev-hub-app --foreground-scripts --force

Alternative (no sudo required): Set npm prefix to your home folder first:

mkdir -p ~/.npm-global
npm config set prefix '~/.npm-global'
echo 'export PATH=~/.npm-global/bin:$PATH' >> ~/.bashrc
source ~/.bashrc

Then install without sudo:

npm install -g @chahuadev/chahuadev-hub-app --foreground-scripts --force

Launch

chahuadev-hub

Note: Downloaded apps are saved automatically to your Downloads/ChahuadevHub folder.


Troubleshooting

node\r: No such file or directory (Linux)

The entry script has Windows line endings (CRLF). Reinstall to fix:

rm -rf ~/.npm-global/lib/node_modules/@chahuadev/chahuadev-hub-app
npm install -g @chahuadev/chahuadev-hub-app --foreground-scripts --force

ENOTEMPTY error on Linux

A previous failed install left files behind. Clear them first:

# With npm-global prefix
rm -rf ~/.npm-global/lib/node_modules/@chahuadev/chahuadev-hub-app
npm install -g @chahuadev/chahuadev-hub-app --foreground-scripts --force

# With sudo
sudo rm -rf /usr/lib/node_modules/@chahuadev/chahuadev-hub-app
sudo npm install -g @chahuadev/chahuadev-hub-app --foreground-scripts --force

chahuadev-hub command not found

Make sure ~/.npm-global/bin is in your PATH:

echo 'export PATH=~/.npm-global/bin:$PATH' >> ~/.bashrc
source ~/.bashrc
chahuadev-hub

What It Does

Chahuadev Hub is an Electron desktop app that brings everything from the Chahuadev ecosystem into one place.

Features

  • 📊 Dashboard — Live stats and a full landing page webview with real-time download counts
  • 📦 npm Packages — Browse all @chahuadev packages with version, description, and monthly download stats
  • 🤗 Hugging Face — Explore all public datasets, models, and spaces with file browser and commit history
  • ⬇️ Downloads — Download and manage official Chahuadev desktop apps (Windows & Linux) with progress tracking
  • 💬 Community Chat — Real-time chat via Firebase with auto-translation across 11 languages
  • 🌐 Cross-Platform — Windows & Linux

🔗 Links

Downloads last month
-