Chen

Results 3 issues of Chen

If it is possible to provide a sorting interface that can sort contents by an offered comparing function ( func(kv1, kv2)) ?

version=v2.x
module=rollpair
reason=new_feature

Hi~, I try to train a GBDTMO model on a large multi-class dataset 'covtype'. The 'covtype' is from libsvm, this dataset contains 7 labels and 580000+ samples. As the figures...

In data.py, process_text2text_datasets ‘’‘python def process_text2text_datasets(raw_datasets, args, tokenizer, accelerator): task = task_dict[args.dataset_name] column_names = raw_datasets["train"].column_names def tokenize_function(examples): context = task.get_context(examples) target = task.get_target(examples) context = tokenizer(context) target = tokenizer(target) #...