BaranKanat commited on
Commit
e89e414
·
verified ·
1 Parent(s): 7382368

update config.json

Browse files

Added 'pipeline_tag' property.

Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -16,6 +16,7 @@
16
  "num_attention_heads": 12,
17
  "num_hidden_layers": 12,
18
  "pad_token_id": 0,
 
19
  "position_embedding_type": "absolute",
20
  "problem_type": "single_label_classification",
21
  "torch_dtype": "float32",
 
16
  "num_attention_heads": 12,
17
  "num_hidden_layers": 12,
18
  "pad_token_id": 0,
19
+ "pipeline_tag": "text-classification",
20
  "position_embedding_type": "absolute",
21
  "problem_type": "single_label_classification",
22
  "torch_dtype": "float32",