Doku Tran commited on
Training in progress, epoch 1
Browse files- config.json +33 -0
- model.safetensors +3 -0
- runs/Oct11_19-32-51_Dokus-PC/events.out.tfevents.1728649972.Dokus-PC.15612.0 +3 -0
- runs/Oct11_19-51-44_Dokus-PC/events.out.tfevents.1728651105.Dokus-PC.29628.0 +3 -0
- runs/Oct11_19-57-21_Dokus-PC/events.out.tfevents.1728651442.Dokus-PC.30892.0 +3 -0
- runs/Oct11_20-07-58_Dokus-PC/events.out.tfevents.1728652080.Dokus-PC.33576.0 +3 -0
- runs/Oct11_20-14-03_Dokus-PC/events.out.tfevents.1728652444.Dokus-PC.21404.0 +3 -0
- runs/Oct11_20-15-06_Dokus-PC/events.out.tfevents.1728652507.Dokus-PC.10976.0 +3 -0
- runs/Oct11_20-15-53_Dokus-PC/events.out.tfevents.1728652555.Dokus-PC.22912.0 +3 -0
- runs/Oct11_20-16-57_Dokus-PC/events.out.tfevents.1728652618.Dokus-PC.27800.0 +3 -0
- runs/Oct11_20-20-07_Dokus-PC/events.out.tfevents.1728652808.Dokus-PC.15712.0 +3 -0
- runs/Oct11_20-20-48_Dokus-PC/events.out.tfevents.1728652849.Dokus-PC.14484.0 +3 -0
- special_tokens_map.json +7 -0
- tokenizer.json +0 -0
- tokenizer_config.json +55 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "distilbert/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": "NEGATIVE",
|
| 13 |
+
"1": "POSITIVE"
|
| 14 |
+
},
|
| 15 |
+
"initializer_range": 0.02,
|
| 16 |
+
"label2id": {
|
| 17 |
+
"NEGATIVE": 0,
|
| 18 |
+
"POSITIVE": 1
|
| 19 |
+
},
|
| 20 |
+
"max_position_embeddings": 512,
|
| 21 |
+
"model_type": "distilbert",
|
| 22 |
+
"n_heads": 12,
|
| 23 |
+
"n_layers": 6,
|
| 24 |
+
"pad_token_id": 0,
|
| 25 |
+
"problem_type": "single_label_classification",
|
| 26 |
+
"qa_dropout": 0.1,
|
| 27 |
+
"seq_classif_dropout": 0.2,
|
| 28 |
+
"sinusoidal_pos_embds": false,
|
| 29 |
+
"tie_weights_": true,
|
| 30 |
+
"torch_dtype": "float32",
|
| 31 |
+
"transformers_version": "4.45.2",
|
| 32 |
+
"vocab_size": 30522
|
| 33 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:601323db0ba808454a9d8202808bbdbbee0b9530f9763bbf49ef6720962474f0
|
| 3 |
+
size 267832560
|
runs/Oct11_19-32-51_Dokus-PC/events.out.tfevents.1728649972.Dokus-PC.15612.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:faae12d5488f92ee6c9b13553a5e38995eaa1d1226c0676646b30a866bff4f9b
|
| 3 |
+
size 5790
|
runs/Oct11_19-51-44_Dokus-PC/events.out.tfevents.1728651105.Dokus-PC.29628.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d76b72fbf2491b862f2c62f11aa91188facc42b59ea4f83cbc60b78da97f60db
|
| 3 |
+
size 4943
|
runs/Oct11_19-57-21_Dokus-PC/events.out.tfevents.1728651442.Dokus-PC.30892.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0d65f58367223ffa98893407e7cd289efa4613cf2daf689fca50a962eb2c330
|
| 3 |
+
size 5153
|
runs/Oct11_20-07-58_Dokus-PC/events.out.tfevents.1728652080.Dokus-PC.33576.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d66dbc5be7f8f53b1194155c09ea37741ef69bd025a27b58f2d9521fd7f0e860
|
| 3 |
+
size 5152
|
runs/Oct11_20-14-03_Dokus-PC/events.out.tfevents.1728652444.Dokus-PC.21404.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4fc301b73dbcd7cba37d6ff0c1ad672eb3c45e538b620a8ea0ff01eb713bb7ec
|
| 3 |
+
size 4939
|
runs/Oct11_20-15-06_Dokus-PC/events.out.tfevents.1728652507.Dokus-PC.10976.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a2b3e75c33e538c513ae782ef9f91c64d66c798c8ca93752a35ae2fe8273ac7
|
| 3 |
+
size 4939
|
runs/Oct11_20-15-53_Dokus-PC/events.out.tfevents.1728652555.Dokus-PC.22912.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da11f1ff400b98ceb1c19d3097850a01d3a37cc8d42a1596f254e252db7c371f
|
| 3 |
+
size 4939
|
runs/Oct11_20-16-57_Dokus-PC/events.out.tfevents.1728652618.Dokus-PC.27800.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:42a1219543f2224d1cc440a577fbf138427af9ac4c504113a1a8268787d65372
|
| 3 |
+
size 4939
|
runs/Oct11_20-20-07_Dokus-PC/events.out.tfevents.1728652808.Dokus-PC.15712.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e46cac7a6ca82fed170b17e9b40a58512deb8e3fc13a587aff50970f7d3b0a95
|
| 3 |
+
size 4939
|
runs/Oct11_20-20-48_Dokus-PC/events.out.tfevents.1728652849.Dokus-PC.14484.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7f2db46d47116ef5b63b4c7cb0c8c6340a1eaba748547e3ffdbbc5967ae37afa
|
| 3 |
+
size 6109
|
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,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"added_tokens_decoder": {
|
| 3 |
+
"0": {
|
| 4 |
+
"content": "[PAD]",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false,
|
| 9 |
+
"special": true
|
| 10 |
+
},
|
| 11 |
+
"100": {
|
| 12 |
+
"content": "[UNK]",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false,
|
| 17 |
+
"special": true
|
| 18 |
+
},
|
| 19 |
+
"101": {
|
| 20 |
+
"content": "[CLS]",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false,
|
| 25 |
+
"special": true
|
| 26 |
+
},
|
| 27 |
+
"102": {
|
| 28 |
+
"content": "[SEP]",
|
| 29 |
+
"lstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"rstrip": false,
|
| 32 |
+
"single_word": false,
|
| 33 |
+
"special": true
|
| 34 |
+
},
|
| 35 |
+
"103": {
|
| 36 |
+
"content": "[MASK]",
|
| 37 |
+
"lstrip": false,
|
| 38 |
+
"normalized": false,
|
| 39 |
+
"rstrip": false,
|
| 40 |
+
"single_word": false,
|
| 41 |
+
"special": true
|
| 42 |
+
}
|
| 43 |
+
},
|
| 44 |
+
"clean_up_tokenization_spaces": false,
|
| 45 |
+
"cls_token": "[CLS]",
|
| 46 |
+
"do_lower_case": true,
|
| 47 |
+
"mask_token": "[MASK]",
|
| 48 |
+
"model_max_length": 512,
|
| 49 |
+
"pad_token": "[PAD]",
|
| 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
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2999a5a01e2171eb5b99cfd2ff23e1ddce0617658472443a470fec02a83469a
|
| 3 |
+
size 5240
|
vocab.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|