Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +70 -0
- pytorch_model.bin +3 -0
- runs/Jan03_14-53-16_6b4cf278a7eb/1672757605.2650783/events.out.tfevents.1672757605.6b4cf278a7eb +3 -0
- runs/Jan03_14-53-16_6b4cf278a7eb/events.out.tfevents.1672757605.6b4cf278a7eb +3 -0
- runs/Jan03_14-54-12_6b4cf278a7eb/1672757657.7639585/events.out.tfevents.1672757657.6b4cf278a7eb +3 -0
- runs/Jan03_14-54-12_6b4cf278a7eb/events.out.tfevents.1672757657.6b4cf278a7eb +3 -0
- runs/Jan03_14-55-22_6b4cf278a7eb/1672757727.876/events.out.tfevents.1672757727.6b4cf278a7eb +3 -0
- runs/Jan03_14-55-22_6b4cf278a7eb/events.out.tfevents.1672757727.6b4cf278a7eb +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +16 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-cased",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
11 |
+
"id2label": {
|
12 |
+
"0": "LABEL_0",
|
13 |
+
"1": "LABEL_1",
|
14 |
+
"2": "LABEL_2",
|
15 |
+
"3": "LABEL_3",
|
16 |
+
"4": "LABEL_4",
|
17 |
+
"5": "LABEL_5",
|
18 |
+
"6": "LABEL_6",
|
19 |
+
"7": "LABEL_7",
|
20 |
+
"8": "LABEL_8",
|
21 |
+
"9": "LABEL_9",
|
22 |
+
"10": "LABEL_10",
|
23 |
+
"11": "LABEL_11",
|
24 |
+
"12": "LABEL_12",
|
25 |
+
"13": "LABEL_13",
|
26 |
+
"14": "LABEL_14",
|
27 |
+
"15": "LABEL_15",
|
28 |
+
"16": "LABEL_16",
|
29 |
+
"17": "LABEL_17",
|
30 |
+
"18": "LABEL_18",
|
31 |
+
"19": "LABEL_19"
|
32 |
+
},
|
33 |
+
"initializer_range": 0.02,
|
34 |
+
"label2id": {
|
35 |
+
"LABEL_0": 0,
|
36 |
+
"LABEL_1": 1,
|
37 |
+
"LABEL_10": 10,
|
38 |
+
"LABEL_11": 11,
|
39 |
+
"LABEL_12": 12,
|
40 |
+
"LABEL_13": 13,
|
41 |
+
"LABEL_14": 14,
|
42 |
+
"LABEL_15": 15,
|
43 |
+
"LABEL_16": 16,
|
44 |
+
"LABEL_17": 17,
|
45 |
+
"LABEL_18": 18,
|
46 |
+
"LABEL_19": 19,
|
47 |
+
"LABEL_2": 2,
|
48 |
+
"LABEL_3": 3,
|
49 |
+
"LABEL_4": 4,
|
50 |
+
"LABEL_5": 5,
|
51 |
+
"LABEL_6": 6,
|
52 |
+
"LABEL_7": 7,
|
53 |
+
"LABEL_8": 8,
|
54 |
+
"LABEL_9": 9
|
55 |
+
},
|
56 |
+
"max_position_embeddings": 512,
|
57 |
+
"model_type": "distilbert",
|
58 |
+
"n_heads": 12,
|
59 |
+
"n_layers": 6,
|
60 |
+
"output_past": true,
|
61 |
+
"pad_token_id": 0,
|
62 |
+
"problem_type": "single_label_classification",
|
63 |
+
"qa_dropout": 0.1,
|
64 |
+
"seq_classif_dropout": 0.2,
|
65 |
+
"sinusoidal_pos_embds": false,
|
66 |
+
"tie_weights_": true,
|
67 |
+
"torch_dtype": "float32",
|
68 |
+
"transformers_version": "4.25.1",
|
69 |
+
"vocab_size": 28996
|
70 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4f81d4d4d4723895f40e7b781dba57be626eec8fd63dacf1795036a723122c5
|
3 |
+
size 263223021
|
runs/Jan03_14-53-16_6b4cf278a7eb/1672757605.2650783/events.out.tfevents.1672757605.6b4cf278a7eb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4419fde9c0219b951c613b982d735948051f266748aa9024cc56191d8546ccc
|
3 |
+
size 5280
|
runs/Jan03_14-53-16_6b4cf278a7eb/events.out.tfevents.1672757605.6b4cf278a7eb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a89575c7a09166abd2f54b824e009fa750dceee87536aafa8515bf0feceff7be
|
3 |
+
size 4430
|
runs/Jan03_14-54-12_6b4cf278a7eb/1672757657.7639585/events.out.tfevents.1672757657.6b4cf278a7eb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8503fe7b5daeab0851b464f922e8b30e5ea72e1746e908182dbd069afd126e1d
|
3 |
+
size 5280
|
runs/Jan03_14-54-12_6b4cf278a7eb/events.out.tfevents.1672757657.6b4cf278a7eb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24deb54188aebd6733fee826eb4c2e4c0d56591fba72175ebf9ba72c4d741f8e
|
3 |
+
size 4430
|
runs/Jan03_14-55-22_6b4cf278a7eb/1672757727.876/events.out.tfevents.1672757727.6b4cf278a7eb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:acc6e729b38d42f56b624a64bae2e9864ad74871f1a9a2400413423c098dbe15
|
3 |
+
size 5280
|
runs/Jan03_14-55-22_6b4cf278a7eb/events.out.tfevents.1672757727.6b4cf278a7eb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cd3f0447fd478ef5c071b0bd5c94235906f95ae6775f6fcf73aefaa6543738e2
|
3 |
+
size 4587
|
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,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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-cased",
|
7 |
+
"num_labels": 20,
|
8 |
+
"pad_token": "[PAD]",
|
9 |
+
"sep_token": "[SEP]",
|
10 |
+
"special_tokens_map_file": null,
|
11 |
+
"strip_accents": null,
|
12 |
+
"tokenize_chinese_chars": true,
|
13 |
+
"tokenizer_class": "DistilBertTokenizer",
|
14 |
+
"truncation": true,
|
15 |
+
"unk_token": "[UNK]"
|
16 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db0030638efb8e22ffde6867c497c2b3939d650c01b01aeec1ea0fec47a63397
|
3 |
+
size 3387
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|