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