asahi417 commited on
Commit
4ed0bf7
1 Parent(s): 24647d3
Files changed (2) hide show
  1. config.json +76 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ckpt/roberta_base/best_model",
3
+ "adapters": {
4
+ "adapters": {},
5
+ "config_map": {},
6
+ "fusion_config_map": {},
7
+ "fusions": {}
8
+ },
9
+ "architectures": [
10
+ "RobertaForSequenceClassification"
11
+ ],
12
+ "attention_probs_dropout_prob": 0.1,
13
+ "bos_token_id": 0,
14
+ "classifier_dropout": null,
15
+ "eos_token_id": 2,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.1,
18
+ "hidden_size": 768,
19
+ "id2label": {
20
+ "0": "LABEL_0",
21
+ "1": "LABEL_1",
22
+ "2": "LABEL_2",
23
+ "3": "LABEL_3",
24
+ "4": "LABEL_4",
25
+ "5": "LABEL_5",
26
+ "6": "LABEL_6",
27
+ "7": "LABEL_7",
28
+ "8": "LABEL_8",
29
+ "9": "LABEL_9",
30
+ "10": "LABEL_10",
31
+ "11": "LABEL_11",
32
+ "12": "LABEL_12",
33
+ "13": "LABEL_13",
34
+ "14": "LABEL_14",
35
+ "15": "LABEL_15",
36
+ "16": "LABEL_16",
37
+ "17": "LABEL_17",
38
+ "18": "LABEL_18"
39
+ },
40
+ "initializer_range": 0.02,
41
+ "intermediate_size": 3072,
42
+ "label2id": {
43
+ "LABEL_0": 0,
44
+ "LABEL_1": 1,
45
+ "LABEL_10": 10,
46
+ "LABEL_11": 11,
47
+ "LABEL_12": 12,
48
+ "LABEL_13": 13,
49
+ "LABEL_14": 14,
50
+ "LABEL_15": 15,
51
+ "LABEL_16": 16,
52
+ "LABEL_17": 17,
53
+ "LABEL_18": 18,
54
+ "LABEL_2": 2,
55
+ "LABEL_3": 3,
56
+ "LABEL_4": 4,
57
+ "LABEL_5": 5,
58
+ "LABEL_6": 6,
59
+ "LABEL_7": 7,
60
+ "LABEL_8": 8,
61
+ "LABEL_9": 9
62
+ },
63
+ "layer_norm_eps": 1e-05,
64
+ "max_position_embeddings": 514,
65
+ "model_type": "roberta",
66
+ "num_attention_heads": 12,
67
+ "num_hidden_layers": 12,
68
+ "pad_token_id": 1,
69
+ "position_embedding_type": "absolute",
70
+ "problem_type": "multi_label_classification",
71
+ "torch_dtype": "float32",
72
+ "transformers_version": "4.12.5",
73
+ "type_vocab_size": 1,
74
+ "use_cache": true,
75
+ "vocab_size": 50265
76
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3708e03b97c1700458aaee3a944d422a7244a57eb94654898ac743661dad3ea2
3
+ size 498729965