File size: 781 Bytes
804c12f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
datasets:
- dataset_path: "AlekseyKorshuk/gpteacher-instruct-chatml"
output_dataset_path: "AlekseyKorshuk/tiny-example-chatml"
verbose: False
instruction_config:
cleaners:
filters:
check_word_number:
args:
min_word_threshold: 2
max_word_threshold: 9999999
deduplication:
do_deduplication: True
minhash_config:
ngram_size: 5
num_perm: 256
threshold: 0.7
min_ngram_size: 5
response_config:
cleaners:
fix_utf8_encoding: true
filters:
check_word_number:
args:
min_word_threshold: 10
max_word_threshold: 9999999
check_ethics:
deduplication:
do_deduplication: True
minhash_config:
ngram_size: 5
num_perm: 256
threshold: 0.7
min_ngram_size: 5
|