qfrodicio commited on
Commit
2680842
1 Parent(s): 842ef38

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "10": "B-NO_GESTURE",
23
+ "11": "I-NO_GESTURE",
24
+ "12": "B-YES",
25
+ "13": "I-YES",
26
+ "14": "B-NEUTRAL",
27
+ "15": "I-NEUTRAL",
28
+ "16": "B-FRONT",
29
+ "17": "I-FRONT"
30
+ },
31
+ "initializer_range": 0.02,
32
+ "label2id": {
33
+ "B-EXPLAIN": 2,
34
+ "B-FRONT": 16,
35
+ "B-NEUTRAL": 14,
36
+ "B-NO": 6,
37
+ "B-NO_GESTURE": 10,
38
+ "B-OTHER_PEER": 0,
39
+ "B-QUESTION": 8,
40
+ "B-SELF": 4,
41
+ "B-YES": 12,
42
+ "I-EXPLAIN": 3,
43
+ "I-FRONT": 17,
44
+ "I-NEUTRAL": 15,
45
+ "I-NO": 7,
46
+ "I-NO_GESTURE": 11,
47
+ "I-OTHER_PEER": 1,
48
+ "I-QUESTION": 9,
49
+ "I-SELF": 5,
50
+ "I-YES": 13
51
+ },
52
+ "max_position_embeddings": 512,
53
+ "model_type": "distilbert",
54
+ "n_heads": 12,
55
+ "n_layers": 6,
56
+ "output_past": true,
57
+ "pad_token_id": 0,
58
+ "qa_dropout": 0.1,
59
+ "seq_classif_dropout": 0.2,
60
+ "sinusoidal_pos_embds": false,
61
+ "tie_weights_": true,
62
+ "torch_dtype": "float32",
63
+ "transformers_version": "4.26.1",
64
+ "vocab_size": 28996
65
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb2fe4867837197d37826ed639f5dca8ca0d0f2aec481c2920fb957d1166f767
3
+ size 260853861
runs/Mar07_22-25-28_386b69886cfc/1678227943.9029107/events.out.tfevents.1678227943.386b69886cfc.559.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:717663be4ee19c1c627674b9d45b30cfcb68f7f103c0711387c97ee14d214a73
3
+ size 5763
runs/Mar07_22-25-28_386b69886cfc/events.out.tfevents.1678227943.386b69886cfc.559.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca761c9856dca818f33ed3e75b5a080479a680330eb8ac784978aab413e01fdc
3
+ size 5187
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:a6ee4efceb216c23ee08334cff65f83ffd05a9eeb336b886e33010e3a54d61cb
3
+ size 3515
vocab.txt ADDED
The diff for this file is too large to render. See raw diff