Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +63 -0
- pytorch_model.bin +3 -0
- runs/Nov07_03-04-37_1d1ed82dae49/1636254314.1740193/events.out.tfevents.1636254314.1d1ed82dae49.77.1 +3 -0
- runs/Nov07_03-04-37_1d1ed82dae49/events.out.tfevents.1636254314.1d1ed82dae49.77.0 +3 -0
- special_tokens_map.json +1 -0
- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased",
|
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 |
+
},
|
30 |
+
"initializer_range": 0.02,
|
31 |
+
"label2id": {
|
32 |
+
"LABEL_0": 0,
|
33 |
+
"LABEL_1": 1,
|
34 |
+
"LABEL_10": 10,
|
35 |
+
"LABEL_11": 11,
|
36 |
+
"LABEL_12": 12,
|
37 |
+
"LABEL_13": 13,
|
38 |
+
"LABEL_14": 14,
|
39 |
+
"LABEL_15": 15,
|
40 |
+
"LABEL_16": 16,
|
41 |
+
"LABEL_2": 2,
|
42 |
+
"LABEL_3": 3,
|
43 |
+
"LABEL_4": 4,
|
44 |
+
"LABEL_5": 5,
|
45 |
+
"LABEL_6": 6,
|
46 |
+
"LABEL_7": 7,
|
47 |
+
"LABEL_8": 8,
|
48 |
+
"LABEL_9": 9
|
49 |
+
},
|
50 |
+
"max_position_embeddings": 512,
|
51 |
+
"model_type": "distilbert",
|
52 |
+
"n_heads": 12,
|
53 |
+
"n_layers": 6,
|
54 |
+
"pad_token_id": 0,
|
55 |
+
"problem_type": "single_label_classification",
|
56 |
+
"qa_dropout": 0.1,
|
57 |
+
"seq_classif_dropout": 0.2,
|
58 |
+
"sinusoidal_pos_embds": false,
|
59 |
+
"tie_weights_": true,
|
60 |
+
"torch_dtype": "float32",
|
61 |
+
"transformers_version": "4.12.3",
|
62 |
+
"vocab_size": 30522
|
63 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a749560568f40a1210a15cf61cc5d1c580ddbf3e407555d36f0027d9501f9245
|
3 |
+
size 267906225
|
runs/Nov07_03-04-37_1d1ed82dae49/1636254314.1740193/events.out.tfevents.1636254314.1d1ed82dae49.77.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10b56f839b0314dcd0605f5504020196606f7f4833f330c66546c7718d44eba6
|
3 |
+
size 4580
|
runs/Nov07_03-04-37_1d1ed82dae49/events.out.tfevents.1636254314.1d1ed82dae49.77.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d54ae96e6bc3e67fd1f5a0c7d389851a87a1bd003c0ed1fcfdb99b17391b3cea
|
3 |
+
size 4134
|
special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-uncased", "tokenizer_class": "DistilBertTokenizer"}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30e068ded400d0d75924320aaf3a1b4b847a6ccde1667a8a24a66a0a12918dce
|
3 |
+
size 2863
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|