jordyvl commited on
Commit
8e62d7e
1 Parent(s): e4ca3a0

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-entity"
15
+ },
16
+ "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
+ "label2id": {
19
+ "I-entity": 1,
20
+ "O": 0
21
+ },
22
+ "layer_norm_eps": 1e-12,
23
+ "max_position_embeddings": 512,
24
+ "model_type": "bert",
25
+ "num_attention_heads": 12,
26
+ "num_hidden_layers": 12,
27
+ "pad_token_id": 0,
28
+ "position_embedding_type": "absolute",
29
+ "test_args": {
30
+ "CRF": false,
31
+ "Y": "ner_tags",
32
+ "dataset": "conll2003",
33
+ "lowC": true,
34
+ "model": "bert-base-cased",
35
+ "setting": "conll2003",
36
+ "subword_alignment": "first",
37
+ "task": "ner",
38
+ "train_args": {
39
+ "batch_size": 2,
40
+ "epochs": 3,
41
+ "learning_rate": 2e-05,
42
+ "warmup_ratio": 0.1,
43
+ "weight_decay": 0.01
44
+ }
45
+ },
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.18.0",
48
+ "type_vocab_size": 2,
49
+ "use_cache": true,
50
+ "vocab_size": 28996
51
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7b3cc2c8a00cf5cb070b78eb3bca23d13b04eb490bc0c9cd23217ff466a931b
3
+ size 430955313
runs/Jul19_15-35-28_jordy-OMEN/1658237737.4374433/events.out.tfevents.1658237737.jordy-OMEN.97265.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf4a4d14613d5493175fb61251e75ee7de2f354dd3dca2578d6a4199b5660b59
3
+ size 4925
runs/Jul19_15-35-28_jordy-OMEN/events.out.tfevents.1658237737.jordy-OMEN.97265.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b575023ec0d804862ad78664c10e300e03c07c2e269f949e7dc5cbdd4a230f1
3
+ size 6566
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "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": null, "name_or_path": "bert-base-cased", "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d8b6aa454a6b7319638f6bcb2bd3bd0a49b4cd1f23174257b471a3644f0874d
3
+ size 3119
vocab.txt ADDED
The diff for this file is too large to render. See raw diff