File size: 470 Bytes
d0768a8
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
uv run python tools/preprocess_multiproc.py `
    --manifest datasets/FR_yodas_dataset/fr_yodas_train.jsonl `
    --output-dir fr_processed_data `
    --tokenizer checkpoints/bpe_multilingual.model `
    --config checkpoints/config_finetune.yaml `
    --gpt-checkpoint checkpoints/gpt_original.pth `
    --language fr `
    --device cuda `
    --batch-size 1 `
    --workers 1 `
    --num-processes 1 `
    --launch-delay 20 `
    --skip-existing `
    --val-ratio 0.01