qfrodicio commited on
Commit
a02bb93
1 Parent(s): 331e7ab

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-cased",
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-OTHER_PEER",
13
+ "1": "I-OTHER_PEER",
14
+ "2": "B-EXPLAIN",
15
+ "3": "I-EXPLAIN",
16
+ "4": "B-SELF",
17
+ "5": "I-SELF",
18
+ "6": "B-NO",
19
+ "7": "I-NO",
20
+ "8": "B-QUESTION",
21
+ "9": "I-QUESTION"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "label2id": {
25
+ "B-EXPLAIN": 2,
26
+ "B-NO": 6,
27
+ "B-OTHER_PEER": 0,
28
+ "B-QUESTION": 8,
29
+ "B-SELF": 4,
30
+ "I-EXPLAIN": 3,
31
+ "I-NO": 7,
32
+ "I-OTHER_PEER": 1,
33
+ "I-QUESTION": 9,
34
+ "I-SELF": 5
35
+ },
36
+ "max_position_embeddings": 512,
37
+ "model_type": "distilbert",
38
+ "n_heads": 12,
39
+ "n_layers": 6,
40
+ "output_past": true,
41
+ "pad_token_id": 0,
42
+ "qa_dropout": 0.1,
43
+ "seq_classif_dropout": 0.2,
44
+ "sinusoidal_pos_embds": false,
45
+ "tie_weights_": true,
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.26.1",
48
+ "vocab_size": 28996
49
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6de68b1bf2a24309262985281e5055b2e68e50751a03705184c971c295ed8eb
3
+ size 260829221
runs/Mar07_22-35-20_58a2596055e7/1678228532.4219468/events.out.tfevents.1678228532.58a2596055e7.178.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25df77cd3b17fc831e1cea0db6607d431498c9db0a0cfb290709bc34be364f10
3
+ size 5763
runs/Mar07_22-35-20_58a2596055e7/events.out.tfevents.1678228532.58a2596055e7.178.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c9d6105c99789557c8849f613ea0c0a1043802448dccee6f96d89b23fcbd74b
3
+ size 4846
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": false,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "distilbert-base-cased",
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:522368307cce90ad71ccbb58b1dd60eb980fff676287cda59612e9bb81f320de
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff