hugo commited on
Commit
b353f74
·
1 Parent(s): f439826

Initial commit

Browse files
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "nreimers/MiniLM-L6-H384-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": 384,
12
+ "id2label": {
13
+ "0": "LABEL_0"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 1536,
17
+ "label2id": {
18
+ "LABEL_0": 0
19
+ },
20
+ "layer_norm_eps": 1e-12,
21
+ "max_position_embeddings": 512,
22
+ "model_type": "bert",
23
+ "num_attention_heads": 12,
24
+ "num_hidden_layers": 6,
25
+ "pad_token_id": 0,
26
+ "position_embedding_type": "absolute",
27
+ "problem_type": "multi_label_classification",
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.12.5",
30
+ "type_vocab_size": 2,
31
+ "use_cache": true,
32
+ "vocab_size": 30522
33
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b2ce84455e4e8721d3c8a52d74342cbfaf1c9c9e96c19bf81489c4bcabbee41
3
+ size 181769565
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60ef9732b07aa2daac8f5fa845a12e00dca16a491a34aac61a988a22d0570e23
3
+ size 90899885
results.csv ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ step,epoch,msmarco_mrr
2
+ 20000.0,0.0,0.3343
3
+ 40000.0,0.0,0.3589
4
+ 60000.0,0.0,0.3612
5
+ 80000.0,0.0,0.3663
6
+ 100000.0,0.0,0.3803
7
+ 120000.0,0.0,0.3505
8
+ 140000.0,0.0,0.3513
9
+ 160000.0,0.0,0.3818
10
+ 180000.0,0.0,0.3902
11
+ 200000.0,0.0,0.3932
12
+ 220000.0,0.0,0.3928
13
+ 240000.0,0.0,0.4007
14
+ 260000.0,0.0,0.3835
15
+ 280000.0,0.0,0.4024
16
+ 300000.0,0.0,0.3744
17
+ 320000.0,0.0,0.3941
18
+ 340000.0,0.0,0.362
19
+ 360000.0,0.0,0.4083
20
+ 380000.0,0.0,0.4108
21
+ 400000.0,0.0,0.4091
22
+ 420000.0,0.0,0.406
23
+ 440000.0,0.0,0.3607
24
+ 460000.0,0.0,0.4147
25
+ 480000.0,0.0,0.3961
26
+ 500000.0,0.0,0.4119
27
+ 520000.0,0.0,0.4065
28
+ 540000.0,0.0,0.4009
29
+ 560000.0,0.0,0.4148
30
+ 580000.0,0.0,0.3864
31
+ 600000.0,0.0,0.4176
32
+ 620000.0,0.0,0.3552
33
+ 640000.0,0.0,0.43
34
+ 660000.0,0.0,0.417
35
+ 680000.0,0.0,0.4027
36
+ 700000.0,0.0,0.4168
37
+ 720000.0,0.0,0.4219
38
+ 740000.0,0.0,0.4015
39
+ 760000.0,0.0,0.43
40
+ 780000.0,0.0,0.4025
41
+ 800000.0,0.0,0.4162
42
+ 820000.0,0.0,0.405
43
+ 840000.0,0.0,0.4334
44
+ 860000.0,0.0,0.4043
45
+ 880000.0,0.0,0.4183
46
+ 900000.0,0.0,0.4017
47
+ 920000.0,0.0,0.3992
48
+ 940000.0,0.0,0.3576
49
+ 960000.0,0.0,0.3534
50
+ 980000.0,0.0,0.3482
51
+ 1000000.0,0.0,0.3533
52
+ 1020000.0,0.0,0.3513
53
+ 1040000.0,0.0,0.3542
54
+ 1060000.0,0.0,0.3496
55
+ 1080000.0,0.0,0.342
56
+ 1100000.0,0.0,0.3594
57
+ 1120000.0,0.0,0.3638
58
+ 1140000.0,0.0,0.361
59
+ 1160000.0,0.0,0.3554
60
+ 1180000.0,0.0,0.3591
61
+ 1200000.0,0.0,0.3559
62
+ 1220000.0,0.0,0.362
63
+ 1240000.0,0.0,0.3483
64
+ 1260000.0,0.0,0.3634
65
+ 1280000.0,0.0,0.3663
66
+ 1300000.0,0.0,0.3663
67
+ 1320000.0,0.0,0.3545
68
+ 1340000.0,0.0,0.3667
69
+ 1360000.0,0.0,0.3651
70
+ 1380000.0,0.0,0.3612
71
+ 1400000.0,0.0,0.3517
72
+ 1420000.0,0.0,0.3475
73
+ 1440000.0,0.0,0.3586
74
+ 1460000.0,0.0,0.3554
75
+ 1480000.0,0.0,0.3727
76
+ 1500000.0,0.0,0.3589
77
+ 1520000.0,0.0,0.3625
78
+ 1540000.0,0.0,0.3605
79
+ 1560000.0,0.0,0.3614
80
+ 1580000.0,0.0,0.3561
81
+ 1600000.0,0.0,0.3706
82
+ 1620000.0,0.0,0.3712
83
+ 1640000.0,0.0,0.3642
84
+ 1660000.0,0.0,0.367
85
+ 1680000.0,0.0,0.3656
86
+ 1700000.0,0.0,0.366
87
+ 1720000.0,0.0,0.3629
88
+ 1740000.0,0.0,0.3598
89
+ 1760000.0,0.0,0.359
90
+ 1780000.0,0.0,0.3682
91
+ 1800000.0,0.0,0.3576
92
+ 1820000.0,0.0,0.3582
93
+ 1840000.0,0.0,0.3606
94
+ 1860000.0,0.0,0.3661
95
+ 1880000.0,0.0,0.3683
96
+ 1900000.0,0.0,0.3719
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ae2e81fe5f1cce6b87f1762074387cdd113fc577dfb60f9414a81c7ea678e21
3
+ size 14503
scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d0c4de2b1e6bc2da696cf1c76e67ba86d12224163d423c72075386ad5fa3fa3
3
+ size 559
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a49e747b2281834e244130392b4f48048503e0e3f5fc5e4a214695c0247787b
3
+ size 623
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "name_or_path": "nreimers/MiniLM-L6-H384-uncased", "do_basic_tokenize": true, "never_split": null, "model_max_length": 512, "special_tokens_map_file": "/home/azureuser/.cache/huggingface/transformers/4bab06d0845c01b218fc031866e62ccf55a15d3f649549f76c89e002ba24d5d9.dd8bd9bfd3664b530ea4e645105f557769387b3da9f79bdb55ed556bdd80611d", "tokenizer_class": "BertTokenizer"}
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2984fd492e9cd0d2e5912cea375f5e00f0215f172344a580468cf65488df8198
3
+ size 2927
vocab.txt ADDED
The diff for this file is too large to render. See raw diff