simant commited on
Commit
1d4a637
1 Parent(s): 0e34ce3

Upload RobertaForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +126 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "roberta-base",
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": "agriculture",
15
+ "1": "biotechnology",
16
+ "2": "business software services",
17
+ "3": "communications technology",
18
+ "4": "construction / development",
19
+ "5": "consumer electronics",
20
+ "6": "consumer goods",
21
+ "7": "consumer software services",
22
+ "8": "content creation",
23
+ "9": "cybersecurity",
24
+ "10": "education",
25
+ "11": "energy / sustainability / natural resources",
26
+ "12": "enterprise cloud infrastructure",
27
+ "13": "fashion / apparel",
28
+ "14": "financial / insurance services",
29
+ "15": "future of work",
30
+ "16": "gaming",
31
+ "17": "gig / freelance economy",
32
+ "18": "health / wellness",
33
+ "19": "industry automation",
34
+ "20": "it consulting",
35
+ "21": "logistics / supply chain",
36
+ "22": "management consulting",
37
+ "23": "materials / chemical manufacturing",
38
+ "24": "media / news / entertainment",
39
+ "25": "metals / resources mining",
40
+ "26": "microprocessing / computing",
41
+ "27": "military / defense",
42
+ "28": "non-profit",
43
+ "29": "oss",
44
+ "30": "productivity / collaboration",
45
+ "31": "public relations consulting",
46
+ "32": "real estate / property",
47
+ "33": "regulated products",
48
+ "34": "regulatory / compliance / legal",
49
+ "35": "relationship / dating",
50
+ "36": "restaurant / food / beverage",
51
+ "37": "robotics / equipment",
52
+ "38": "sales / ads / marketing / bd",
53
+ "39": "social / civic / gov tech",
54
+ "40": "software / hardware monitoring tools",
55
+ "41": "space / satellite / aerial",
56
+ "42": "sports",
57
+ "43": "staffing / recruiting / hr",
58
+ "44": "transportation / mobility",
59
+ "45": "travel / lifestyle / leisure",
60
+ "46": "venture capital / private equity"
61
+ },
62
+ "initializer_range": 0.02,
63
+ "intermediate_size": 3072,
64
+ "label2id": {
65
+ "agriculture": 0,
66
+ "biotechnology": 1,
67
+ "business software services": 2,
68
+ "communications technology": 3,
69
+ "construction / development": 4,
70
+ "consumer electronics": 5,
71
+ "consumer goods": 6,
72
+ "consumer software services": 7,
73
+ "content creation": 8,
74
+ "cybersecurity": 9,
75
+ "education": 10,
76
+ "energy / sustainability / natural resources": 11,
77
+ "enterprise cloud infrastructure": 12,
78
+ "fashion / apparel": 13,
79
+ "financial / insurance services": 14,
80
+ "future of work": 15,
81
+ "gaming": 16,
82
+ "gig / freelance economy": 17,
83
+ "health / wellness": 18,
84
+ "industry automation": 19,
85
+ "it consulting": 20,
86
+ "logistics / supply chain": 21,
87
+ "management consulting": 22,
88
+ "materials / chemical manufacturing": 23,
89
+ "media / news / entertainment": 24,
90
+ "metals / resources mining": 25,
91
+ "microprocessing / computing": 26,
92
+ "military / defense": 27,
93
+ "non-profit": 28,
94
+ "oss": 29,
95
+ "productivity / collaboration": 30,
96
+ "public relations consulting": 31,
97
+ "real estate / property": 32,
98
+ "regulated products": 33,
99
+ "regulatory / compliance / legal": 34,
100
+ "relationship / dating": 35,
101
+ "restaurant / food / beverage": 36,
102
+ "robotics / equipment": 37,
103
+ "sales / ads / marketing / bd": 38,
104
+ "social / civic / gov tech": 39,
105
+ "software / hardware monitoring tools": 40,
106
+ "space / satellite / aerial": 41,
107
+ "sports": 42,
108
+ "staffing / recruiting / hr": 43,
109
+ "transportation / mobility": 44,
110
+ "travel / lifestyle / leisure": 45,
111
+ "venture capital / private equity": 46
112
+ },
113
+ "layer_norm_eps": 1e-05,
114
+ "max_position_embeddings": 514,
115
+ "model_type": "roberta",
116
+ "num_attention_heads": 12,
117
+ "num_hidden_layers": 12,
118
+ "pad_token_id": 1,
119
+ "position_embedding_type": "absolute",
120
+ "problem_type": "multi_label_classification",
121
+ "torch_dtype": "float32",
122
+ "transformers_version": "4.26.0",
123
+ "type_vocab_size": 1,
124
+ "use_cache": true,
125
+ "vocab_size": 50265
126
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49fe8ef8502bb11746f2b1147e67a3dbcb695d22f7e7c2ef25613f3a5322326a
3
+ size 498800501