Training in progress, epoch 1
Browse files- config.json +13 -15
- model.safetensors +2 -2
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -1,14 +1,13 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
-
"
|
| 6 |
-
"
|
|
|
|
| 7 |
"dtype": "float32",
|
| 8 |
-
"
|
| 9 |
-
"hidden_act": "gelu",
|
| 10 |
-
"hidden_dropout_prob": 0.1,
|
| 11 |
-
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
"0": "LABEL_0",
|
| 14 |
"1": "LABEL_1",
|
|
@@ -165,7 +164,6 @@
|
|
| 165 |
"152": "LABEL_152"
|
| 166 |
},
|
| 167 |
"initializer_range": 0.02,
|
| 168 |
-
"intermediate_size": 3072,
|
| 169 |
"label2id": {
|
| 170 |
"LABEL_0": 0,
|
| 171 |
"LABEL_1": 1,
|
|
@@ -321,16 +319,16 @@
|
|
| 321 |
"LABEL_98": 98,
|
| 322 |
"LABEL_99": 99
|
| 323 |
},
|
| 324 |
-
"layer_norm_eps": 1e-12,
|
| 325 |
"max_position_embeddings": 512,
|
| 326 |
-
"model_type": "
|
| 327 |
-
"
|
| 328 |
-
"
|
| 329 |
"pad_token_id": 0,
|
| 330 |
-
"position_embedding_type": "absolute",
|
| 331 |
"problem_type": "multi_label_classification",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 332 |
"transformers_version": "4.57.2",
|
| 333 |
-
"type_vocab_size": 2,
|
| 334 |
-
"use_cache": true,
|
| 335 |
"vocab_size": 30522
|
| 336 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"activation": "gelu",
|
| 3 |
"architectures": [
|
| 4 |
+
"DistilBertForSequenceClassification"
|
| 5 |
],
|
| 6 |
+
"attention_dropout": 0.1,
|
| 7 |
+
"dim": 768,
|
| 8 |
+
"dropout": 0.1,
|
| 9 |
"dtype": "float32",
|
| 10 |
+
"hidden_dim": 3072,
|
|
|
|
|
|
|
|
|
|
| 11 |
"id2label": {
|
| 12 |
"0": "LABEL_0",
|
| 13 |
"1": "LABEL_1",
|
|
|
|
| 164 |
"152": "LABEL_152"
|
| 165 |
},
|
| 166 |
"initializer_range": 0.02,
|
|
|
|
| 167 |
"label2id": {
|
| 168 |
"LABEL_0": 0,
|
| 169 |
"LABEL_1": 1,
|
|
|
|
| 319 |
"LABEL_98": 98,
|
| 320 |
"LABEL_99": 99
|
| 321 |
},
|
|
|
|
| 322 |
"max_position_embeddings": 512,
|
| 323 |
+
"model_type": "distilbert",
|
| 324 |
+
"n_heads": 12,
|
| 325 |
+
"n_layers": 6,
|
| 326 |
"pad_token_id": 0,
|
|
|
|
| 327 |
"problem_type": "multi_label_classification",
|
| 328 |
+
"qa_dropout": 0.1,
|
| 329 |
+
"seq_classif_dropout": 0.2,
|
| 330 |
+
"sinusoidal_pos_embds": false,
|
| 331 |
+
"tie_weights_": true,
|
| 332 |
"transformers_version": "4.57.2",
|
|
|
|
|
|
|
| 333 |
"vocab_size": 30522
|
| 334 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5f3cd1fbf03c1e34613ae52a733076d2deb8a5823b484323f2e8e3b8a10f9e2
|
| 3 |
+
size 268297052
|
tokenizer_config.json
CHANGED
|
@@ -51,6 +51,6 @@
|
|
| 51 |
"sep_token": "[SEP]",
|
| 52 |
"strip_accents": null,
|
| 53 |
"tokenize_chinese_chars": true,
|
| 54 |
-
"tokenizer_class": "
|
| 55 |
"unk_token": "[UNK]"
|
| 56 |
}
|
|
|
|
| 51 |
"sep_token": "[SEP]",
|
| 52 |
"strip_accents": null,
|
| 53 |
"tokenize_chinese_chars": true,
|
| 54 |
+
"tokenizer_class": "DistilBertTokenizer",
|
| 55 |
"unk_token": "[UNK]"
|
| 56 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5841
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc4ba50aa163c7cc2a628e8b900d7ffe515868db1a3cb018bf3c4fe7afdd7b7f
|
| 3 |
size 5841
|