crina-t commited on
Commit
719ccdc
·
1 Parent(s): d6913a5

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Riksarkivet/bert-base-cased-swe-historical",
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": "B-EVN",
15
+ "2": "B-LOC",
16
+ "3": "B-MSR",
17
+ "4": "B-OBJ",
18
+ "5": "B-ORG",
19
+ "6": "B-PRS",
20
+ "7": "B-TME",
21
+ "8": "B-WRK",
22
+ "9": "I-EVN",
23
+ "10": "I-LOC",
24
+ "11": "I-MSR",
25
+ "12": "I-OBJ",
26
+ "13": "I-ORG",
27
+ "14": "I-PRS",
28
+ "15": "I-TME",
29
+ "16": "I-WRK"
30
+ },
31
+ "initializer_range": 0.02,
32
+ "intermediate_size": 3072,
33
+ "label2id": {
34
+ "B-EVN": 1,
35
+ "B-LOC": 2,
36
+ "B-MSR": 3,
37
+ "B-OBJ": 4,
38
+ "B-ORG": 5,
39
+ "B-PRS": 6,
40
+ "B-TME": 7,
41
+ "B-WRK": 8,
42
+ "I-EVN": 9,
43
+ "I-LOC": 10,
44
+ "I-MSR": 11,
45
+ "I-OBJ": 12,
46
+ "I-ORG": 13,
47
+ "I-PRS": 14,
48
+ "I-TME": 15,
49
+ "I-WRK": 16,
50
+ "O": 0
51
+ },
52
+ "layer_norm_eps": 1e-12,
53
+ "max_position_embeddings": 512,
54
+ "model_type": "bert",
55
+ "num_attention_heads": 12,
56
+ "num_hidden_layers": 12,
57
+ "pad_token_id": 0,
58
+ "position_embedding_type": "absolute",
59
+ "torch_dtype": "float32",
60
+ "transformers_version": "4.28.0",
61
+ "type_vocab_size": 2,
62
+ "use_cache": true,
63
+ "vocab_size": 64000
64
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44458fae51ba0b635bb0350b395ab504f3f0186a0fcd3b2b336399514ab42f3c
3
+ size 538535469
runs/May12_11-27-49_1c019324dac9/1683891383.4532845/events.out.tfevents.1683891383.1c019324dac9.7368.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d34f07f9e0284f8fd6489326242a17f1904391500937bb358d1c2c26a099d5e1
3
+ size 5885
runs/May12_11-27-49_1c019324dac9/events.out.tfevents.1683891383.1c019324dac9.7368.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b433be6f4e2f0aec7df103e1745545f8470a4810f14a969a202597c81738b6c
3
+ size 6718
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[CLS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[SEP]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": "[UNK]"
9
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "model_max_length": 1000000000000000019884624838656,
4
+ "tokenizer_class": "PreTrainedTokenizerFast"
5
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19d972d9f10b84109c95accfc95b9314b19c5ff8bd7c1a0e88b0a706982f6f9b
3
+ size 3579