refringence commited on
Commit
c7609d2
1 Parent(s): 2e6bc4e

Upload 12 files

Browse files
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForMaskedLM"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "initializer_range": 0.02,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "distilbert",
14
+ "n_heads": 12,
15
+ "n_layers": 6,
16
+ "pad_token_id": 0,
17
+ "qa_dropout": 0.1,
18
+ "seq_classif_dropout": 0.2,
19
+ "sinusoidal_pos_embds": false,
20
+ "tie_weights_": true,
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.24.0",
23
+ "vocab_size": 30522
24
+ }
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a92384149e3b3db84cc68a2ecb8bee5473fc5edf6fcfa7f6ecf7e442ad9de25
3
+ size 535945733
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd72e589d53b20d06c8bb9c8f9d21b9566daae3753c01f3a7c71ae36e17bac6e
3
+ size 267978033
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb89f514aa45eba5ac1c32d4c9c7d6fd0853985a8150bb976770d61706d6f2b6
3
+ size 14575
scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd2de9749828adacdf103bf6e9592702bb7067a2c1df27dd62ab38c1eb8c070f
3
+ size 557
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e97b16eeb19dcb7344a37e3169ae38c1e934c53295d4964f1c9fc1ddcc0b430e
3
+ size 627
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": "distilbert-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": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
trainer_state.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 4.9504950495049505,
5
+ "global_step": 2000,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 1.0,
12
+ "learning_rate": 1.6674917491749177e-05,
13
+ "loss": 1.9722,
14
+ "step": 403
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_loss": 2.093264102935791,
19
+ "eval_runtime": 1.5252,
20
+ "eval_samples_per_second": 1433.916,
21
+ "eval_steps_per_second": 45.24,
22
+ "step": 404
23
+ },
24
+ {
25
+ "epoch": 2.0,
26
+ "learning_rate": 1.3349834983498351e-05,
27
+ "loss": 1.9372,
28
+ "step": 806
29
+ },
30
+ {
31
+ "epoch": 2.0,
32
+ "eval_loss": 1.9881993532180786,
33
+ "eval_runtime": 1.5777,
34
+ "eval_samples_per_second": 1386.229,
35
+ "eval_steps_per_second": 43.736,
36
+ "step": 808
37
+ },
38
+ {
39
+ "epoch": 2.99,
40
+ "learning_rate": 1.0024752475247525e-05,
41
+ "loss": 1.9278,
42
+ "step": 1209
43
+ },
44
+ {
45
+ "epoch": 3.0,
46
+ "eval_loss": 2.013523578643799,
47
+ "eval_runtime": 1.6453,
48
+ "eval_samples_per_second": 1329.222,
49
+ "eval_steps_per_second": 41.937,
50
+ "step": 1212
51
+ },
52
+ {
53
+ "epoch": 3.99,
54
+ "learning_rate": 6.6996699669967e-06,
55
+ "loss": 1.9295,
56
+ "step": 1612
57
+ },
58
+ {
59
+ "epoch": 4.0,
60
+ "eval_loss": 1.9506467580795288,
61
+ "eval_runtime": 1.7203,
62
+ "eval_samples_per_second": 1271.257,
63
+ "eval_steps_per_second": 40.108,
64
+ "step": 1616
65
+ }
66
+ ],
67
+ "max_steps": 2424,
68
+ "num_train_epochs": 6,
69
+ "total_flos": 2119255202506752.0,
70
+ "trial_name": null,
71
+ "trial_params": null
72
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba7efc5c7798f11c5249802c91663242723545f1f56670d2df1d1a3fdb1a40f1
3
+ size 3451
vocab.txt ADDED
The diff for this file is too large to render. See raw diff