husnu commited on
Commit
f83d875
1 Parent(s): f7c1f1b

Training in progress, step 1000

Browse files
checkpoint-1000/config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "loodos/electra-small-turkish-uncased-discriminator",
3
+ "architectures": [
4
+ "ElectraForQuestionAnswering"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "embedding_size": 128,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 256,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 1024,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "electra",
17
+ "num_attention_heads": 4,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "summary_activation": "gelu",
22
+ "summary_last_dropout": 0.1,
23
+ "summary_type": "first",
24
+ "summary_use_proj": true,
25
+ "torch_dtype": "float32",
26
+ "transformers_version": "4.15.0",
27
+ "type_vocab_size": 2,
28
+ "use_cache": true,
29
+ "vocab_size": 32000
30
+ }
checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c2f141b9d565c3cdfeaf29e30fc243ce84f6438dd2518cb15b8109c5507f426
3
+ size 109498141
checkpoint-1000/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13165dfb055a79645e85ca968ad03994977ba640d618250afaf4325bbe39a240
3
+ size 54776045
checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75b04fa9e2f2104a42b2e461ca96ecbd7f370b89dd247c514561328494ee7362
3
+ size 14503
checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fae311a4dbc11b8bce8a40a3c3958ee8737562581fb09929d5d4e75a067b57c
3
+ size 623
checkpoint-1000/special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
checkpoint-1000/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-1000/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": "/root/.cache/huggingface/transformers/444866c6552ed3ad4574d4ea6433149e5e30eef747074cfa66be2388dadf2646.dd8bd9bfd3664b530ea4e645105f557769387b3da9f79bdb55ed556bdd80611d", "name_or_path": "loodos/electra-small-turkish-uncased-discriminator", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "ElectraTokenizer"}
checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.3850415512465375,
5
+ "global_step": 1000,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.69,
12
+ "learning_rate": 1.7691597414589106e-05,
13
+ "loss": 4.128,
14
+ "step": 500
15
+ },
16
+ {
17
+ "epoch": 1.0,
18
+ "eval_loss": 2.7186717987060547,
19
+ "eval_runtime": 6.8658,
20
+ "eval_samples_per_second": 210.754,
21
+ "eval_steps_per_second": 13.254,
22
+ "step": 722
23
+ },
24
+ {
25
+ "epoch": 1.39,
26
+ "learning_rate": 1.538319482917821e-05,
27
+ "loss": 3.0376,
28
+ "step": 1000
29
+ }
30
+ ],
31
+ "max_steps": 4332,
32
+ "num_train_epochs": 6,
33
+ "total_flos": 350413115383296.0,
34
+ "trial_name": null,
35
+ "trial_params": null
36
+ }
checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f59f77975d8e31159a76d6f258f7fb03c99048c15d507345621a56c397d0996
3
+ size 3247
checkpoint-1000/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c255eb7f00917b3d5063eeaec84ae2f0e125e2faa9c482d6de585ae63d804a44
3
  size 54776045
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13165dfb055a79645e85ca968ad03994977ba640d618250afaf4325bbe39a240
3
  size 54776045
runs/Jan15_05-37-52_b97e1d8ba7c6/events.out.tfevents.1642225094.b97e1d8ba7c6.72.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:795a25a8d331b05f2594170f081b12704c5f1eba0a02c4b48445b156e7e08801
3
- size 3834
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51cbeaa19198478f7908cc1a8eaebe1d69055157c48f63c11469a96ee10cb79b
3
+ size 4262