josianem commited on
Commit
0adc09c
1 Parent(s): e93117d

Training in progress, step 200

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-COMPANY",
17
+ "2": "I-COMPANY",
18
+ "3": "B-DATE",
19
+ "4": "I-DATE",
20
+ "5": "B-ADDRESS",
21
+ "6": "I-ADDRESS",
22
+ "7": "B-TOTAL",
23
+ "8": "I-TOTAL"
24
+ },
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 3072,
27
+ "label2id": {
28
+ "B-ADDRESS": 5,
29
+ "B-COMPANY": 1,
30
+ "B-DATE": 3,
31
+ "B-TOTAL": 7,
32
+ "I-ADDRESS": 6,
33
+ "I-COMPANY": 2,
34
+ "I-DATE": 4,
35
+ "I-TOTAL": 8,
36
+ "O": 0
37
+ },
38
+ "layer_norm_eps": 1e-05,
39
+ "max_2d_position_embeddings": 1024,
40
+ "max_position_embeddings": 514,
41
+ "model_type": "lilt",
42
+ "num_attention_heads": 12,
43
+ "num_hidden_layers": 12,
44
+ "pad_token_id": 1,
45
+ "position_embedding_type": "absolute",
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.30.2",
48
+ "type_vocab_size": 1,
49
+ "use_cache": true,
50
+ "vocab_size": 50265
51
+ }
logs/events.out.tfevents.1711123490.JosianeMouawad-Lap.30244.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0d3bb187e4d71e8b9c8bae1ed6dc72b5acb7a4f0eb9da2440b616c4ea950625
3
+ size 5090
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0c4a0e658a78795f839a76f1e4bea3d58be1acaca6f542cba715805b5581127
3
+ size 520821713
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28ddb39495d3a2f1d25e38b383caf0e31bd9be248f2da110e393e086033acc61
3
+ size 3963