ireneisdoomed commited on
Commit
3b63e53
1 Parent(s): 9d8ece5

Upload BertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +65 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "./stop_reasons_classificator_multilabel_pt",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "Another_Study",
14
+ "1": "Business_Administrative",
15
+ "2": "Covid19",
16
+ "3": "Endpoint_Met",
17
+ "4": "Ethical_Reason",
18
+ "5": "Insufficient_Data",
19
+ "6": "Insufficient_Enrollment",
20
+ "7": "Interim_Analysis",
21
+ "8": "Invalid_Reason",
22
+ "9": "Logistics_Resources",
23
+ "10": "Negative",
24
+ "11": "No_Context",
25
+ "12": "Regulatory",
26
+ "13": "Safety_Sideeffects",
27
+ "14": "Study_Design",
28
+ "15": "Study_Staff_Moved",
29
+ "16": "Success"
30
+ },
31
+ "initializer_range": 0.02,
32
+ "intermediate_size": 3072,
33
+ "label2id": {
34
+ "Another_Study": 0,
35
+ "Business_Administrative": 1,
36
+ "Covid19": 2,
37
+ "Endpoint_Met": 3,
38
+ "Ethical_Reason": 4,
39
+ "Insufficient_Data": 5,
40
+ "Insufficient_Enrollment": 6,
41
+ "Interim_Analysis": 7,
42
+ "Invalid_Reason": 8,
43
+ "Logistics_Resources": 9,
44
+ "Negative": 10,
45
+ "No_Context": 11,
46
+ "Regulatory": 12,
47
+ "Safety_Sideeffects": 13,
48
+ "Study_Design": 14,
49
+ "Study_Staff_Moved": 15,
50
+ "Success": 16
51
+ },
52
+ "layer_norm_eps": 1e-12,
53
+ "max_position_embeddings": 512,
54
+ "model_type": "bert",
55
+ "num_attention_heads": 12,
56
+ "num_hidden_layers": 12,
57
+ "pad_token_id": 0,
58
+ "position_embedding_type": "absolute",
59
+ "problem_type": "multi_label_classification",
60
+ "torch_dtype": "float32",
61
+ "transformers_version": "4.26.0",
62
+ "type_vocab_size": 2,
63
+ "use_cache": true,
64
+ "vocab_size": 30522
65
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9de3b0d9b6b19d41da4096e4c6e4abce2ce3b8a85ab6161629a1ac4758e0257
3
+ size 438049453