obov commited on
Commit
1406728
1 Parent(s): 8c58829

End of training: uploading model

Browse files
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "openai-community/openai-gpt",
3
+ "afn": "gelu",
4
+ "architectures": [
5
+ "OpenAIGPTLMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "embd_pdrop": 0.1,
9
+ "initializer_range": 0.02,
10
+ "layer_norm_epsilon": 1e-05,
11
+ "model_type": "openai-gpt",
12
+ "n_ctx": 512,
13
+ "n_embd": 768,
14
+ "n_head": 12,
15
+ "n_layer": 12,
16
+ "n_positions": 512,
17
+ "n_special": 0,
18
+ "predict_special_tokens": true,
19
+ "resid_pdrop": 0.1,
20
+ "summary_activation": null,
21
+ "summary_first_dropout": 0.1,
22
+ "summary_proj_to_labels": true,
23
+ "summary_type": "cls_index",
24
+ "summary_use_proj": true,
25
+ "task_specific_params": {
26
+ "text-generation": {
27
+ "do_sample": true,
28
+ "max_length": 50
29
+ }
30
+ },
31
+ "torch_dtype": "float32",
32
+ "transformers_version": "4.45.2",
33
+ "vocab_size": 40478
34
+ }
generation_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "transformers_version": "4.45.2"
4
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3d7c32f0334a0ce90a498cc79029f00361c28da876a7a58a409e196005718e5
3
+ size 466153952
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:164826cf6106f76cafc2baa9d57967a571af8b739a283c411b510cab8afdbcb8
3
+ size 932396410
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49bcc13f10b1188ce8a0d9b98d73cf3f39a03086591cd9be44a83cd39f8c7398
3
+ size 13990
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13e662b3037da6f5546c7ca64e701dbaf1865be7586c229850bd45d1817f03a4
3
+ size 1064
special_tokens_map.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "unk_token": "<unk>"
3
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<unk>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ }
11
+ },
12
+ "chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}",
13
+ "clean_up_tokenization_spaces": false,
14
+ "model_max_length": 512,
15
+ "tokenizer_class": "OpenAIGPTTokenizer",
16
+ "unk_token": "<unk>"
17
+ }
trainer_state.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 3.0,
5
+ "eval_steps": 500,
6
+ "global_step": 114,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 1.0,
13
+ "eval_loss": 3.9040439128875732,
14
+ "eval_runtime": 17.2228,
15
+ "eval_samples_per_second": 27.638,
16
+ "eval_steps_per_second": 3.484,
17
+ "step": 38
18
+ },
19
+ {
20
+ "epoch": 2.0,
21
+ "eval_loss": 3.8737525939941406,
22
+ "eval_runtime": 20.5198,
23
+ "eval_samples_per_second": 23.197,
24
+ "eval_steps_per_second": 2.924,
25
+ "step": 76
26
+ },
27
+ {
28
+ "epoch": 2.6315789473684212,
29
+ "grad_norm": 1.8681073188781738,
30
+ "learning_rate": 6.140350877192982e-06,
31
+ "loss": 3.8733,
32
+ "step": 100
33
+ }
34
+ ],
35
+ "logging_steps": 100,
36
+ "max_steps": 114,
37
+ "num_input_tokens_seen": 0,
38
+ "num_train_epochs": 3,
39
+ "save_steps": 500,
40
+ "stateful_callbacks": {
41
+ "TrainerControl": {
42
+ "args": {
43
+ "should_epoch_stop": false,
44
+ "should_evaluate": false,
45
+ "should_log": false,
46
+ "should_save": true,
47
+ "should_training_stop": true
48
+ },
49
+ "attributes": {}
50
+ }
51
+ },
52
+ "total_flos": 235158582067200.0,
53
+ "train_batch_size": 8,
54
+ "trial_name": null,
55
+ "trial_params": null
56
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bef6700f91a033e4b7dd8feb09d39654a5ca5d619d04ac39bf6ddaacb35df73f
3
+ size 5176
vocab.json ADDED
The diff for this file is too large to render. See raw diff