tsukadah commited on
Commit
1ca920d
1 Parent(s): a64a87b

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.28.0",
44
+ "type_vocab_size": 1,
45
+ "use_cache": true,
46
+ "vocab_size": 50265
47
+ }
logs/1715238103.3658142/events.out.tfevents.1715238103.33042200397064.787.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dfc8feeecf2bcfff0c527d92cfeccfc89f85b83dae08edf9b1cc0ff56f2c0a4
3
+ size 5854
logs/1715238208.5933232/events.out.tfevents.1715238208.33042200397064.1194.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21e4ef28860391b86c3e4fe36c7751ed891bd5e1c1ff2724a40851416ec4d24a
3
+ size 5854
logs/1715238682.1093078/events.out.tfevents.1715238682.33042200397064.3962.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8698998db45711611b3131d58d28792c9083b8b78e23afcf93e61d12c9aa23af
3
+ size 5854
logs/events.out.tfevents.1715238103.33042200397064.787.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76fcf42f426019290043c38d0aaa1e61743bfb66d2be9e703ba52892c593c2ad
3
+ size 4387
logs/events.out.tfevents.1715238208.33042200397064.1194.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ceb27897be674207ec59d1ff29c09f6b53e87ee9520ad23e1d32c9b8d210610
3
+ size 4387
logs/events.out.tfevents.1715238682.33042200397064.3962.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62695ba13bbe3886f7e64a9949abcaa620904291af3fce72e55a7a41c26a9c45
3
+ size 5048
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d7a12588a9e84de924e43fcffe89d8c6372eaeb9313611441752af9d3d14c44
3
+ size 520818119
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a2617c6ea9a60cc1ea2a9c43d292a1242143924f01bb8453e9e495da1316074
3
+ size 3567