ctoraman commited on
Commit
205f9f9
1 Parent(s): b224f2e

Upload 4 files

Browse files
Files changed (4) hide show
  1. config.json +35 -0
  2. pytorch_model.bin +3 -0
  3. trainer_state.json +55 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/mdeberta-v3-base",
3
+ "architectures": [
4
+ "DebertaV2ForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 3072,
12
+ "layer_norm_eps": 1e-07,
13
+ "max_position_embeddings": 512,
14
+ "max_relative_positions": -1,
15
+ "model_type": "deberta-v2",
16
+ "norm_rel_ebd": "layer_norm",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "pooler_dropout": 0,
21
+ "pooler_hidden_act": "gelu",
22
+ "pooler_hidden_size": 768,
23
+ "pos_att_type": [
24
+ "p2c",
25
+ "c2p"
26
+ ],
27
+ "position_biased_input": false,
28
+ "position_buckets": 256,
29
+ "relative_attention": true,
30
+ "share_att_key": true,
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.10.0",
33
+ "type_vocab_size": 0,
34
+ "vocab_size": 251000
35
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f586c1b7bce064710c4f3533bf1fc293dcb0a5b51721ff04e1b6e317897407c
3
+ size 1115335826
trainer_state.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 20.0,
5
+ "global_step": 2680,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 3.73,
12
+ "learning_rate": 3.253731343283582e-05,
13
+ "loss": 0.0506,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 7.46,
18
+ "learning_rate": 2.5074626865671646e-05,
19
+ "loss": 0.0209,
20
+ "step": 1000
21
+ },
22
+ {
23
+ "epoch": 11.19,
24
+ "learning_rate": 1.7611940298507464e-05,
25
+ "loss": 0.0111,
26
+ "step": 1500
27
+ },
28
+ {
29
+ "epoch": 14.93,
30
+ "learning_rate": 1.0149253731343284e-05,
31
+ "loss": 0.0013,
32
+ "step": 2000
33
+ },
34
+ {
35
+ "epoch": 18.66,
36
+ "learning_rate": 2.686567164179105e-06,
37
+ "loss": 0.0,
38
+ "step": 2500
39
+ },
40
+ {
41
+ "epoch": 20.0,
42
+ "step": 2680,
43
+ "total_flos": 1003128888192000.0,
44
+ "train_loss": 0.015644354630633493,
45
+ "train_runtime": 1056.1345,
46
+ "train_samples_per_second": 15.15,
47
+ "train_steps_per_second": 2.538
48
+ }
49
+ ],
50
+ "max_steps": 2680,
51
+ "num_train_epochs": 20,
52
+ "total_flos": 1003128888192000.0,
53
+ "trial_name": null,
54
+ "trial_params": null
55
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb4be0d06f3948d4d34b5babf8505042384e3f758a07df0593677b2fcc4f8075
3
+ size 2671