jordyvl commited on
Commit
895da69
1 Parent(s): c3001dd

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
3
+ "architectures": [
4
+ "BertCRF"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bias_0": null,
8
+ "classifier_dropout": null,
9
+ "freeze": false,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "ADJ",
16
+ "1": "ADP",
17
+ "2": "ADV",
18
+ "3": "AUX",
19
+ "4": "CCONJ",
20
+ "5": "DET",
21
+ "6": "INTJ",
22
+ "7": "NOUN",
23
+ "8": "NUM",
24
+ "9": "PART",
25
+ "10": "PRON",
26
+ "11": "PROPN",
27
+ "12": "PUNCT",
28
+ "13": "SCONJ",
29
+ "14": "SYM",
30
+ "15": "VERB",
31
+ "16": "X"
32
+ },
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 3072,
35
+ "label2id": {
36
+ "ADJ": 0,
37
+ "ADP": 1,
38
+ "ADV": 2,
39
+ "AUX": 3,
40
+ "CCONJ": 4,
41
+ "DET": 5,
42
+ "INTJ": 6,
43
+ "NOUN": 7,
44
+ "NUM": 8,
45
+ "PART": 9,
46
+ "PRON": 10,
47
+ "PROPN": 11,
48
+ "PUNCT": 12,
49
+ "SCONJ": 13,
50
+ "SYM": 14,
51
+ "VERB": 15,
52
+ "X": 16
53
+ },
54
+ "layer_norm_eps": 1e-12,
55
+ "max_position_embeddings": 512,
56
+ "model_type": "bert",
57
+ "num_attention_heads": 12,
58
+ "num_hidden_layers": 12,
59
+ "pad_token_id": 0,
60
+ "pooler": "last",
61
+ "position_embedding_type": "absolute",
62
+ "subword_alignment": "first",
63
+ "test_args": {
64
+ "CRF": true,
65
+ "Y": "labels",
66
+ "dataset": "wietsedv/udpos28",
67
+ "model": "bert-base-cased",
68
+ "setting": "udpos",
69
+ "subset": "en",
70
+ "subword_alignment": "first",
71
+ "task": "POS",
72
+ "train_args": {
73
+ "batch_size": 2,
74
+ "epochs": 3,
75
+ "learning_rate": 2e-05,
76
+ "warmup_ratio": 0.1,
77
+ "weight_decay": 0.01
78
+ }
79
+ },
80
+ "torch_dtype": "float32",
81
+ "transformers_version": "4.18.0",
82
+ "type_vocab_size": 2,
83
+ "use_cache": true,
84
+ "vocab_size": 28996,
85
+ "weight_0": 0.01
86
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:007926b5316607d26d2f08d2249cb486ae1f8f7be5b74a6436586a0dc8fce712
3
+ size 433366567
runs/Jul19_11-54-28_jordy-OMEN/1658224485.9271002/events.out.tfevents.1658224485.jordy-OMEN.60969.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1afc7097f2fcad668e5cb48aa2881219153ef91a0c988eefcb48579c8f68b42
3
+ size 4943
runs/Jul19_11-54-28_jordy-OMEN/events.out.tfevents.1658224485.jordy-OMEN.60969.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:469f57863328b20b79861700dd9eec110ea5e23d1530d2d2ee1f6f1be43dfadd
3
+ size 7959
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:96ec170833ae62e8e4294ef48dc3f8f400817a83490390a950aaf99e0438dcf5
3
+ size 3119
vocab.txt ADDED
The diff for this file is too large to render. See raw diff