Vldln commited on
Commit
221aa93
·
verified ·
1 Parent(s): e043f56

Upload BertForSequenceClassification

Browse files
Files changed (1) hide show
  1. config.json +5 -0
config.json CHANGED
@@ -32,6 +32,11 @@
32
  "pooler_type": "first_token_transform",
33
  "position_embedding_type": "absolute",
34
  "problem_type": "single_label_classification",
 
 
 
 
 
35
  "torch_dtype": "float32",
36
  "transformers_version": "4.51.3",
37
  "type_vocab_size": 2,
 
32
  "pooler_type": "first_token_transform",
33
  "position_embedding_type": "absolute",
34
  "problem_type": "single_label_classification",
35
+ "task_specific_params": {
36
+ "text-classification": {
37
+ "task_type": "text-classification"
38
+ }
39
+ },
40
  "torch_dtype": "float32",
41
  "transformers_version": "4.51.3",
42
  "type_vocab_size": 2,