Model save
Browse files- last-checkpoint/generation_config.json → generation_config.json +0 -0
- last-checkpoint/config.json +0 -24
- last-checkpoint/optimizer.pt +0 -3
- last-checkpoint/pytorch_model.bin +0 -3
- last-checkpoint/rng_state.pth +0 -3
- last-checkpoint/scaler.pt +0 -3
- last-checkpoint/scheduler.pt +0 -3
- last-checkpoint/special_tokens_map.json +0 -7
- last-checkpoint/tokenizer.json +0 -0
- last-checkpoint/tokenizer_config.json +0 -13
- last-checkpoint/trainer_state.json +0 -0
- last-checkpoint/training_args.bin +0 -3
- runs/Feb22_09-35-52_ubuntu-2004/events.out.tfevents.1677026198.ubuntu-2004.1870487.0 +2 -2
last-checkpoint/generation_config.json → generation_config.json
RENAMED
File without changes
|
last-checkpoint/config.json
DELETED
@@ -1,24 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"architectures": [
|
3 |
-
"BertForMaskedLM"
|
4 |
-
],
|
5 |
-
"attention_probs_dropout_prob": 0.1,
|
6 |
-
"classifier_dropout": null,
|
7 |
-
"hidden_act": "gelu",
|
8 |
-
"hidden_dropout_prob": 0.1,
|
9 |
-
"hidden_size": 512,
|
10 |
-
"initializer_range": 0.02,
|
11 |
-
"intermediate_size": 2048,
|
12 |
-
"layer_norm_eps": 1e-12,
|
13 |
-
"max_position_embeddings": 512,
|
14 |
-
"model_type": "bert",
|
15 |
-
"num_attention_heads": 8,
|
16 |
-
"num_hidden_layers": 4,
|
17 |
-
"pad_token_id": 0,
|
18 |
-
"position_embedding_type": "absolute",
|
19 |
-
"torch_dtype": "float32",
|
20 |
-
"transformers_version": "4.26.1",
|
21 |
-
"type_vocab_size": 2,
|
22 |
-
"use_cache": true,
|
23 |
-
"vocab_size": 32000
|
24 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
last-checkpoint/optimizer.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:1767ad24a3383984ce8730d69f87ce5710e95d8d3ba7a78f51e031b4074e752b
|
3 |
-
size 236470789
|
|
|
|
|
|
|
|
last-checkpoint/pytorch_model.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:5f558a9b6175c80a1c75dcb143fa35aa44a75cbdb0c9e7f8f52c48de2931aed8
|
3 |
-
size 118243218
|
|
|
|
|
|
|
|
last-checkpoint/rng_state.pth
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:3dd94082d220dbe1afff71cc1b8a20fec6bc1ac2bb822cbc323c364b293dc63a
|
3 |
-
size 15597
|
|
|
|
|
|
|
|
last-checkpoint/scaler.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:a01837036b51fcb751768f243bbc8ef9cd258f274881e125d9a37bb0fe81a367
|
3 |
-
size 557
|
|
|
|
|
|
|
|
last-checkpoint/scheduler.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:dbabbf8f48167d120f969a2bc0bc43b8158630bffc734ccac6b6b36381684d2b
|
3 |
-
size 627
|
|
|
|
|
|
|
|
last-checkpoint/special_tokens_map.json
DELETED
@@ -1,7 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"cls_token": "[CLS]",
|
3 |
-
"mask_token": "[MASK]",
|
4 |
-
"pad_token": "[PAD]",
|
5 |
-
"sep_token": "[SEP]",
|
6 |
-
"unk_token": "[UNK]"
|
7 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
last-checkpoint/tokenizer.json
DELETED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/tokenizer_config.json
DELETED
@@ -1,13 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"cls_token": "[CLS]",
|
3 |
-
"mask_token": "[MASK]",
|
4 |
-
"model_max_length": 128,
|
5 |
-
"name_or_path": "/home/mdxuser/JSAI2023/train_tokenizer/pretrained_tokenizers/UnidicBpe2",
|
6 |
-
"pad_token": "[PAD]",
|
7 |
-
"padding_side": "right",
|
8 |
-
"sep_token": "[SEP]",
|
9 |
-
"special_tokens_map_file": "/home/mdxuser/JSAI2023/train_tokenizer/pretrained_tokenizers/UnidicBpe2/special_tokens_map.json",
|
10 |
-
"tokenizer_class": "PreTrainedTokenizerFast",
|
11 |
-
"truncation_side": "right",
|
12 |
-
"unk_token": "[UNK]"
|
13 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
last-checkpoint/trainer_state.json
DELETED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/training_args.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:8a9cd80156879db3b48ab7899bac870a586d6f4775c94f4b44809ad7c7c171a4
|
3 |
-
size 3579
|
|
|
|
|
|
|
|
runs/Feb22_09-35-52_ubuntu-2004/events.out.tfevents.1677026198.ubuntu-2004.1870487.0
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:373c8038718496e72ac424fdca68ad40477be6de9b3180cef257ba8c29060292
|
3 |
+
size 319826
|