Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Examples

This directory is the example index for SLAI T-Rex.

The current runnable example lives inside the SFT data construction package:

../sft_data_construction/examples/configs/demo.yaml
../sft_data_construction/examples/seeds/small_seed.jsonl

Run it without calling an LLM:

cd SLAI-T-Rex/sft_data_construction
python3 -m or_data_distill run \
  --config examples/configs/demo.yaml \
  --dry-run

Future examples should connect the full public workflow:

public OR seed subset
  -> SFT data distillation dry-run
  -> real OpenAI-compatible generation
  -> SFT JSONL validation
  -> MindSpeed data conversion
  -> SFT launcher configuration
  -> HF export and evaluation manifest

Large checkpoints, private cluster configs, solver licenses, and production evaluation data should stay outside this repository.