hebrew-ml-datasets-navigator

hebrew-ml-datasets-navigator is a skill for Claude Code, Codex from skills-il/developer-tools. It costs 217 tokens per session (7,709 once invoked), scanned A, a copy of hebrew-ml-datasets-navigator, MIT.

A guide for finding Hebrew and Yiddish speech datasets, language models, and evaluation resources across several research organizations. It explains which resources fit tasks such as speech recognition, sentiment analysis, and other language work.

In plain words
What is it for?
Use it to choose data and models for Hebrew or Yiddish machine-learning projects, while checking differences in licenses, writing styles, and task coverage.
Why use it?
It reduces the need to search scattered repositories and inspect each dataset's language coverage and usage terms separately.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to choose data and models for Hebrew or Yiddish machine-learning projects, while checking differences in licenses, writing styles, and task coverage.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skills-il/developer-tools/hebrew-ml-datasets-navigator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add skills-il/developer-tools --skill hebrew-ml-datasets-navigator
Clone the repo
git clone --depth 1 https://github.com/skills-il/developer-tools

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for hebrew-ml-datasets-navigator

README.md
[![agentmods](https://agentmods.dev/badge/skills/skills-il/developer-tools/hebrew-ml-datasets-navigator.svg)](https://agentmods.dev/skills/skills-il/developer-tools/hebrew-ml-datasets-navigator)
Your own site
<a href="https://agentmods.dev/skills/skills-il/developer-tools/hebrew-ml-datasets-navigator"><img src="https://agentmods.dev/badge/skills/skills-il/developer-tools/hebrew-ml-datasets-navigator.svg" alt="Measured on agentmods" height="20"></a>
Per session 217 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,709 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 95% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00217 $0.07709
Opus 5 $0.00109 $0.03854
Sonnet 5 $0.00043 $0.01542
Haiku 4.5 $0.00022 $0.00771

Measured 4d ago against content hash 5bd3c7c93502, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

hebrew-ml-datasets-navigator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/find_dataset.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

95% identical to hebrew-ml-datasets-navigator — 171 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

hebrew-ml-datasets-navigator/SKILL.md · 327 lines

How it starts

The opening of the file, as written. The whole thing — 327 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Hebrew ML Datasets Navigator

Problem

The Israeli ML community punches above its weight, but the datasets and models are scattered. ivrit.ai publishes world-class Hebrew speech corpora on one HuggingFace org, Dicta publishes Hebrew LLMs and BERT variants on another, the Israeli National NLP Program maintains benchmarks under HebArabNlpProject, and classic resources like AlephBERT live elsewhere. Licenses vary from fully commercial-friendly to research-only. Hebrew register coverage varies dramatically: some corpora are all modern standard, others are half religious texts, others are spoken colloquial. A researcher trying to pick the right combination for "fine-tune a Hebrew sentiment classifier on customer support chat for a commercial product" has to hunt across five orgs and read every dataset card to understand what they can actually use.

Instructions

Step 1: Identify the task

Different Hebrew ML tasks need different datasets. Match your task to a dataset family before searching.

Task Primary data type Dataset families to check first
Speech-to-text (Hebrew ASR) Audio + transcripts ivrit.ai (crowd-transcribe, crowd-recital, audio-v2)
Text-to-speech (Hebrew TTS) Text + studio audio Still thin, and usually needs custom recording, but see ivrit-ai/tts-arena-preferences (Hebrew TTS preference judgements, no licence declared)
Hebrew LLM pre-training Large Hebrew text corpus Dicta's corpora, allenai/MADLAD-400 Hebrew subset, oscar-corpus/OSCAR-2301 Hebrew, uonlp/CulturaX Hebrew slice, HuggingFaceFW/fineweb-2 heb_Hebr filter, mC4 (Hebrew quality is weak), Hebrew Wikipedia, Knesset Plenums
Hebrew LLM instruction tuning Prompt-response pairs in Hebrew Dicta instruction datasets, translated Alpaca-style datasets, custom
Reading comprehension / QA Text + Q&A pairs HeQ (Etelis/HeQ_v1 HF mirror, canonical at github.com/NNLP-IL/Hebrew-Question-Answering-Dataset); ParaShoot (~3K few-shot QA examples; source repo github.com/omrikeren/ParaShoot, loadable HF mirror imvladikon/parashoot, which declares no licence)
Sentiment classification Hebrew text + labels HebrewSentiment (HebArabNlpProject/HebrewSentiment)
Natural language inference Hebrew premise-hypothesis pairs HebNLI (HebArabNlpProject/HebNLI)
Named entity recognition Hebrew text + entity tags Dicta NER datasets, historical NNLP-IL releases
Morphological analysis Hebrew text + morph tags Dicta morph datasets
Diacritization (nikud) Unvocalized + vocalized Hebrew Dicta nikud datasets
Paraphrase detection Hebrew text pairs NNLP-IL Hebrew paraphrase dataset (9,750 pairs)
Summarization Hebrew article + summary biunlp/HeSum (10K article-summary pairs from Hebrew news, BIU NLP), HebArabNlpProject/HebSummaries
General knowledge benchmarking MCQ + answers HEBREW-MMLU (Hebrew-translated MMLU subset; verify the active HF mirror, multiple community translations exist)
Hebrew-English translation Parallel corpora NeuLabs-TedTalks, OPUS Hebrew subsets
Yiddish ASR Yiddish audio + transcripts ivrit.ai Yiddish models (yi-whisper) and crowd datasets
Yiddish text Yiddish corpora ivrit.ai crowd-whatsapp-yi, crowd-recital-yi

Read the full file on GitHub · 327 lines

Files

What ships with it

11 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago Changed · +39 lines 5bd3c7c93502
  2. 8d ago First seen · 288 lines · 217 tokens per session scan A b754615ac32a

Subscribe to this mod's changes

hebrew-ml-datasets-navigator is a skill published in the GitHub repository skills-il/developer-tools (10 stars, last pushed 6d ago), licensed MIT. It adds 217 tokens to every session and 7,709 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. It is 95% identical to hebrew-ml-datasets-navigator, differing in 171 lines, and is treated as a copy.

Related

Other skills, from other repositories

agent-platform-rag-engine-management

Manage and query Agent Platform RAG Engine Corpora and retrieve grounded contexts using the Google GenAI SDK. Use when listing RAG corpora or files, inspecting a corpus, retrieving contexts, or generating content grounded in a RAG corpus. Do not use for standard database queries (use SQL/Spanner skills), Google…

google/skills · 85 tokens

agent-platform-model-registry

Agent Platform Model Registry Management. Use when you need to upload, list, describe, update, or delete machine learning models (and their versions) in the Agent Platform Model Registry. Don't use for model training, model deployment to endpoints, or managing non-Agent Platform models.

google/skills · 60 tokens

foundry-config-setup

Resolve missing setup caused by a hardcoded Foundry project endpoint or model in a sample. Use when a sample fails because it uses a placeholder/hardcoded projectendpoint (for example "https://your-project.services.ai.azure.com") or a hardcoded model instead of reading them from the environment.

microsoft/agent-framework · 65 tokens

google-cloud-solution-agentic-analytics-spark-knowledge-catalog

Discovers requirements and generates guidance to design and deploy a governed, secure agentic-analytics solution for data that's distributed across Google Cloud, other cloud providers, or on-premises. Data that's outside Google Cloud (such as data from Databricks, Snowflake, Salesforce, SAP, or Oracle systems) is…

google/skills · 138 tokens

training-check

Interactively monitor training metrics from the current Codex session, periodically checking WandB or fallback logs for NaN, divergence, plateaus, and broken runs.

wanshuiyin/Auto-claude-code-research-in-sleep · 35 tokens

nemo-automodel-launcher-config

Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.

NVIDIA/skills · 30 tokens