t10gyal commited on
Commit
619c9b0
1 Parent(s): 2869a83

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-uncased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForTokenClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "O",
13
+ "1": "B-corporation",
14
+ "2": "I-corporation",
15
+ "3": "B-creative-work",
16
+ "4": "I-creative-work",
17
+ "5": "B-group",
18
+ "6": "I-group",
19
+ "7": "B-location",
20
+ "8": "I-location",
21
+ "9": "B-person",
22
+ "10": "I-person",
23
+ "11": "B-product",
24
+ "12": "I-product"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "label2id": {
28
+ "B-corporation": 1,
29
+ "B-creative-work": 3,
30
+ "B-group": 5,
31
+ "B-location": 7,
32
+ "B-person": 9,
33
+ "B-product": 11,
34
+ "I-corporation": 2,
35
+ "I-creative-work": 4,
36
+ "I-group": 6,
37
+ "I-location": 8,
38
+ "I-person": 10,
39
+ "I-product": 12,
40
+ "O": 0
41
+ },
42
+ "max_position_embeddings": 512,
43
+ "model_type": "distilbert",
44
+ "n_heads": 12,
45
+ "n_layers": 6,
46
+ "pad_token_id": 0,
47
+ "qa_dropout": 0.1,
48
+ "seq_classif_dropout": 0.2,
49
+ "sinusoidal_pos_embds": false,
50
+ "tie_weights_": true,
51
+ "torch_dtype": "float32",
52
+ "transformers_version": "4.31.0",
53
+ "vocab_size": 30522
54
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21efa693efa9ab265fc7b6a99c39f27fbd14974360151e29c631b2c67bf69c50
3
+ size 265526309
runs/Jul25_06-20-18_68551202228a/events.out.tfevents.1690266031.68551202228a.18622.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:106199fb47983c5bd50f892858c1dfad716df3cce9cfe9e7197db2e0242c37ae
3
+ size 4919
runs/Jul25_06-21-00_68551202228a/events.out.tfevents.1690266077.68551202228a.18622.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9bf66b59679ae5b4c5591a016cda0a5b2db6d931b6a1e82bb64b326a1fd718b
3
+ size 9750
runs/Jul25_06-22-14_68551202228a/events.out.tfevents.1690266139.68551202228a.18622.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb910ca4a4259ef4b9e1ae157c97869c42ee1c119a58296fe4d5af45f9cbf536
3
+ size 4919
runs/Jul25_06-22-53_68551202228a/events.out.tfevents.1690266179.68551202228a.18622.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18f05a9649b6a510c3dcbf24903981fe2b77329c8a91e2ebe835f5a708ab5138
3
+ size 18677
runs/Jul25_06-35-16_68551202228a/events.out.tfevents.1690266927.68551202228a.23702.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7f32678084e27e9364e3d6e2542c32d80b2beaa25d5761ba040eaff2f0c46ac
3
+ size 24243
runs/Jul25_06-39-59_68551202228a/events.out.tfevents.1690267212.68551202228a.23702.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1607d60fb56479595a244ebdd39309ff977a8ec79711aa53a1d0955df9e54493
3
+ size 4919
runs/Jul25_06-40-30_68551202228a/events.out.tfevents.1690267234.68551202228a.23702.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cf199df9e90f4f56dca621f99bd75621e44fde0d740f88d494788d31813a000
3
+ size 4919
runs/Jul25_06-40-54_68551202228a/events.out.tfevents.1690267257.68551202228a.23702.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10cf1b0f4c4a8a94e779c3dd8b182f97e5064a451120097ec65a3418bfb75ed5
3
+ size 4919
runs/Jul25_06-43-15_68551202228a/events.out.tfevents.1690267398.68551202228a.23702.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26f946babafecdeaed1367bef409101315211ffc6c693e3c72fc779b56701690
3
+ size 4919
runs/Jul25_06-43-38_68551202228a/events.out.tfevents.1690267422.68551202228a.23702.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1440c467a047df5db08705b76f696ea3cec8e2be90f2e6b2d56732f852a524f3
3
+ size 4564
runs/Jul25_06-44-48_68551202228a/events.out.tfevents.1690267492.68551202228a.23702.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dd0cb95b0b1c357ec5d275fa854756ac0ee2747fd082f98282535026b7cdbb4
3
+ size 4564
runs/Jul25_06-47-08_68551202228a/events.out.tfevents.1690267631.68551202228a.23702.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8247b183a9bc457f9f75b0ff107ca42c35095d2fae0c3b1da35b95c178fead8c
3
+ size 4564
runs/Jul25_06-50-48_68551202228a/events.out.tfevents.1690267852.68551202228a.23702.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a21ad1bae62d7607ed77f33f68df65677b7bc5f84a021db4080ac0dfaf649ac3
3
+ size 5036
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "DistilBertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7e8b92a6e3c3349e29eac1f2bd4e2fe96be174af9d5cfaf7cc211f796d4cb90
3
+ size 3963
vocab.txt ADDED
The diff for this file is too large to render. See raw diff