philschmid HF staff commited on
Commit
b0b4a1b
1 Parent(s): 2065ff1

Training in progress, step 200

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "SCUT-DLVCLab/lilt-roberta-en-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
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "O",
16
+ "1": "B-HEADER",
17
+ "2": "I-HEADER",
18
+ "3": "B-QUESTION",
19
+ "4": "I-QUESTION",
20
+ "5": "B-ANSWER",
21
+ "6": "I-ANSWER"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "B-ANSWER": 5,
27
+ "B-HEADER": 1,
28
+ "B-QUESTION": 3,
29
+ "I-ANSWER": 6,
30
+ "I-HEADER": 2,
31
+ "I-QUESTION": 4,
32
+ "O": 0
33
+ },
34
+ "layer_norm_eps": 1e-05,
35
+ "max_2d_position_embeddings": 1024,
36
+ "max_position_embeddings": 514,
37
+ "model_type": "lilt",
38
+ "num_attention_heads": 12,
39
+ "num_hidden_layers": 12,
40
+ "pad_token_id": 1,
41
+ "position_embedding_type": "absolute",
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.24.0",
44
+ "type_vocab_size": 1,
45
+ "use_cache": true,
46
+ "vocab_size": 50265
47
+ }
logs/1668760051.620152/events.out.tfevents.1668760051.ip-172-31-95-43.2861.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ef8bc892ddddf75b4f40595c8ec68518b44f7b4d13991d2a1fdafe933b366ac
3
+ size 5453
logs/1668760222.9132137/events.out.tfevents.1668760222.ip-172-31-95-43.2861.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e2f4280edeec581a7c7a94311be678894df3e86f928a684368b24c78543f8d2
3
+ size 5453
logs/1668760269.9506445/events.out.tfevents.1668760269.ip-172-31-95-43.2861.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e8647ab568dc1c54730405080ed199de52080e0ca3ec8aa2155f478938edfcd
3
+ size 5453
logs/events.out.tfevents.1668760051.ip-172-31-95-43.2861.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a192d4e15e78264c629bf86232f3c76e7501b67361ff33e5410559e1495160d
3
+ size 8190
logs/events.out.tfevents.1668760269.ip-172-31-95-43.2861.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19bc17508ab0df480b6dd162db8e4782c2f9e7df1ea05caed8b0a5bc79d4d5d7
3
+ size 4776
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51dfd4dc8a811f6c660b5f8cfea60539f1d9da552a7db4a0ed3280338870af93
3
+ size 520818271
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dde78e492f16ebcaf56a6aee7fd2e6a06023b10ce395dc1866dbc6f622e5c9d
3
+ size 3375