jzygeorge commited on
Commit
67c33c5
1 Parent(s): 11be75a

Training in progress, step 20

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.26.1",
44
+ "type_vocab_size": 1,
45
+ "use_cache": true,
46
+ "vocab_size": 50265
47
+ }
logs/1677012530.0782285/events.out.tfevents.1677012530.38217f893ca2.4274.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c9afc176a60d4fc76940566ffb921b419d5d1cf8e40c4dae6cd787bf41688c4
3
+ size 5696
logs/1677012779.0834439/events.out.tfevents.1677012779.38217f893ca2.13245.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce61ca987e2ce4d42983bcd1b3b95c9fe79f453c870dcbe81566bce0dae5704d
3
+ size 5696
logs/1677013391.2025747/events.out.tfevents.1677013391.38217f893ca2.15951.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15da401fac7549a6cdcd6cae8cb3266621367821999a59246780fc625acf8409
3
+ size 5696
logs/events.out.tfevents.1677012530.38217f893ca2.4274.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c5407df3a5104a873841f34b605ed551b637bba4b28f54ba9852ca0192c7705
3
+ size 4184
logs/events.out.tfevents.1677012779.38217f893ca2.13245.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbc3879307686fab3e8f064868bd8a3f44fadcd556f1b71788b93c54b4114315
3
+ size 4253
logs/events.out.tfevents.1677013391.38217f893ca2.15951.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69851683779ea10815c902f50bb8b539c6efbc8b2bc9fe6aed87d21e90789b63
3
+ size 4898
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d427f4b45af1c71a249405373debcd540a5f92f9e3e089e7473c7270a423519e
3
+ size 520815569
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a645981f1015ede8cbdb19a0ece12fa737798911e576f8f8f05e3073e2d28ba5
3
+ size 3515