cta2106 commited on
Commit
3af67f9
·
1 Parent(s): d09b238

changed model

Browse files
Files changed (2) hide show
  1. model/config.json +18 -18
  2. model/pytorch_model.bin +1 -1
model/config.json CHANGED
@@ -6,18 +6,18 @@
6
  "attention_mode": "longformer",
7
  "attention_probs_dropout_prob": 0.1,
8
  "attention_window": [
9
- 512,
10
- 512,
11
- 512,
12
- 512,
13
- 512,
14
- 512,
15
- 512,
16
- 512,
17
- 512,
18
- 512,
19
- 512,
20
- 512
21
  ],
22
  "bos_token_id": 0,
23
  "classifier_dropout": null,
@@ -27,17 +27,17 @@
27
  "hidden_dropout_prob": 0.1,
28
  "hidden_size": 768,
29
  "id2label": {
30
- "0": "Dovish",
31
- "1": "Neutral",
32
- "2": "Hawkish"
33
  },
34
  "ignore_attention_mask": false,
35
  "initializer_range": 0.02,
36
  "intermediate_size": 3072,
37
  "label2id": {
38
- "Dovish": 0,
39
- "Neutral": 1,
40
- "Hawkish": 2
41
  },
42
  "layer_norm_eps": 1e-05,
43
  "max_position_embeddings": 4098,
 
6
  "attention_mode": "longformer",
7
  "attention_probs_dropout_prob": 0.1,
8
  "attention_window": [
9
+ 1024,
10
+ 1024,
11
+ 1024,
12
+ 1024,
13
+ 1024,
14
+ 1024,
15
+ 1024,
16
+ 1024,
17
+ 1024,
18
+ 1024,
19
+ 1024,
20
+ 1024
21
  ],
22
  "bos_token_id": 0,
23
  "classifier_dropout": null,
 
27
  "hidden_dropout_prob": 0.1,
28
  "hidden_size": 768,
29
  "id2label": {
30
+ "0": "LABEL_0",
31
+ "1": "LABEL_1",
32
+ "2": "LABEL_2"
33
  },
34
  "ignore_attention_mask": false,
35
  "initializer_range": 0.02,
36
  "intermediate_size": 3072,
37
  "label2id": {
38
+ "LABEL_0": Dovish,
39
+ "LABEL_1": Neutral,
40
+ "LABEL_2": Hawkish
41
  },
42
  "layer_norm_eps": 1e-05,
43
  "max_position_embeddings": 4098,
model/pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:55292e34c451f8b8aaa78ff05a78ed38724e1a17bac261f2100e994b3e0774fa
3
  size 594740127
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d19fffe131eb811307550eebede8e65ba4a0b4d54842c32d2b88a647cba4761d
3
  size 594740127