kravilal commited on
Commit
a500553
1 Parent(s): 959766c

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.1",
44
+ "type_vocab_size": 1,
45
+ "use_cache": true,
46
+ "vocab_size": 50265
47
+ }
logs/1682621784.6926582/events.out.tfevents.1682621784.datascience-1-0-ml-t3-medium-1abf3407f667f989be9d86559395.1725.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c3845aa8616ac0484afe5f79ebe19f897e62f3f200def77a5f0c8e7eab18c4c
3
+ size 5806
logs/1682621844.6065404/events.out.tfevents.1682621844.datascience-1-0-ml-t3-medium-1abf3407f667f989be9d86559395.1846.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0c5112634fe095cc3ccf5c487e43ab4b7aa0bdf27249dac958d829c1af389c3
3
+ size 5806
logs/1682623352.8356087/events.out.tfevents.1682623352.datascience-1-0-ml-g4dn-xlarge-94fad2f4401e538ca1255dfa1e84.1335.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07bbfd2593990f71b1ca16ec2b572f06746b7f432d49b2036996a25a90227955
3
+ size 5810
logs/events.out.tfevents.1682621784.datascience-1-0-ml-t3-medium-1abf3407f667f989be9d86559395.1725.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5acd75c5563752511094dbc2bf530cede880d912600e74489980c8a37aea8c5b
3
+ size 4339
logs/events.out.tfevents.1682621844.datascience-1-0-ml-t3-medium-1abf3407f667f989be9d86559395.1846.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f51dfd1b24435954a42434115020142c15494aefeb57b3beb599a331479b6442
3
+ size 4339
logs/events.out.tfevents.1682623352.datascience-1-0-ml-g4dn-xlarge-94fad2f4401e538ca1255dfa1e84.1335.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ba41251271e98720e418a22b25ca0d285f109e0f20a4ce199ea685eee0e4f40
3
+ size 5003
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf25e11238ce80344d0fd4a608eeaa0697f86061e95fb2d61b3cfa661f538447
3
+ size 520821201
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:120e12303c4bfeb2735a92276b534b3df166c25afe84035f37eed6f5756ef022
3
+ size 3579