Commit
·
4d122f5
1
Parent(s):
dec8d2f
Training in progress, epoch 1
Browse files- config.json +14 -16
- model.safetensors +2 -2
- runs/Nov23_18-16-40_148d266fc63b/events.out.tfevents.1700763410.148d266fc63b.2595.1 +3 -0
- runs/Nov23_18-17-44_148d266fc63b/events.out.tfevents.1700763466.148d266fc63b.2595.2 +3 -0
- runs/Nov23_18-18-57_148d266fc63b/events.out.tfevents.1700763540.148d266fc63b.2595.3 +3 -0
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -1,37 +1,35 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
|
|
|
| 3 |
"architectures": [
|
| 4 |
-
"
|
| 5 |
],
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"hidden_dropout_prob": 0.1,
|
| 11 |
-
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
"0": "LABEL_0",
|
| 14 |
"1": "LABEL_1",
|
| 15 |
"2": "LABEL_2"
|
| 16 |
},
|
| 17 |
"initializer_range": 0.02,
|
| 18 |
-
"intermediate_size": 3072,
|
| 19 |
"label2id": {
|
| 20 |
"LABEL_0": 0,
|
| 21 |
"LABEL_1": 1,
|
| 22 |
"LABEL_2": 2
|
| 23 |
},
|
| 24 |
-
"layer_norm_eps": 1e-12,
|
| 25 |
"max_position_embeddings": 512,
|
| 26 |
-
"model_type": "
|
| 27 |
-
"
|
| 28 |
-
"
|
| 29 |
"pad_token_id": 0,
|
| 30 |
-
"position_embedding_type": "absolute",
|
| 31 |
"problem_type": "single_label_classification",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
"torch_dtype": "float32",
|
| 33 |
"transformers_version": "4.35.2",
|
| 34 |
-
"type_vocab_size": 2,
|
| 35 |
-
"use_cache": true,
|
| 36 |
"vocab_size": 30522
|
| 37 |
}
|
|
|
|
| 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": "LABEL_0",
|
| 13 |
"1": "LABEL_1",
|
| 14 |
"2": "LABEL_2"
|
| 15 |
},
|
| 16 |
"initializer_range": 0.02,
|
|
|
|
| 17 |
"label2id": {
|
| 18 |
"LABEL_0": 0,
|
| 19 |
"LABEL_1": 1,
|
| 20 |
"LABEL_2": 2
|
| 21 |
},
|
|
|
|
| 22 |
"max_position_embeddings": 512,
|
| 23 |
+
"model_type": "distilbert",
|
| 24 |
+
"n_heads": 12,
|
| 25 |
+
"n_layers": 6,
|
| 26 |
"pad_token_id": 0,
|
|
|
|
| 27 |
"problem_type": "single_label_classification",
|
| 28 |
+
"qa_dropout": 0.1,
|
| 29 |
+
"seq_classif_dropout": 0.2,
|
| 30 |
+
"sinusoidal_pos_embds": false,
|
| 31 |
+
"tie_weights_": true,
|
| 32 |
"torch_dtype": "float32",
|
| 33 |
"transformers_version": "4.35.2",
|
|
|
|
|
|
|
| 34 |
"vocab_size": 30522
|
| 35 |
}
|
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:ce551aab616ffa79afaeed573fbf134ce2d57d810bfa7e3d89b91a72265cd2f3
|
| 3 |
+
size 267835644
|
runs/Nov23_18-16-40_148d266fc63b/events.out.tfevents.1700763410.148d266fc63b.2595.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83080bcb38f46cf855ae7d63391a2d2611c14e3f3c7309fdc9861c81a0d87fd7
|
| 3 |
+
size 4297
|
runs/Nov23_18-17-44_148d266fc63b/events.out.tfevents.1700763466.148d266fc63b.2595.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8da3b677b313f5ce41f6aab06a694780a0a24d90211b4370079783d320ea1619
|
| 3 |
+
size 4346
|
runs/Nov23_18-18-57_148d266fc63b/events.out.tfevents.1700763540.148d266fc63b.2595.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b25fc9db4b86c279a9f457d93428ff401403b74258ac2909c2d165e26a2448d8
|
| 3 |
+
size 5290
|
tokenizer_config.json
CHANGED
|
@@ -50,6 +50,6 @@
|
|
| 50 |
"sep_token": "[SEP]",
|
| 51 |
"strip_accents": null,
|
| 52 |
"tokenize_chinese_chars": true,
|
| 53 |
-
"tokenizer_class": "
|
| 54 |
"unk_token": "[UNK]"
|
| 55 |
}
|
|
|
|
| 50 |
"sep_token": "[SEP]",
|
| 51 |
"strip_accents": null,
|
| 52 |
"tokenize_chinese_chars": true,
|
| 53 |
+
"tokenizer_class": "DistilBertTokenizer",
|
| 54 |
"unk_token": "[UNK]"
|
| 55 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4600
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db30db7f9e71bc6b2cdd49a70f693e8fff56fe4d5b5e19858ae76a502d0ed293
|
| 3 |
size 4600
|