Training in progress, epoch 0, checkpoint
Browse files- checkpoint-915829/config.json +28 -0
- checkpoint-915829/generation_config.json +7 -0
- checkpoint-915829/optimizer.pt +3 -0
- checkpoint-915829/pytorch_model.bin +3 -0
- checkpoint-915829/rng_state.pth +3 -0
- checkpoint-915829/scheduler.pt +3 -0
- checkpoint-915829/special_tokens_map.json +5 -0
- checkpoint-915829/tokenizer.json +0 -0
- checkpoint-915829/tokenizer_config.json +12 -0
- checkpoint-915829/trainer_state.json +0 -0
- checkpoint-915829/training_args.bin +3 -0
checkpoint-915829/config.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_remove_final_layer_norm": false,
|
| 3 |
+
"activation_function": "relu",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"OPTForCausalLM"
|
| 6 |
+
],
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"bos_token_id": 2,
|
| 9 |
+
"do_layer_norm_before": true,
|
| 10 |
+
"dropout": 0.1,
|
| 11 |
+
"enable_bias": true,
|
| 12 |
+
"eos_token_id": 2,
|
| 13 |
+
"ffn_dim": 768,
|
| 14 |
+
"hidden_size": 768,
|
| 15 |
+
"init_std": 0.02,
|
| 16 |
+
"layer_norm_elementwise_affine": true,
|
| 17 |
+
"layerdrop": 0.0,
|
| 18 |
+
"max_position_embeddings": 512,
|
| 19 |
+
"model_type": "opt",
|
| 20 |
+
"num_attention_heads": 8,
|
| 21 |
+
"num_hidden_layers": 8,
|
| 22 |
+
"pad_token_id": 1,
|
| 23 |
+
"torch_dtype": "float32",
|
| 24 |
+
"transformers_version": "4.33.3",
|
| 25 |
+
"use_cache": true,
|
| 26 |
+
"vocab_size": 50002,
|
| 27 |
+
"word_embed_proj_dim": 768
|
| 28 |
+
}
|
checkpoint-915829/generation_config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 2,
|
| 4 |
+
"eos_token_id": 2,
|
| 5 |
+
"pad_token_id": 1,
|
| 6 |
+
"transformers_version": "4.33.3"
|
| 7 |
+
}
|
checkpoint-915829/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f3c83045696778259cfd58c8f28d35b6bee1a123b438fc07c5125616b20baae
|
| 3 |
+
size 537476677
|
checkpoint-915829/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9bcae008b13c7b3ab08dfbb1f8a7258c7407dce4e0a8cbb147650696154357e4
|
| 3 |
+
size 268727709
|
checkpoint-915829/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e54c6a4a3f79dfca326aa3e32d057b62d6a953f26ebae07c9802938595865df1
|
| 3 |
+
size 14575
|
checkpoint-915829/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d6e1b4132044023316aec7b4236a59e9f56c8393fdc6fbe989fed52f96932ba
|
| 3 |
+
size 627
|
checkpoint-915829/special_tokens_map.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"eos_token": "<eos>",
|
| 3 |
+
"pad_token": "<pad>",
|
| 4 |
+
"unk_token": "<unk>"
|
| 5 |
+
}
|
checkpoint-915829/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-915829/tokenizer_config.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"clean_up_tokenization_spaces": true,
|
| 3 |
+
"eos_token": "<eos>",
|
| 4 |
+
"max_length": null,
|
| 5 |
+
"model_max_length": 512,
|
| 6 |
+
"pad_to_multiple_of": null,
|
| 7 |
+
"pad_token": "<pad>",
|
| 8 |
+
"pad_token_type_id": 0,
|
| 9 |
+
"padding_side": "right",
|
| 10 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
| 11 |
+
"unk_token": "<unk>"
|
| 12 |
+
}
|
checkpoint-915829/trainer_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-915829/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a98bc3e225e2b7f260ad4750c53c5ae83f8f1c68d99a74934cdef851d31acf86
|
| 3 |
+
size 4219
|