AshtonIsNotHere commited on
Commit
0365ee1
1 Parent(s): 5516e98

Upload BertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +47 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "./",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "finetuning_task": "text-classification",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "Aggregate",
14
+ "1": "Cohort Study or Clinical Trial",
15
+ "2": "Has Comparator Group",
16
+ "3": "Has Human Subjects",
17
+ "4": "Has Population Size",
18
+ "5": "Has Quantitative Outcome Measure",
19
+ "6": "Has Study Drug(s)",
20
+ "7": "Has Target Disease"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "Aggregate": 0,
26
+ "Cohort Study or Clinical Trial": 1,
27
+ "Has Comparator Group": 2,
28
+ "Has Human Subjects": 3,
29
+ "Has Population Size": 4,
30
+ "Has Quantitative Outcome Measure": 5,
31
+ "Has Study Drug(s)": 6,
32
+ "Has Target Disease": 7
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "max_position_embeddings": 512,
36
+ "model_type": "bert",
37
+ "num_attention_heads": 12,
38
+ "num_hidden_layers": 12,
39
+ "pad_token_id": 0,
40
+ "position_embedding_type": "absolute",
41
+ "problem_type": "multi_label_classification",
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.34.0",
44
+ "type_vocab_size": 2,
45
+ "use_cache": true,
46
+ "vocab_size": 28996
47
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a56839e23de26d4deda28df5d6c8d81746ec458fc795e196b1b2e85a1a166210
3
+ size 433331249