Training in progress, epoch 1
Browse files- .gitignore +1 -0
- config.json +100 -0
- pytorch_model.bin +3 -0
- runs/Aug05_00-43-54_b07d654517e1/events.out.tfevents.1691196245.b07d654517e1.1483.0 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +13 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased",
|
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": "Modell",
|
13 |
+
"1": "Marke",
|
14 |
+
"2": "Produktlinie",
|
15 |
+
"3": "Schuhschaft-Typ",
|
16 |
+
"4": "Farbe",
|
17 |
+
"5": "US-Schuhgr\u00f6\u00dfe",
|
18 |
+
"6": "EU-Schuhgr\u00f6\u00dfe",
|
19 |
+
"7": "No Tag",
|
20 |
+
"8": "Akzente",
|
21 |
+
"9": "Abteilung",
|
22 |
+
"10": "Produktart",
|
23 |
+
"11": "Muster",
|
24 |
+
"12": "Stil",
|
25 |
+
"13": "Zwischensohlen-Typ",
|
26 |
+
"14": "Obermaterial",
|
27 |
+
"15": "Herstellernummer",
|
28 |
+
"16": "Gewebeart",
|
29 |
+
"17": "Verschluss",
|
30 |
+
"18": "Erscheinungsjahr",
|
31 |
+
"19": "Anlass",
|
32 |
+
"20": "Aktivit\u00e4t",
|
33 |
+
"21": "Besonderheiten",
|
34 |
+
"22": "Ma\u00dfeinheit",
|
35 |
+
"23": "Thema",
|
36 |
+
"24": "UK-Schuhgr\u00f6\u00dfe",
|
37 |
+
"25": "D\u00e4mpfungsgrad",
|
38 |
+
"26": "Herstellungsland und -region",
|
39 |
+
"27": "Schuhweite",
|
40 |
+
"28": "Jahreszeit",
|
41 |
+
"29": "Laufsohlenmaterial",
|
42 |
+
"30": "Innensohlenmaterial",
|
43 |
+
"31": "Obscure",
|
44 |
+
"32": "Futtermaterial",
|
45 |
+
"33": "Charakter",
|
46 |
+
"34": "Stollentyp",
|
47 |
+
"35": "Charakter Familie"
|
48 |
+
},
|
49 |
+
"initializer_range": 0.02,
|
50 |
+
"label2id": {
|
51 |
+
"Abteilung": 9,
|
52 |
+
"Aktivit\u00e4t": 20,
|
53 |
+
"Akzente": 8,
|
54 |
+
"Anlass": 19,
|
55 |
+
"Besonderheiten": 21,
|
56 |
+
"Charakter": 33,
|
57 |
+
"Charakter Familie": 35,
|
58 |
+
"D\u00e4mpfungsgrad": 25,
|
59 |
+
"EU-Schuhgr\u00f6\u00dfe": 6,
|
60 |
+
"Erscheinungsjahr": 18,
|
61 |
+
"Farbe": 4,
|
62 |
+
"Futtermaterial": 32,
|
63 |
+
"Gewebeart": 16,
|
64 |
+
"Herstellernummer": 15,
|
65 |
+
"Herstellungsland und -region": 26,
|
66 |
+
"Innensohlenmaterial": 30,
|
67 |
+
"Jahreszeit": 28,
|
68 |
+
"Laufsohlenmaterial": 29,
|
69 |
+
"Marke": 1,
|
70 |
+
"Ma\u00dfeinheit": 22,
|
71 |
+
"Modell": 0,
|
72 |
+
"Muster": 11,
|
73 |
+
"No Tag": 7,
|
74 |
+
"Obermaterial": 14,
|
75 |
+
"Obscure": 31,
|
76 |
+
"Produktart": 10,
|
77 |
+
"Produktlinie": 2,
|
78 |
+
"Schuhschaft-Typ": 3,
|
79 |
+
"Schuhweite": 27,
|
80 |
+
"Stil": 12,
|
81 |
+
"Stollentyp": 34,
|
82 |
+
"Thema": 23,
|
83 |
+
"UK-Schuhgr\u00f6\u00dfe": 24,
|
84 |
+
"US-Schuhgr\u00f6\u00dfe": 5,
|
85 |
+
"Verschluss": 17,
|
86 |
+
"Zwischensohlen-Typ": 13
|
87 |
+
},
|
88 |
+
"max_position_embeddings": 512,
|
89 |
+
"model_type": "distilbert",
|
90 |
+
"n_heads": 12,
|
91 |
+
"n_layers": 6,
|
92 |
+
"pad_token_id": 0,
|
93 |
+
"qa_dropout": 0.1,
|
94 |
+
"seq_classif_dropout": 0.2,
|
95 |
+
"sinusoidal_pos_embds": false,
|
96 |
+
"tie_weights_": true,
|
97 |
+
"torch_dtype": "float32",
|
98 |
+
"transformers_version": "4.31.0",
|
99 |
+
"vocab_size": 30522
|
100 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66700bebb950e7fbcdfa7da95e447bd0b7e5efc4f6a50d1aa7562a52c70feecc
|
3 |
+
size 265597093
|
runs/Aug05_00-43-54_b07d654517e1/events.out.tfevents.1691196245.b07d654517e1.1483.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6f882fcd4c2e71722d2b1178f748e5b79bc61ffbbbc04b2a958cab61cf0864d
|
3 |
+
size 6273
|
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,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"clean_up_tokenization_spaces": true,
|
3 |
+
"cls_token": "[CLS]",
|
4 |
+
"do_lower_case": true,
|
5 |
+
"mask_token": "[MASK]",
|
6 |
+
"model_max_length": 512,
|
7 |
+
"pad_token": "[PAD]",
|
8 |
+
"sep_token": "[SEP]",
|
9 |
+
"strip_accents": null,
|
10 |
+
"tokenize_chinese_chars": true,
|
11 |
+
"tokenizer_class": "DistilBertTokenizer",
|
12 |
+
"unk_token": "[UNK]"
|
13 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37316e97e726bf0e0a6d39793c81c7b7fc6e175491a319cec707f54d55e060d9
|
3 |
+
size 3963
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|