Upload RobertaForSequenceClassification
Browse files- config.json +50 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "roberta/",
|
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": 768,
|
13 |
+
"id2label": {
|
14 |
+
"0": "Acquisition",
|
15 |
+
"1": "Company_Invest",
|
16 |
+
"2": "Contract",
|
17 |
+
"3": "Government_Invest",
|
18 |
+
"4": "Market_Outlook",
|
19 |
+
"5": "New_Product",
|
20 |
+
"6": "Other",
|
21 |
+
"7": "Partnership",
|
22 |
+
"8": "Sell"
|
23 |
+
},
|
24 |
+
"initializer_range": 0.02,
|
25 |
+
"intermediate_size": 3072,
|
26 |
+
"label2id": {
|
27 |
+
"Acquisition": 0,
|
28 |
+
"Company_Invest": 1,
|
29 |
+
"Contract": 2,
|
30 |
+
"Government_Invest": 3,
|
31 |
+
"Market_Outlook": 4,
|
32 |
+
"New_Product": 5,
|
33 |
+
"Other": 6,
|
34 |
+
"Partnership": 7,
|
35 |
+
"Sell": 8
|
36 |
+
},
|
37 |
+
"layer_norm_eps": 1e-05,
|
38 |
+
"max_position_embeddings": 514,
|
39 |
+
"model_type": "roberta",
|
40 |
+
"num_attention_heads": 12,
|
41 |
+
"num_hidden_layers": 12,
|
42 |
+
"pad_token_id": 1,
|
43 |
+
"position_embedding_type": "absolute",
|
44 |
+
"problem_type": "single_label_classification",
|
45 |
+
"torch_dtype": "float32",
|
46 |
+
"transformers_version": "4.27.1",
|
47 |
+
"type_vocab_size": 1,
|
48 |
+
"use_cache": true,
|
49 |
+
"vocab_size": 50265
|
50 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b0594d706307f744e184aedee76db16514f425c0ceace4d68923cb578d7e50e
|
3 |
+
size 498680757
|