Farjfar commited on
Commit
372c371
1 Parent(s): 2f99fc1

Training in progress, step 500

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2666256cee1a682dc1e4275f298f33020f8b9ffef9d658a904b16b927a2b32aa
3
  size 430911284
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a68b909ecf8ea4e5f34ca883c8a6d373b38b1a7816d735ce1181deb34971fe0a
3
  size 430911284
run-b4o51kp9/checkpoint-500/config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "I-S",
15
+ "2": "B-S"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "B-S": 2,
21
+ "I-S": 1,
22
+ "O": 0
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "bert",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "pad_token_id": 0,
30
+ "position_embedding_type": "absolute",
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.41.1",
33
+ "type_vocab_size": 2,
34
+ "use_cache": true,
35
+ "vocab_size": 28996
36
+ }
run-b4o51kp9/checkpoint-500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a68b909ecf8ea4e5f34ca883c8a6d373b38b1a7816d735ce1181deb34971fe0a
3
+ size 430911284
run-b4o51kp9/checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:026127b816c8df40d1a6afe34d3a2d62017230bc1e90b1682b1e0dcb411b9c00
3
+ size 861942330
run-b4o51kp9/checkpoint-500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4cf6712a80c786c6516b565e21ebf119dfb938fa91f074f5c2e6ac6eb8a3d9f
3
+ size 14244
run-b4o51kp9/checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:252ee514b94ebe1341c08817003e567445d66d90afd5683d2c661c08b4db1487
3
+ size 1064
run-b4o51kp9/checkpoint-500/special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
run-b4o51kp9/checkpoint-500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-b4o51kp9/checkpoint-500/tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
run-b4o51kp9/checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.6339869281045751,
5
+ "eval_steps": 500,
6
+ "global_step": 500,
7
+ "is_hyper_param_search": true,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_f1": 0.0,
14
+ "eval_f1_sklearn": 0.938717358210703,
15
+ "eval_loss": 0.26024484634399414,
16
+ "eval_precision": 0.0,
17
+ "eval_precision_sklearn": 0.938717358210703,
18
+ "eval_recall": 0.0,
19
+ "eval_recall_sklearn": 0.938717358210703,
20
+ "eval_runtime": 4.1329,
21
+ "eval_samples_per_second": 98.721,
22
+ "eval_steps_per_second": 24.68,
23
+ "step": 306
24
+ },
25
+ {
26
+ "epoch": 1.6339869281045751,
27
+ "grad_norm": 0.6803091168403625,
28
+ "learning_rate": 0.00033660130718954253,
29
+ "loss": 0.2299,
30
+ "step": 500
31
+ }
32
+ ],
33
+ "logging_steps": 500,
34
+ "max_steps": 1530,
35
+ "num_input_tokens_seen": 0,
36
+ "num_train_epochs": 5,
37
+ "save_steps": 500,
38
+ "stateful_callbacks": {
39
+ "TrainerControl": {
40
+ "args": {
41
+ "should_epoch_stop": false,
42
+ "should_evaluate": false,
43
+ "should_log": false,
44
+ "should_save": true,
45
+ "should_training_stop": false
46
+ },
47
+ "attributes": {}
48
+ }
49
+ },
50
+ "total_flos": 156577372924968.0,
51
+ "train_batch_size": 4,
52
+ "trial_name": null,
53
+ "trial_params": {
54
+ "_wandb": {},
55
+ "assignments": {},
56
+ "learning_rate": 0.0005,
57
+ "metric": "eval/loss",
58
+ "per_device_train_batch_size": 4
59
+ }
60
+ }
run-b4o51kp9/checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e4920f1462d08f2e7fa314c958ffbd48b002704b4b1cc85a30b5c8fab2ab912
3
+ size 5112
run-b4o51kp9/checkpoint-500/vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4dd8f94ddd2e13e36e8e4087657740657b7454f82c774d6be138ea401df8b124
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e4920f1462d08f2e7fa314c958ffbd48b002704b4b1cc85a30b5c8fab2ab912
3
  size 5112