Ubuntu commited on
Commit
52a16bf
1 Parent(s): a2ddb1b

initial upload

Browse files
all_results.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_loss": 0.5664532780647278,
4
+ "eval_matthews_correlation": 0.6742727208813145,
5
+ "eval_runtime": 5.928,
6
+ "eval_samples": 1043,
7
+ "eval_samples_per_second": 175.945,
8
+ "eval_steps_per_second": 2.868,
9
+ "train_loss": 0.13264617919921876,
10
+ "train_runtime": 399.5423,
11
+ "train_samples": 8551,
12
+ "train_samples_per_second": 214.02,
13
+ "train_steps_per_second": 1.126
14
+ }
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": "cola",
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,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 10.0,
3
+ "eval_loss": 0.5664532780647278,
4
+ "eval_matthews_correlation": 0.6742727208813145,
5
+ "eval_runtime": 5.928,
6
+ "eval_samples": 1043,
7
+ "eval_samples_per_second": 175.945,
8
+ "eval_steps_per_second": 2.868
9
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:275dd6430ff89deadc3469d928f1ebecbad6ea448ab7a71cd7e336f2f08055cc
3
+ size 1340745303
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.13264617919921876,
4
+ "train_runtime": 399.5423,
5
+ "train_samples": 8551,
6
+ "train_samples_per_second": 214.02,
7
+ "train_steps_per_second": 1.126
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": 450,
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": 450,
13
+ "total_flos": 2.200946545027584e+16,
14
+ "train_loss": 0.13264617919921876,
15
+ "train_runtime": 399.5423,
16
+ "train_samples_per_second": 214.02,
17
+ "train_steps_per_second": 1.126
18
+ }
19
+ ],
20
+ "max_steps": 450,
21
+ "num_train_epochs": 10,
22
+ "total_flos": 2.200946545027584e+16,
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:04911a28894f8f212a40ff94f6ab950ce9472c08e7d634bbfc18a37ba51f08a5
3
+ size 2479
vocab.txt ADDED
The diff for this file is too large to render. See raw diff