Ubuntu commited on
Commit
88206cb
·
1 Parent(s): 96630dd

initial upload

Browse files
all_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_accuracy": 0.8848039215686274,
4
+ "eval_combined_score": 0.9011014335435404,
5
+ "eval_f1": 0.9173989455184535,
6
+ "eval_loss": 0.4580722749233246,
7
+ "eval_runtime": 2.0546,
8
+ "eval_samples": 408,
9
+ "eval_samples_per_second": 198.576,
10
+ "eval_steps_per_second": 3.407,
11
+ "train_loss": 0.18052961349487304,
12
+ "train_runtime": 194.9276,
13
+ "train_samples": 3668,
14
+ "train_samples_per_second": 188.172,
15
+ "train_steps_per_second": 1.026
16
+ }
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "google/electra-large-discriminator",
3
+ "architectures": [
4
+ "ElectraForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "embedding_size": 1024,
8
+ "finetuning_task": "mrpc",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 4096,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "electra",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 24,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "summary_activation": "gelu",
23
+ "summary_last_dropout": 0.1,
24
+ "summary_type": "first",
25
+ "summary_use_proj": true,
26
+ "transformers_version": "4.7.0.dev0",
27
+ "type_vocab_size": 2,
28
+ "vocab_size": 30522
29
+ }
eval_results.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_accuracy": 0.8848039215686274,
4
+ "eval_combined_score": 0.9011014335435404,
5
+ "eval_f1": 0.9173989455184535,
6
+ "eval_loss": 0.4580722749233246,
7
+ "eval_runtime": 2.0546,
8
+ "eval_samples": 408,
9
+ "eval_samples_per_second": 198.576,
10
+ "eval_steps_per_second": 3.407
11
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54235e455307fb44b7fe30e56696d602f1789aa09e74fc7ca9f279385914c8d9
3
+ size 1340745304
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-large-discriminator"}
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "train_loss": 0.18052961349487304,
4
+ "train_runtime": 194.9276,
5
+ "train_samples": 3668,
6
+ "train_samples_per_second": 188.172,
7
+ "train_steps_per_second": 1.026
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 10.0,
5
+ "global_step": 200,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 10.0,
12
+ "step": 200,
13
+ "total_flos": 9441085168005120.0,
14
+ "train_loss": 0.18052961349487304,
15
+ "train_runtime": 194.9276,
16
+ "train_samples_per_second": 188.172,
17
+ "train_steps_per_second": 1.026
18
+ }
19
+ ],
20
+ "max_steps": 200,
21
+ "num_train_epochs": 10,
22
+ "total_flos": 9441085168005120.0,
23
+ "trial_name": null,
24
+ "trial_params": null
25
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2fbf90d948f4e352af1259facff9c51b8b11a86188728994905e2ce373f958b
3
+ size 2479
vocab.txt ADDED
The diff for this file is too large to render. See raw diff