AbderrahimAl commited on
Commit
2d68f24
·
1 Parent(s): 1527b94

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "B-art",
13
+ "1": "B-eve",
14
+ "2": "B-geo",
15
+ "3": "B-gpe",
16
+ "4": "B-nat",
17
+ "5": "B-org",
18
+ "6": "B-per",
19
+ "7": "B-tim",
20
+ "8": "I-art",
21
+ "9": "I-eve",
22
+ "10": "I-geo",
23
+ "11": "I-gpe",
24
+ "12": "I-nat",
25
+ "13": "I-org",
26
+ "14": "I-per",
27
+ "15": "I-tim",
28
+ "16": "O"
29
+ },
30
+ "initializer_range": 0.02,
31
+ "label2id": {
32
+ "B-art": 0,
33
+ "B-eve": 1,
34
+ "B-geo": 2,
35
+ "B-gpe": 3,
36
+ "B-nat": 4,
37
+ "B-org": 5,
38
+ "B-per": 6,
39
+ "B-tim": 7,
40
+ "I-art": 8,
41
+ "I-eve": 9,
42
+ "I-geo": 10,
43
+ "I-gpe": 11,
44
+ "I-nat": 12,
45
+ "I-org": 13,
46
+ "I-per": 14,
47
+ "I-tim": 15,
48
+ "O": 16
49
+ },
50
+ "max_position_embeddings": 512,
51
+ "model_type": "distilbert",
52
+ "n_heads": 12,
53
+ "n_layers": 6,
54
+ "pad_token_id": 0,
55
+ "qa_dropout": 0.1,
56
+ "seq_classif_dropout": 0.2,
57
+ "sinusoidal_pos_embds": false,
58
+ "tie_weights_": true,
59
+ "torch_dtype": "float32",
60
+ "transformers_version": "4.20.1",
61
+ "vocab_size": 30522
62
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:654d9f445ee0cecbd4d5d191c11b5032d94bfa88f229e8b76abf73e4a3e955e2
3
+ size 265537461
runs/Mar04_16-00-56_18913629afcb/1677945665.7818534/events.out.tfevents.1677945665.18913629afcb.24.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:098312a2915898a46e299d155cb477af5dbd8b94b883442a117a6f805baa9b19
3
+ size 5315
runs/Mar04_16-00-56_18913629afcb/events.out.tfevents.1677945665.18913629afcb.24.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07f415d3e48438b4b694dba882045f7a0f0064d9e5fc0cf5219a17c0151e69f0
3
+ size 4936
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,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": true,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "distilbert-base-uncased",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "DistilBertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15adde4a9eee17e2d1beb29f84f4c2176081f23d5f52d4fa30f99e0ccc82c6ff
3
+ size 3311
vocab.txt ADDED
The diff for this file is too large to render. See raw diff