Dataset Viewer
The dataset viewer is not available for this dataset.
The JWT signature verification failed. Check the signing key and the algorithm.
Error code:   JWTInvalidSignature
Exception:    InvalidSignatureError
Message:      Signature verification failed
Traceback:    Traceback (most recent call last):
                File "/src/libs/libapi/src/libapi/jwt_token.py", line 286, in validate_jwt
                  decoded = jwt.decode(
                      jwt=token,
                  ...<2 lines>...
                      options=options,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 368, in decode
                  decoded = self.decode_complete(
                      jwt,
                  ...<8 lines>...
                      leeway=leeway,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jwt.py", line 265, in decode_complete
                  decoded = self._jws.decode_complete(
                      jwt,
                  ...<3 lines>...
                      detached_payload=detached_payload,
                  )
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 270, in decode_complete
                  self._verify_signature(
                  ~~~~~~~~~~~~~~~~~~~~~~^
                      signing_input,
                      ^^^^^^^^^^^^^^
                  ...<4 lines>...
                      options=merged_options,
                      ^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/jwt/api_jws.py", line 417, in _verify_signature
                  raise InvalidSignatureError("Signature verification failed")
              jwt.exceptions.InvalidSignatureError: Signature verification failed

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.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Video Tool Call SFT Dataset

Contents

  • final_sft_dataset.json : 16,522 SFT samples (Plan B 12525 + Seeker 3997, 8670 unique videos)
  • llava_video/videos/... : Source mp4 files (138 GB total)

How to merge & extract

This dataset is split into multiple ~40GB parts to fit HuggingFace's 50GB single-file limit.

# Download all parts (video_tool_call.tar.part-aa, ab, ac, ad, ...)
cat video_tool_call.tar.part-* | tar -xvf -

# Or stream-extract while downloading (Linux):
cat video_tool_call.tar.part-* | tar -xf -

Schema

Each sample in final_sft_dataset.json:

{
  "doc_id": "...",
  "video": "llava_video/videos/...",
  "question": "...",
  "options": ["A. ...", "B. ..."],
  "gt_answer": "A",
  "trajectory": {"turns": [...], "final_answer": "A", "n_turns": 2, "terminated": "answered"},
  "metadata": {"source": "...", "question_type": "...", ...}
}

Source distribution

count source
4239 llava178k_academic_2_3m_mc
3342 seeker:multi_clue_w_tool_same
2980 llava178k_academic_1_2m_mc
2767 llava178k_1_2_m_youtube_mc
2067 llava178k_nextqa_1_2m_mc
655 seeker:multi_clue_w_tool_diff
472 llava178k_2_3_m_youtube_mc
Downloads last month
34