gbert-base-germandpr-reranking / processor_config.json
julianrisch's picture
First version of the gbert-base-germandpr-reranking model and tokenizer.
e3dcd48
raw
history blame
644 Bytes
{"baskets": [], "data_dir": "../data/ranker", "delimiter": "\t", "dev_filename": "GermanDPR_test.csv", "dev_split": 0.1, "header": 0, "max_samples": null, "max_seq_len": 512, "proxies": null, "quote_char": "'", "skiprows": null, "tasks": {"text_classification": {"label_list": ["0", "1"], "metric": "f1_macro", "label_tensor_name": "text_classification_label_ids", "label_name": "text_classification_label", "label_column_name": "label", "text_column_name": "text", "task_type": "classification"}}, "test_filename": null, "train_filename": "GermanDPR_train.csv", "tokenizer": "BertTokenizerFast", "processor": "TextPairClassificationProcessor"}