ireneisdoomed commited on
Commit
7545ad9
1 Parent(s): eb5488f

Model save

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
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:e4e244febf44df34dae9a626fa6c6c1749287a0a6ba72e8c9c05c2a6ef6b90b1
3
+ size 438154985
runs/Feb09_11-06-41_il-stop-reasons-m/1675940808.3412578/events.out.tfevents.1675940808.il-stop-reasons-m.13026.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57b5e6a0ca0b888331e3f3cc7404474125b4b8c7f88d3ab0737b80dfce38f612
3
+ size 5754
runs/Feb09_11-06-41_il-stop-reasons-m/events.out.tfevents.1675940808.il-stop-reasons-m.13026.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7188c51b667144a61f16a9a43f7b83dd49c4723d15c5949e8c642a3f44f608aa
3
+ size 8416
runs/Feb09_11-06-41_il-stop-reasons-m/events.out.tfevents.1675944277.il-stop-reasons-m.13026.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f448200b28be5126978dafd5336424961e1f56d01b80cd7dcf90339fa241d7a
3
+ size 474
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "bert-base-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "BertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cd26ea99247c8a250df21cdc0c0833efc84a49a555bac57eb1a822ba0907db2
3
+ size 3567
vocab.txt ADDED
The diff for this file is too large to render. See raw diff