Make quality explicit.
Screen with domain-aware JEV rubrics. Keep, review, and reject decisions remain separate, with reports you can examine.
Rules first. Decisions visible.Turn the data you have into the model experiments you need. A clear, connected workflow for screening, training, and evaluation.
No account needed. The demo runs in your browser.
Less glue between tools.
More visibility into what goes into your model—and what comes out.
Screen with domain-aware JEV rubrics. Keep, review, and reject decisions remain separate, with reports you can examine.
Rules first. Decisions visible.Run local Hugging Face LoRA, or export training bundles for SFT and verl GRPO/PPO in your own compute environment.
Your models. Your infrastructure.Compare baseline and trained-model loss in the local workflow. Keep independent splits, run logs, and downloadable artifacts.
Evidence over assumed improvement.Start with a general, finance, or code rubric. Make your data standards part of the workflow, then review what the model will learn.
Explore domain screeningPrepare instruction-following and conversational datasets with explicit quality, privacy, and trainability checks.
{
"instruction": "Explain a concept clearly.",
"output": "A helpful, grounded explanation…"
}Apply the finance rubric to terminology and domain relevance. Retain human review for factual claims and source context.
{
"instruction": "Explain operating cash flow.",
"output": "Cash generated by core operations…"
}Use code-oriented screening to prepare programming examples. Evaluate code with task-specific tests; the shipped RL reward checks exact answers, not code execution.
{
"instruction": "Write a Python sum function.",
"output": "def add(a, b): return a + b"
}Use one curated dataset across SFT or reinforcement learning. Export one bundle, then choose 1, 2, 4, or 8 GPUs on your own training host.
Build a supervised fine-tuning bundle from your screened instruction or conversation data.
Prepare a verl-compatible bundle for group-relative policy optimization with verified targets and an exact-match reward.
Prepare data and launch configuration for a verl PPO workflow on your own training infrastructure.
verl jobs require your own Linux/NVIDIA training environment, compatible dependencies, and verified targets for the included exact-match reward. The public demo does not run LLM training.
Try the workflow in your browser. When you are ready, clone the project and run it with your own data and infrastructure.
No install, account, or API key needed.
Connect JEV and choose your model.
Review your bundle and dry-run the launcher.
# Clone the open-source workspace
git clone https://github.com/RenaGao/jev-dataops.git
cd jev-dataops
# Create an isolated Python environment
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
# Open http://127.0.0.1:8000
jev-dataops serveNo. The browser demo processes up to 1,000 rows or 2 MiB in the current tab using local rules and a byte-bigram model. It does not send records to JEV or a training service. Reloading clears its data and results.
On infrastructure you operate. The self-hosted workspace supports Hugging Face LoRA. Exported SFT and verl bundles are launched in a compatible training environment. This website is a static project site, not a hosted training service.
No. Held-out loss is one measurement, not a guarantee of task accuracy, factuality, safety, or production readiness. Keep task-specific evaluations and human review in your release process.
In the self-hosted workspace, JEV screening sends record content to your configured provider. Configure keys on your server and use data you have permission to share. Demo mode uses local rules without provider calls.