Training in progress, epoch 1
Browse files- config.json +53 -0
- logs/events.out.tfevents.1720020332.Daniels-MBP.lan +3 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "bert-base-uncased",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "BAG",
|
14 |
+
"1": "DRESS",
|
15 |
+
"10": "TOPS",
|
16 |
+
"2": "JEWELRY",
|
17 |
+
"3": "LINGERIE",
|
18 |
+
"4": "OTHERS",
|
19 |
+
"5": "OUTERWEAR",
|
20 |
+
"6": "PANT",
|
21 |
+
"7": "SHOE",
|
22 |
+
"8": "SHORTS",
|
23 |
+
"9": "SKIRT"
|
24 |
+
},
|
25 |
+
"initializer_range": 0.02,
|
26 |
+
"intermediate_size": 3072,
|
27 |
+
"label2id": {
|
28 |
+
"BAG": "0",
|
29 |
+
"DRESS": "1",
|
30 |
+
"JEWELRY": "2",
|
31 |
+
"LINGERIE": "3",
|
32 |
+
"OTHERS": "4",
|
33 |
+
"OUTERWEAR": "5",
|
34 |
+
"PANT": "6",
|
35 |
+
"SHOE": "7",
|
36 |
+
"SHORTS": "8",
|
37 |
+
"SKIRT": "9",
|
38 |
+
"TOPS": "10"
|
39 |
+
},
|
40 |
+
"layer_norm_eps": 1e-12,
|
41 |
+
"max_position_embeddings": 512,
|
42 |
+
"model_type": "bert",
|
43 |
+
"num_attention_heads": 12,
|
44 |
+
"num_hidden_layers": 12,
|
45 |
+
"pad_token_id": 0,
|
46 |
+
"position_embedding_type": "absolute",
|
47 |
+
"problem_type": "single_label_classification",
|
48 |
+
"torch_dtype": "float32",
|
49 |
+
"transformers_version": "4.42.3",
|
50 |
+
"type_vocab_size": 2,
|
51 |
+
"use_cache": true,
|
52 |
+
"vocab_size": 30522
|
53 |
+
}
|
logs/events.out.tfevents.1720020332.Daniels-MBP.lan
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e77e708fe13c4290543e5aacb90d59c3e412e923f4ffee214654fd48adecdff1
|
3 |
+
size 5311
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6db1125ba0af0adabd9a3ae7facb4c3fc38dd303325936addd9fe43d9eefb251
|
3 |
+
size 437986332
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8f4c763b67c28d826c2fa04d55c04ab7bd96bf05b0e5cd21c583fa6cdc54acc
|
3 |
+
size 5176
|