Ubuntu commited on
Commit
a39a3e5
1 Parent(s): 915dc1a

initial update

Browse files
all_results.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 7.0,
3
+ "eval_combined_score": 0.9032626125657692,
4
+ "eval_loss": 0.4479755759239197,
5
+ "eval_mem_cpu_alloc_delta": 4677632,
6
+ "eval_mem_cpu_peaked_delta": 0,
7
+ "eval_mem_gpu_alloc_delta": 0,
8
+ "eval_mem_gpu_peaked_delta": 34652672,
9
+ "eval_pearson": 0.9040208006147256,
10
+ "eval_runtime": 10.926,
11
+ "eval_samples": 1500,
12
+ "eval_samples_per_second": 137.287,
13
+ "eval_spearmanr": 0.9025044245168129,
14
+ "init_mem_cpu_alloc_delta": 3210498048,
15
+ "init_mem_cpu_peaked_delta": 319852544,
16
+ "init_mem_gpu_alloc_delta": 439069184,
17
+ "init_mem_gpu_peaked_delta": 0,
18
+ "train_mem_cpu_alloc_delta": 86511616,
19
+ "train_mem_cpu_peaked_delta": 187301888,
20
+ "train_mem_gpu_alloc_delta": 1378340352,
21
+ "train_mem_gpu_peaked_delta": 3560736768,
22
+ "train_runtime": 851.9812,
23
+ "train_samples": 5749,
24
+ "train_samples_per_second": 1.479
25
+ }
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/electra-base-discriminator",
3
+ "architectures": [
4
+ "ElectraForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "embedding_size": 768,
8
+ "finetuning_task": "stsb",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "LABEL_0"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "label2id": {
18
+ "LABEL_0": 0
19
+ },
20
+ "layer_norm_eps": 1e-12,
21
+ "max_position_embeddings": 512,
22
+ "model_type": "electra",
23
+ "num_attention_heads": 12,
24
+ "num_hidden_layers": 12,
25
+ "pad_token_id": 0,
26
+ "position_embedding_type": "absolute",
27
+ "summary_activation": "gelu",
28
+ "summary_last_dropout": 0.1,
29
+ "summary_type": "first",
30
+ "summary_use_proj": true,
31
+ "transformers_version": "4.6.0.dev0",
32
+ "type_vocab_size": 2,
33
+ "vocab_size": 30522
34
+ }
eval_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 7.0,
3
+ "eval_combined_score": 0.9032626125657692,
4
+ "eval_loss": 0.4479755759239197,
5
+ "eval_mem_cpu_alloc_delta": 4677632,
6
+ "eval_mem_cpu_peaked_delta": 0,
7
+ "eval_mem_gpu_alloc_delta": 0,
8
+ "eval_mem_gpu_peaked_delta": 34652672,
9
+ "eval_pearson": 0.9040208006147256,
10
+ "eval_runtime": 10.926,
11
+ "eval_samples": 1500,
12
+ "eval_samples_per_second": 137.287,
13
+ "eval_spearmanr": 0.9025044245168129
14
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7d6b7312e51a01be1522e1e54bd16a54b92060f5157974ab399115ab739a475
3
+ size 438020562
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, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "google/electra-base-discriminator"}
train_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 7.0,
3
+ "init_mem_cpu_alloc_delta": 3210498048,
4
+ "init_mem_cpu_peaked_delta": 319852544,
5
+ "init_mem_gpu_alloc_delta": 439069184,
6
+ "init_mem_gpu_peaked_delta": 0,
7
+ "train_mem_cpu_alloc_delta": 86511616,
8
+ "train_mem_cpu_peaked_delta": 187301888,
9
+ "train_mem_gpu_alloc_delta": 1378340352,
10
+ "train_mem_gpu_peaked_delta": 3560736768,
11
+ "train_runtime": 851.9812,
12
+ "train_samples": 5749,
13
+ "train_samples_per_second": 1.479
14
+ }
trainer_state.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 7.0,
5
+ "global_step": 1260,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 2.78,
12
+ "learning_rate": 1.2063492063492064e-05,
13
+ "loss": 0.7453,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 5.56,
18
+ "learning_rate": 4.126984126984127e-06,
19
+ "loss": 0.1724,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 7.0,
24
+ "step": 1260,
25
+ "total_flos": 3383750193551616.0,
26
+ "train_runtime": 851.9812,
27
+ "train_samples_per_second": 1.479
28
+ }
29
+ ],
30
+ "max_steps": 1260,
31
+ "num_train_epochs": 7,
32
+ "total_flos": 3383750193551616.0,
33
+ "trial_name": null,
34
+ "trial_params": null
35
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f7f48622be806e85e1a11e455cb41674d7cabec8609077f25629be2c2b78cd4
3
+ size 2415
vocab.txt ADDED
The diff for this file is too large to render. See raw diff