ar4min commited on
Commit
f1c5096
·
verified ·
1 Parent(s): d61d770

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -1
config.json CHANGED
@@ -23,5 +23,14 @@
23
  "transformers_version": "4.47.1",
24
  "type_vocab_size": 2,
25
  "use_cache": true,
26
- "vocab_size": 30522
 
 
 
 
 
 
 
 
 
27
  }
 
23
  "transformers_version": "4.47.1",
24
  "type_vocab_size": 2,
25
  "use_cache": true,
26
+ "vocab_size": 30522,
27
+ "pipeline_tag": "text-classification",
28
+ "task_specific_params": {
29
+ "text-classification": {
30
+ "label_map": {
31
+ "0": "not_spam",
32
+ "1": "spam"
33
+ }
34
+ }
35
+ }
36
  }