Farjfar commited on
Commit
e2001e6
1 Parent(s): 1e54d15

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:589df5fc0493e56fec9b23f83d70d16f6932e46d250134668fddacbb314a449e
3
  size 430911284
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7907eb1675a73ae93c0f2ccb58fc1f195bfb1363eaa313d7f04edb59e3d20baf
3
  size 430911284
run-3xly69qa/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-3xly69qa/checkpoint-500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7907eb1675a73ae93c0f2ccb58fc1f195bfb1363eaa313d7f04edb59e3d20baf
3
+ size 430911284
run-3xly69qa/checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:929a9d43c16f8cec27825ddd053d2ffa3cb66691d4da6b40c418012e86d37f31
3
+ size 861942330
run-3xly69qa/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-3xly69qa/checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59a45273ad22b65d31b4ddbab0b373b72cd3797bbe9cf80bd03d4fa57ba21c48
3
+ size 1064
run-3xly69qa/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-3xly69qa/checkpoint-500/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
run-3xly69qa/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-3xly69qa/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.381578947368421,
14
+ "eval_f1_sklearn": 0.9460166282836957,
15
+ "eval_loss": 0.1464981883764267,
16
+ "eval_precision": 0.45609436435124506,
17
+ "eval_precision_sklearn": 0.9460166282836957,
18
+ "eval_recall": 0.32799245994344955,
19
+ "eval_recall_sklearn": 0.9460166282836957,
20
+ "eval_runtime": 4.4092,
21
+ "eval_samples_per_second": 92.534,
22
+ "eval_steps_per_second": 23.133,
23
+ "step": 306
24
+ },
25
+ {
26
+ "epoch": 1.6339869281045751,
27
+ "grad_norm": 5.414725303649902,
28
+ "learning_rate": 3.3660130718954253e-06,
29
+ "loss": 0.1668,
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": 5e-06,
57
+ "metric": "eval/loss",
58
+ "per_device_train_batch_size": 4
59
+ }
60
+ }
run-3xly69qa/checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dd8f94ddd2e13e36e8e4087657740657b7454f82c774d6be138ea401df8b124
3
+ size 5112
run-3xly69qa/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:2e4920f1462d08f2e7fa314c958ffbd48b002704b4b1cc85a30b5c8fab2ab912
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dd8f94ddd2e13e36e8e4087657740657b7454f82c774d6be138ea401df8b124
3
  size 5112