quethrozar commited on
Commit
97d2458
1 Parent(s): 62e3080

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.30.0.dev0",
44
+ "type_vocab_size": 1,
45
+ "use_cache": true,
46
+ "vocab_size": 50265
47
+ }
logs/1684772193.0187008/events.out.tfevents.1684772193.MSI.903.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79a82a90cadaa56dff82ac7298418a20556ad07a701af38b995ef7eaaae71352
3
+ size 5898
logs/1684772846.2540221/events.out.tfevents.1684772846.MSI.903.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc9347e05e63ef330544a2cf818ad728837ce8dc04e564bf05285451777d9c0c
3
+ size 5898
logs/1684772933.1388948/events.out.tfevents.1684772933.MSI.903.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:685f4eca06bde05cea4739db095b1186ee76754f34e5cc482810dda33eb9f0aa
3
+ size 5898
logs/1684772986.565856/events.out.tfevents.1684772986.MSI.903.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:309e416c063ea256df8047cb96aa993f8596d81bb4dea3576d33d027ba3a89f8
3
+ size 5898
logs/1684773135.6926503/events.out.tfevents.1684773135.MSI.903.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba916a1ca85695170814139c3669386ed93ad3b0e13af478d9c5b398d819311a
3
+ size 5898
logs/events.out.tfevents.1684772193.MSI.903.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4af37e883c39c0b530b47b70ab24391acdf6a3f3af60c072397f412ab78ef97d
3
+ size 8746
logs/events.out.tfevents.1684772933.MSI.903.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b858296c35f271ce9f83921274de9d0fff714e52b6433aad7b9d39466df94421
3
+ size 13736
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c59b7cbce6078f2de70cca1bf3f749e97294d833a45b6bd46d6f2583da3c188
3
+ size 520823797
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4a8ea31b1b25e3cd760c7dbb24120e742d2bd817a0d4608b2154639372c7331
3
+ size 3887