Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +63 -0
- pytorch_model.bin +3 -0
- runs/Nov10_18-36-36_b39c21e49e64/1636569414.5184932/events.out.tfevents.1636569414.b39c21e49e64.65.21 +3 -0
- runs/Nov10_18-36-36_b39c21e49e64/events.out.tfevents.1636569414.b39c21e49e64.65.20 +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": "Eko",
|
13 |
+
"1": "Ozymandias",
|
14 |
+
"2": "Destoroyar",
|
15 |
+
"3": "Sir Swagmeyer",
|
16 |
+
"4": "CupcakeWarrior",
|
17 |
+
"5": "Zia",
|
18 |
+
"6": "Ringo Testarossa",
|
19 |
+
"7": "Megane",
|
20 |
+
"8": "The_Pope",
|
21 |
+
"9": "sleepymeido",
|
22 |
+
"10": "MastigosWilkins",
|
23 |
+
"11": "Tachi",
|
24 |
+
"12": "South African Salmon Bush War",
|
25 |
+
"13": "max56709",
|
26 |
+
"14": "Lapan",
|
27 |
+
"15": "Beatani",
|
28 |
+
"16": "unknown"
|
29 |
+
},
|
30 |
+
"initializer_range": 0.02,
|
31 |
+
"label2id": {
|
32 |
+
"Beatani": 15,
|
33 |
+
"CupcakeWarrior": 4,
|
34 |
+
"Destoroyar": 2,
|
35 |
+
"Eko": 0,
|
36 |
+
"Lapan": 14,
|
37 |
+
"MastigosWilkins": 10,
|
38 |
+
"Megane": 7,
|
39 |
+
"Ozymandias": 1,
|
40 |
+
"Ringo Testarossa": 6,
|
41 |
+
"Sir Swagmeyer": 3,
|
42 |
+
"South African Salmon Bush War": 12,
|
43 |
+
"Tachi": 11,
|
44 |
+
"The_Pope": 8,
|
45 |
+
"Zia": 5,
|
46 |
+
"max56709": 13,
|
47 |
+
"sleepymeido": 9,
|
48 |
+
"unknown": 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 |
+
"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:d3eda50b9eeebebb92aafcd17115d97c24518ba2b5ae55e52b3b7c3bc9a5c61e
|
3 |
+
size 267906225
|
runs/Nov10_18-36-36_b39c21e49e64/1636569414.5184932/events.out.tfevents.1636569414.b39c21e49e64.65.21
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87d21bf084d99b24f850d7b9bbe31174d09fcf12135012919b309b6094f0d2a7
|
3 |
+
size 4586
|
runs/Nov10_18-36-36_b39c21e49e64/events.out.tfevents.1636569414.b39c21e49e64.65.20
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:10b1c0ab0caafd185c6983f1bd380d1d38947a5238907d550cbb2b7074ed42ce
|
3 |
+
size 7216
|
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:a9fbe720980070f11dfaeca0be102f2d1bec6c086a6c68e3709aed1cf78a8dd4
|
3 |
+
size 2863
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|