Eric22333 commited on
Commit
4a2d4fe
·
verified ·
1 Parent(s): 8d61b48

Upload config

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "id2label": {
4
+ "0": "FOXNEWS",
5
+ "1": "NBC"
6
+ },
7
+ "label2id": {
8
+ "FOXNEWS": 0,
9
+ "NBC": 1
10
+ },
11
+ "model_type": "ensemble",
12
+ "transformers_version": "4.46.2"
13
+ }