Adel-Elgabry commited on
Commit
2d17cb5
·
verified ·
1 Parent(s): 2c5cee6

Upload config_for_hf_upload.json

Browse files
Files changed (1) hide show
  1. config_for_hf_upload.json +8 -0
config_for_hf_upload.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["RobertaForSequenceClassification"],
3
+ "model_type": "roberta",
4
+ "num_labels": 2,
5
+ "id2label": {"0": "Other", "1": "Target"},
6
+ "label2id": {"Other": 0, "Target": 1},
7
+ "finetuning_task": "text-classification"
8
+ }