Spaces:
Runtime error
Runtime error
cta2106
commited on
Commit
·
3af67f9
1
Parent(s):
d09b238
changed model
Browse files- model/config.json +18 -18
- 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 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
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": "
|
31 |
-
"1": "
|
32 |
-
"2": "
|
33 |
},
|
34 |
"ignore_attention_mask": false,
|
35 |
"initializer_range": 0.02,
|
36 |
"intermediate_size": 3072,
|
37 |
"label2id": {
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
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:
|
3 |
size 594740127
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d19fffe131eb811307550eebede8e65ba4a0b4d54842c32d2b88a647cba4761d
|
3 |
size 594740127
|