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