HiTZ
/

Token Classification
Transformers
Safetensors
bert
Inference Endpoints
ragerri commited on
Commit
3e6e8c4
1 Parent(s): 521c4ff

Delete checkpoint-2500

Browse files
checkpoint-2500/config.json DELETED
@@ -1,46 +0,0 @@
1
- {
2
- "_name_or_path": "bert-base-multilingual-cased",
3
- "architectures": [
4
- "BertForTokenClassification"
5
- ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "classifier_dropout": null,
8
- "directionality": "bidi",
9
- "finetuning_task": "ner",
10
- "hidden_act": "gelu",
11
- "hidden_dropout_prob": 0.1,
12
- "hidden_size": 768,
13
- "id2label": {
14
- "0": "B-Claim",
15
- "1": "B-Premise",
16
- "2": "I-Claim",
17
- "3": "I-Premise",
18
- "4": "O"
19
- },
20
- "initializer_range": 0.02,
21
- "intermediate_size": 3072,
22
- "label2id": {
23
- "B-Claim": 0,
24
- "B-Premise": 1,
25
- "I-Claim": 2,
26
- "I-Premise": 3,
27
- "O": 4
28
- },
29
- "layer_norm_eps": 1e-12,
30
- "max_position_embeddings": 512,
31
- "model_type": "bert",
32
- "num_attention_heads": 12,
33
- "num_hidden_layers": 12,
34
- "pad_token_id": 0,
35
- "pooler_fc_size": 768,
36
- "pooler_num_attention_heads": 12,
37
- "pooler_num_fc_layers": 3,
38
- "pooler_size_per_head": 128,
39
- "pooler_type": "first_token_transform",
40
- "position_embedding_type": "absolute",
41
- "torch_dtype": "float32",
42
- "transformers_version": "4.40.0.dev0",
43
- "type_vocab_size": 2,
44
- "use_cache": true,
45
- "vocab_size": 119547
46
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checkpoint-2500/model.safetensors DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:384a84c19967531dbccaa7ed728b32936164175bf035eb4459087e5a445a7538
3
- size 709090132
 
 
 
 
checkpoint-2500/optimizer.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:d3d7bf57922294546ef663cce05c64697804c146674f8d584d97b44006d6239a
3
- size 1418299962
 
 
 
 
checkpoint-2500/rng_state.pth DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5db57296a2f997dbf2ff82d3ea48da094e0ecb6bcf669798dd85e9f931f295c0
3
- size 14244
 
 
 
 
checkpoint-2500/scheduler.pt DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bfd8ff06a95d837530f2029e9972b5702eb69fdc7ac4df0ac3900ff986a2641d
3
- size 1064
 
 
 
 
checkpoint-2500/special_tokens_map.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
7
- }
 
 
 
 
 
 
 
 
checkpoint-2500/tokenizer.json DELETED
The diff for this file is too large to render. See raw diff
 
checkpoint-2500/tokenizer_config.json DELETED
@@ -1,56 +0,0 @@
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
- "truncation": true,
55
- "unk_token": "[UNK]"
56
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checkpoint-2500/trainer_state.json DELETED
@@ -1,56 +0,0 @@
1
- {
2
- "best_metric": null,
3
- "best_model_checkpoint": null,
4
- "epoch": 2.2727272727272725,
5
- "eval_steps": 500,
6
- "global_step": 2500,
7
- "is_hyper_param_search": false,
8
- "is_local_process_zero": true,
9
- "is_world_process_zero": true,
10
- "log_history": [
11
- {
12
- "epoch": 0.45,
13
- "grad_norm": 4.369685173034668,
14
- "learning_rate": 4.242424242424243e-05,
15
- "loss": 0.4661,
16
- "step": 500
17
- },
18
- {
19
- "epoch": 0.91,
20
- "grad_norm": 3.9891207218170166,
21
- "learning_rate": 3.484848484848485e-05,
22
- "loss": 0.3327,
23
- "step": 1000
24
- },
25
- {
26
- "epoch": 1.36,
27
- "grad_norm": 9.819967269897461,
28
- "learning_rate": 2.7272727272727273e-05,
29
- "loss": 0.2258,
30
- "step": 1500
31
- },
32
- {
33
- "epoch": 1.82,
34
- "grad_norm": 1.7621924877166748,
35
- "learning_rate": 1.9696969696969697e-05,
36
- "loss": 0.1772,
37
- "step": 2000
38
- },
39
- {
40
- "epoch": 2.27,
41
- "grad_norm": 21.205034255981445,
42
- "learning_rate": 1.2121212121212122e-05,
43
- "loss": 0.1106,
44
- "step": 2500
45
- }
46
- ],
47
- "logging_steps": 500,
48
- "max_steps": 3300,
49
- "num_input_tokens_seen": 0,
50
- "num_train_epochs": 3,
51
- "save_steps": 500,
52
- "total_flos": 2019349980886680.0,
53
- "train_batch_size": 16,
54
- "trial_name": null,
55
- "trial_params": null
56
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
checkpoint-2500/training_args.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ce0ec1d3c14f032ca50e426364a62c0adbd65c3b9fdc8fd4787ebbcb999f0a3
3
- size 4984
 
 
 
 
checkpoint-2500/vocab.txt DELETED
The diff for this file is too large to render. See raw diff