mahdiyar77 commited on
Commit
5bec763
1 Parent(s): 8fdcefa

add model weights and configs

Browse files
added_tokens.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {}
cartography_config_dev.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "adam_epsilon": 1e-08,
3
+ "cache_dir": "",
4
+ "config_name": "",
5
+ "data_dir": "/content/data/glue/MNLI",
6
+ "dev": null,
7
+ "device": "cuda",
8
+ "do_eval": true,
9
+ "do_lower_case": true,
10
+ "do_test": false,
11
+ "do_train": true,
12
+ "eval_all_checkpoints": false,
13
+ "eval_batch_size": 96,
14
+ "evaluate_during_training": true,
15
+ "evaluate_during_training_epoch": false,
16
+ "features_cache_dir": "/content/data/glue/MNLI/cache_36891",
17
+ "fp16": false,
18
+ "fp16_opt_level": "01",
19
+ "gradient_accumulation_steps": 1,
20
+ "learning_rate": 1.0993071205018916e-05,
21
+ "local_rank": -1,
22
+ "logging_steps": 1000,
23
+ "max_grad_norm": 1.0,
24
+ "max_seq_length": 128,
25
+ "max_steps": -1,
26
+ "model_name_or_path": "roberta-base",
27
+ "model_type": "roberta",
28
+ "n_gpu": 1,
29
+ "no_cuda": false,
30
+ "num_train_epochs": 6,
31
+ "output_dir": "/content/results",
32
+ "output_mode": "classification",
33
+ "overwrite_cache": false,
34
+ "overwrite_output_dir": false,
35
+ "patience": 3,
36
+ "per_gpu_eval_batch_size": 96,
37
+ "per_gpu_train_batch_size": 64,
38
+ "save_steps": 0,
39
+ "seed": 36891,
40
+ "server_ip": "",
41
+ "server_port": "",
42
+ "task_name": "mnli",
43
+ "test": null,
44
+ "tokenizer_name": "",
45
+ "train": null,
46
+ "train_batch_size": 64,
47
+ "warmup_steps": 0,
48
+ "weight_decay": 0.0
49
+ }
cartography_config_train.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "adam_epsilon": 1e-08,
3
+ "cache_dir": "",
4
+ "config_name": "",
5
+ "data_dir": "/content/data/glue/MNLI",
6
+ "dev": null,
7
+ "device": "cuda",
8
+ "do_eval": true,
9
+ "do_lower_case": true,
10
+ "do_test": false,
11
+ "do_train": true,
12
+ "eval_all_checkpoints": false,
13
+ "evaluate_during_training": true,
14
+ "evaluate_during_training_epoch": false,
15
+ "features_cache_dir": "/content/data/glue/MNLI/cache_36891",
16
+ "fp16": false,
17
+ "fp16_opt_level": "01",
18
+ "gradient_accumulation_steps": 1,
19
+ "learning_rate": 1.0993071205018916e-05,
20
+ "local_rank": -1,
21
+ "logging_steps": 1000,
22
+ "max_grad_norm": 1.0,
23
+ "max_seq_length": 128,
24
+ "max_steps": -1,
25
+ "model_name_or_path": "roberta-base",
26
+ "model_type": "roberta",
27
+ "n_gpu": 1,
28
+ "no_cuda": false,
29
+ "num_train_epochs": 6,
30
+ "output_dir": "/content/results",
31
+ "output_mode": "classification",
32
+ "overwrite_cache": false,
33
+ "overwrite_output_dir": false,
34
+ "patience": 3,
35
+ "per_gpu_eval_batch_size": 96,
36
+ "per_gpu_train_batch_size": 64,
37
+ "save_steps": 0,
38
+ "seed": 36891,
39
+ "server_ip": "",
40
+ "server_port": "",
41
+ "task_name": "mnli",
42
+ "test": null,
43
+ "tokenizer_name": "",
44
+ "train": null,
45
+ "warmup_steps": 0,
46
+ "weight_decay": 0.0
47
+ }
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RobertaForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "eos_token_id": 2,
8
+ "finetuning_task": "mnli",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-05,
15
+ "max_position_embeddings": 514,
16
+ "model_type": "roberta",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "num_labels": 3,
20
+ "output_attentions": false,
21
+ "output_hidden_states": false,
22
+ "pad_token_id": 1,
23
+ "pruned_heads": {},
24
+ "torchscript": false,
25
+ "type_vocab_size": 1,
26
+ "use_bfloat16": false,
27
+ "vocab_size": 50265
28
+ }
eval_metrics_mnli_dev_.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"acc": 0.8799796230259807}
eval_metrics_mnli_dev_in_training.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {"acc": 0.8644931227712684}
2
+ {"acc": 0.8760061130922058}
3
+ {"acc": 0.8799796230259807}
4
+ {"acc": 0.8785532348446256}
5
+ {"acc": 0.8790626591951095}
6
+ {"acc": 0.8786551197147223}
eval_metrics_train.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {"epoch": 0, "train_acc": 0.8231992706938085, "best_dev_performance": 0.8644931227712684, "avg_batch_loss": 43.14311441895552, "learning_rate": 9.160892670849097e-06}
2
+ {"epoch": 1, "train_acc": 0.8737134010012682, "best_dev_performance": 0.8760061130922058, "avg_batch_loss": 32.02692841726821, "learning_rate": 7.3287141366792775e-06}
3
+ {"epoch": 2, "train_acc": 0.8975024318694582, "best_dev_performance": 0.8799796230259807, "avg_batch_loss": 26.392389136832207, "learning_rate": 5.496535602509458e-06}
4
+ {"epoch": 3, "train_acc": 0.9159388034692973, "best_dev_performance": 0.8799796230259807, "avg_batch_loss": 22.091516123269685, "learning_rate": 3.6643570683396387e-06}
5
+ {"epoch": 4, "train_acc": 0.9287704162443787, "best_dev_performance": 0.8799796230259807, "avg_batch_loss": 18.9487100453116, "learning_rate": 1.8321785341698194e-06}
6
+ {"epoch": 5, "train_acc": 0.9374309272680047, "best_dev_performance": 0.8799796230259807, "avg_batch_loss": 16.80406616543769, "learning_rate": 0.0}
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
predictions_mnli_dev_.lst ADDED
The diff for this file is too large to render. See raw diff
 
predictions_mnli_dev_in_training.lst ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f41c0853e3dee9a1f875dcb762e95fd09a171a343ee9f10e32b467a654426246
3
+ size 501004058
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": "<mask>"}
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "max_len": 512, "init_inputs": []}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abf0f7e83ce6c435cea17e0d4d8214689e7f25aaa0690eb2655129c8f9e1d108
3
+ size 1393
vocab.json ADDED
The diff for this file is too large to render. See raw diff