Jean-Baptiste
commited on
Commit
•
8592cc4
1
Parent(s):
bde0985
add model
Browse files- config.json +51 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "O:\\DG_Aff_Jur_Secretariat\\D_Insp_Enquetes\\COMMUN_ENQUETES\\Ressources_UCE\\NLP\\models\\roberta-large-financial-news-topics-en",
|
3 |
+
"architectures": [
|
4 |
+
"RobertaForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 1024,
|
13 |
+
"id2label": {
|
14 |
+
"0": "acquisition",
|
15 |
+
"1": "other",
|
16 |
+
"2": "quaterly financial release",
|
17 |
+
"3": "appointment to new position",
|
18 |
+
"4": "dividend",
|
19 |
+
"5": "corporate update",
|
20 |
+
"6": "drillings results",
|
21 |
+
"7": "conference",
|
22 |
+
"8": "share repurchase program",
|
23 |
+
"9": "grant of stocks"
|
24 |
+
},
|
25 |
+
"initializer_range": 0.02,
|
26 |
+
"intermediate_size": 4096,
|
27 |
+
"label2id": {
|
28 |
+
"acquisition": 0,
|
29 |
+
"appointment to new position": 3,
|
30 |
+
"conference": 7,
|
31 |
+
"corporate update": 5,
|
32 |
+
"dividend": 4,
|
33 |
+
"drillings results": 6,
|
34 |
+
"grant of stocks": 9,
|
35 |
+
"other": 1,
|
36 |
+
"quaterly financial release": 2,
|
37 |
+
"share repurchase program": 8
|
38 |
+
},
|
39 |
+
"layer_norm_eps": 1e-05,
|
40 |
+
"max_position_embeddings": 514,
|
41 |
+
"model_type": "roberta",
|
42 |
+
"num_attention_heads": 16,
|
43 |
+
"num_hidden_layers": 24,
|
44 |
+
"pad_token_id": 1,
|
45 |
+
"position_embedding_type": "absolute",
|
46 |
+
"torch_dtype": "float32",
|
47 |
+
"transformers_version": "4.16.2",
|
48 |
+
"type_vocab_size": 1,
|
49 |
+
"use_cache": true,
|
50 |
+
"vocab_size": 50265
|
51 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28c2c27bf272ca69ee25b99af7ba50ae538dd38dee2c087054e005f86afceeec
|
3 |
+
size 1421638573
|