tungpth commited on
Commit
d720ff7
·
verified ·
1 Parent(s): 070bf6d

Training in progress, epoch 1, checkpoint

Browse files
last-checkpoint/config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert/distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForTokenClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "O",
13
+ "1": "rescue_volunteering_or_donation_effort",
14
+ "2": "injured_or_dead_people",
15
+ "3": "infrastructure_and_utility_damage",
16
+ "4": "caution_and_advice",
17
+ "5": "displaced_people_and_evacuations",
18
+ "6": "requests_or_urgent_needs",
19
+ "7": "missing_or_found_people",
20
+ "8": "Country",
21
+ "9": "State",
22
+ "10": "City/town",
23
+ "11": "Island",
24
+ "12": "Human-made Point-of-Interest",
25
+ "13": "County",
26
+ "14": "Natural Point-of-Interest",
27
+ "15": "District",
28
+ "16": "Neighborhood",
29
+ "17": "Continent",
30
+ "18": "Road/street",
31
+ "19": "Other locations"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "label2id": {
35
+ "City/town": 10,
36
+ "Continent": 17,
37
+ "Country": 8,
38
+ "County": 13,
39
+ "District": 15,
40
+ "Human-made Point-of-Interest": 12,
41
+ "Island": 11,
42
+ "Natural Point-of-Interest": 14,
43
+ "Neighborhood": 16,
44
+ "O": 0,
45
+ "Other locations": 19,
46
+ "Road/street": 18,
47
+ "State": 9,
48
+ "caution_and_advice": 4,
49
+ "displaced_people_and_evacuations": 5,
50
+ "infrastructure_and_utility_damage": 3,
51
+ "injured_or_dead_people": 2,
52
+ "missing_or_found_people": 7,
53
+ "requests_or_urgent_needs": 6,
54
+ "rescue_volunteering_or_donation_effort": 1
55
+ },
56
+ "max_position_embeddings": 512,
57
+ "model_type": "distilbert",
58
+ "n_heads": 12,
59
+ "n_layers": 6,
60
+ "pad_token_id": 0,
61
+ "qa_dropout": 0.1,
62
+ "seq_classif_dropout": 0.2,
63
+ "sinusoidal_pos_embds": false,
64
+ "tie_weights_": true,
65
+ "torch_dtype": "float32",
66
+ "transformers_version": "4.44.2",
67
+ "vocab_size": 30522
68
+ }
last-checkpoint/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:195207a70a8fe22c2a0c8bd167c759660ca9d3f476ee2d1b001c79c154fa9a01
3
+ size 265525384
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc5c9a08aeb98436692a0a2d2fb8e1d0ec0e4c0137e0573c1a7a794323a77092
3
+ size 531111610
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5f0cf0e173c4c2fd8089a1d3f5cecf37d06f9080879b097a374c4d68d5bafba
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7552183c41db4eec8c8f8fc7afb681eb3d851a7704812bbfe2c4d5e52e9c2ace
3
+ size 1064
last-checkpoint/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
+ }
last-checkpoint/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/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": true,
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": "DistilBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.053295835852622986,
3
+ "best_model_checkpoint": "BERT_NER/checkpoint-450",
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 450,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_accuracy": 0.985823027112713,
14
+ "eval_f1": 0.8679042559541575,
15
+ "eval_loss": 0.053295835852622986,
16
+ "eval_model_preparation_time": 0.008,
17
+ "eval_precision": 0.862498517024558,
18
+ "eval_recall": 0.8733781835655935,
19
+ "eval_runtime": 5.9899,
20
+ "eval_samples_per_second": 343.247,
21
+ "eval_steps_per_second": 10.852,
22
+ "step": 450
23
+ }
24
+ ],
25
+ "logging_steps": 500,
26
+ "max_steps": 22500,
27
+ "num_input_tokens_seen": 0,
28
+ "num_train_epochs": 50,
29
+ "save_steps": 500,
30
+ "stateful_callbacks": {
31
+ "TrainerControl": {
32
+ "args": {
33
+ "should_epoch_stop": false,
34
+ "should_evaluate": false,
35
+ "should_log": false,
36
+ "should_save": true,
37
+ "should_training_stop": false
38
+ },
39
+ "attributes": {}
40
+ }
41
+ },
42
+ "total_flos": 268019453393808.0,
43
+ "train_batch_size": 32,
44
+ "trial_name": null,
45
+ "trial_params": null
46
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfba8f0805b6fdf886a2eac04f2e4c7f540cba025e35f90c50ac4fb4c7c0ea69
3
+ size 5176
last-checkpoint/vocab.txt ADDED
The diff for this file is too large to render. See raw diff