Training in progress, epoch 1
Browse files- config.json +24 -32
- model.safetensors +2 -2
- runs/May15_18-34-55_35c2d6acf988/events.out.tfevents.1715798099.35c2d6acf988.1694.0 +3 -0
- special_tokens_map.json +4 -4
- tokenizer.json +0 -0
- tokenizer_config.json +16 -8
- training_args.bin +2 -2
- vocab.json +0 -0
config.json
CHANGED
|
@@ -1,39 +1,31 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
-
"
|
|
|
|
|
|
|
| 4 |
"architectures": [
|
| 5 |
-
"
|
| 6 |
],
|
| 7 |
-
"
|
| 8 |
-
"bos_token_id":
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
-
"
|
| 18 |
-
"
|
| 19 |
-
"
|
| 20 |
-
"
|
| 21 |
-
"
|
| 22 |
-
"
|
| 23 |
-
"
|
| 24 |
-
"summary_activation": null,
|
| 25 |
-
"summary_first_dropout": 0.1,
|
| 26 |
-
"summary_proj_to_labels": true,
|
| 27 |
-
"summary_type": "cls_index",
|
| 28 |
-
"summary_use_proj": true,
|
| 29 |
-
"task_specific_params": {
|
| 30 |
-
"text-generation": {
|
| 31 |
-
"do_sample": true,
|
| 32 |
-
"max_length": 50
|
| 33 |
-
}
|
| 34 |
-
},
|
| 35 |
"torch_dtype": "float32",
|
| 36 |
"transformers_version": "4.40.2",
|
| 37 |
"use_cache": true,
|
| 38 |
-
"vocab_size":
|
|
|
|
| 39 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "facebook/opt-125m",
|
| 3 |
+
"_remove_final_layer_norm": false,
|
| 4 |
+
"activation_dropout": 0.0,
|
| 5 |
+
"activation_function": "relu",
|
| 6 |
"architectures": [
|
| 7 |
+
"OPTForCausalLM"
|
| 8 |
],
|
| 9 |
+
"attention_dropout": 0.0,
|
| 10 |
+
"bos_token_id": 2,
|
| 11 |
+
"do_layer_norm_before": true,
|
| 12 |
+
"dropout": 0.1,
|
| 13 |
+
"enable_bias": true,
|
| 14 |
+
"eos_token_id": 2,
|
| 15 |
+
"ffn_dim": 3072,
|
| 16 |
+
"hidden_size": 768,
|
| 17 |
+
"init_std": 0.02,
|
| 18 |
+
"layer_norm_elementwise_affine": true,
|
| 19 |
+
"layerdrop": 0.0,
|
| 20 |
+
"max_position_embeddings": 2048,
|
| 21 |
+
"model_type": "opt",
|
| 22 |
+
"num_attention_heads": 12,
|
| 23 |
+
"num_hidden_layers": 12,
|
| 24 |
+
"pad_token_id": 1,
|
| 25 |
+
"prefix": "</s>",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
"torch_dtype": "float32",
|
| 27 |
"transformers_version": "4.40.2",
|
| 28 |
"use_cache": true,
|
| 29 |
+
"vocab_size": 50272,
|
| 30 |
+
"word_embed_proj_dim": 768
|
| 31 |
}
|
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:350a26bc4b8e637b240d67919ae824b6f5ce137298e46a88ed53cc6150a726d8
|
| 3 |
+
size 500979600
|
runs/May15_18-34-55_35c2d6acf988/events.out.tfevents.1715798099.35c2d6acf988.1694.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75e857701b614f59500aff1a97eb62dc93dfacbe68507535cc80eef53624ad44
|
| 3 |
+
size 7901
|
special_tokens_map.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
| 1 |
{
|
| 2 |
"bos_token": {
|
| 3 |
-
"content": "
|
| 4 |
"lstrip": false,
|
| 5 |
"normalized": true,
|
| 6 |
"rstrip": false,
|
| 7 |
"single_word": false
|
| 8 |
},
|
| 9 |
"eos_token": {
|
| 10 |
-
"content": "
|
| 11 |
"lstrip": false,
|
| 12 |
"normalized": true,
|
| 13 |
"rstrip": false,
|
| 14 |
"single_word": false
|
| 15 |
},
|
| 16 |
-
"pad_token": "
|
| 17 |
"unk_token": {
|
| 18 |
-
"content": "
|
| 19 |
"lstrip": false,
|
| 20 |
"normalized": true,
|
| 21 |
"rstrip": false,
|
|
|
|
| 1 |
{
|
| 2 |
"bos_token": {
|
| 3 |
+
"content": "</s>",
|
| 4 |
"lstrip": false,
|
| 5 |
"normalized": true,
|
| 6 |
"rstrip": false,
|
| 7 |
"single_word": false
|
| 8 |
},
|
| 9 |
"eos_token": {
|
| 10 |
+
"content": "</s>",
|
| 11 |
"lstrip": false,
|
| 12 |
"normalized": true,
|
| 13 |
"rstrip": false,
|
| 14 |
"single_word": false
|
| 15 |
},
|
| 16 |
+
"pad_token": "</s>",
|
| 17 |
"unk_token": {
|
| 18 |
+
"content": "</s>",
|
| 19 |
"lstrip": false,
|
| 20 |
"normalized": true,
|
| 21 |
"rstrip": false,
|
tokenizer.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
CHANGED
|
@@ -1,9 +1,17 @@
|
|
| 1 |
{
|
| 2 |
-
"add_bos_token":
|
| 3 |
"add_prefix_space": false,
|
| 4 |
"added_tokens_decoder": {
|
| 5 |
-
"
|
| 6 |
-
"content": "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"lstrip": false,
|
| 8 |
"normalized": true,
|
| 9 |
"rstrip": false,
|
|
@@ -11,12 +19,12 @@
|
|
| 11 |
"special": true
|
| 12 |
}
|
| 13 |
},
|
| 14 |
-
"bos_token": "
|
| 15 |
"clean_up_tokenization_spaces": true,
|
| 16 |
-
"eos_token": "
|
| 17 |
"errors": "replace",
|
| 18 |
-
"model_max_length":
|
| 19 |
-
"pad_token": "
|
| 20 |
"tokenizer_class": "GPT2Tokenizer",
|
| 21 |
-
"unk_token": "
|
| 22 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
"add_prefix_space": false,
|
| 4 |
"added_tokens_decoder": {
|
| 5 |
+
"1": {
|
| 6 |
+
"content": "<pad>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": true,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"2": {
|
| 14 |
+
"content": "</s>",
|
| 15 |
"lstrip": false,
|
| 16 |
"normalized": true,
|
| 17 |
"rstrip": false,
|
|
|
|
| 19 |
"special": true
|
| 20 |
}
|
| 21 |
},
|
| 22 |
+
"bos_token": "</s>",
|
| 23 |
"clean_up_tokenization_spaces": true,
|
| 24 |
+
"eos_token": "</s>",
|
| 25 |
"errors": "replace",
|
| 26 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 27 |
+
"pad_token": "</s>",
|
| 28 |
"tokenizer_class": "GPT2Tokenizer",
|
| 29 |
+
"unk_token": "</s>"
|
| 30 |
}
|
training_args.bin
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:6b061f7164ad54c40ccc243580628211290aeb88136e2b40a317e945065a44b1
|
| 3 |
+
size 4984
|
vocab.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|