moritzbur commited on
Commit
157309f
·
verified ·
1 Parent(s): 73c1aed

Training in progress, step 200

Browse files
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "moritzbur/lilt-GottBERT-base",
3
+ "architectures": [
4
+ "LiltForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "channel_shrink_ratio": 4,
9
+ "classifier_dropout": null,
10
+ "eos_token_id": 2,
11
+ "gradient_checkpointing": false,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "O",
17
+ "1": "B-HEADER",
18
+ "2": "I-HEADER",
19
+ "3": "B-QUESTION",
20
+ "4": "I-QUESTION",
21
+ "5": "B-ANSWER",
22
+ "6": "I-ANSWER"
23
+ },
24
+ "initializer_range": 0.02,
25
+ "intermediate_size": 3072,
26
+ "label2id": {
27
+ "B-ANSWER": 5,
28
+ "B-HEADER": 1,
29
+ "B-QUESTION": 3,
30
+ "I-ANSWER": 6,
31
+ "I-HEADER": 2,
32
+ "I-QUESTION": 4,
33
+ "O": 0
34
+ },
35
+ "layer_norm_eps": 1e-05,
36
+ "max_2d_position_embeddings": 1024,
37
+ "max_position_embeddings": 514,
38
+ "model_type": "lilt",
39
+ "num_attention_heads": 12,
40
+ "num_hidden_layers": 12,
41
+ "pad_token_id": 1,
42
+ "position_embedding_type": "absolute",
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.45.1",
45
+ "type_vocab_size": 1,
46
+ "vocab_size": 52009
47
+ }
logs/events.out.tfevents.1732492452.d522202133e6.30.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5cd52829b108b5b3b977d852f0b83adac64887e1e2ebd042d02e2b3b652646b
3
+ size 6109
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:242ead221ef128f51aca4c4802e02eeaadc6478f5d0b5eb7e108e8bf9e856025
3
+ size 526085132
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:142e28588e62e21d7e4e4c734ed30a1f17678bb66130b7409b07c8dd79b0d7f6
3
+ size 5240