scaredmeow commited on
Commit
9510916
·
1 Parent(s): 113eb56

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "scaredmeow/xlnet-tagalog-base",
3
  "architectures": [
4
  "XLNetForSequenceClassification"
5
  ],
@@ -14,7 +14,15 @@
14
  "end_n_top": 5,
15
  "eos_token_id": 2,
16
  "ff_activation": "gelu",
 
 
 
 
17
  "initializer_range": 0.02,
 
 
 
 
18
  "layer_norm_eps": 1e-12,
19
  "mem_len": null,
20
  "model_type": "xlnet",
@@ -36,7 +44,7 @@
36
  }
37
  },
38
  "torch_dtype": "float32",
39
- "transformers_version": "4.29.2",
40
  "untie_r": true,
41
  "use_mems_eval": true,
42
  "use_mems_train": false,
 
1
  {
2
+ "_name_or_path": "scaredmeow/xlnet-tagalog-sentiment",
3
  "architectures": [
4
  "XLNetForSequenceClassification"
5
  ],
 
14
  "end_n_top": 5,
15
  "eos_token_id": 2,
16
  "ff_activation": "gelu",
17
+ "id2label": {
18
+ "negative": 0,
19
+ "positive": 1
20
+ },
21
  "initializer_range": 0.02,
22
+ "label2id": {
23
+ "0": "negative",
24
+ "1": "positive"
25
+ },
26
  "layer_norm_eps": 1e-12,
27
  "mem_len": null,
28
  "model_type": "xlnet",
 
44
  }
45
  },
46
  "torch_dtype": "float32",
47
+ "transformers_version": "4.29.1",
48
  "untie_r": true,
49
  "use_mems_eval": true,
50
  "use_mems_train": false,