Training in progress, step 5
Browse files- checkpoint-5/config.json +39 -0
- checkpoint-5/merges.txt +0 -0
- checkpoint-5/optimizer.pt +3 -0
- checkpoint-5/pytorch_model.bin +3 -0
- checkpoint-5/rng_state.pth +3 -0
- checkpoint-5/scaler.pt +3 -0
- checkpoint-5/scheduler.pt +3 -0
- checkpoint-5/special_tokens_map.json +1 -0
- checkpoint-5/tokenizer.json +0 -0
- checkpoint-5/tokenizer_config.json +1 -0
- checkpoint-5/trainer_state.json +51 -0
- checkpoint-5/training_args.bin +3 -0
- checkpoint-5/vocab.json +0 -0
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
checkpoint-5/config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "codeparrot/codeparrot-small",
|
3 |
+
"activation_function": "gelu_new",
|
4 |
+
"architectures": [
|
5 |
+
"GPT2LMAndValueHeadModel"
|
6 |
+
],
|
7 |
+
"attn_pdrop": 0.1,
|
8 |
+
"bos_token_id": 50256,
|
9 |
+
"embd_pdrop": 0.1,
|
10 |
+
"eos_token_id": 50256,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"layer_norm_epsilon": 1e-05,
|
13 |
+
"model_type": "gpt2",
|
14 |
+
"n_ctx": 1024,
|
15 |
+
"n_embd": 768,
|
16 |
+
"n_head": 12,
|
17 |
+
"n_inner": null,
|
18 |
+
"n_layer": 12,
|
19 |
+
"n_positions": 1024,
|
20 |
+
"reorder_and_upcast_attn": true,
|
21 |
+
"resid_pdrop": 0.1,
|
22 |
+
"scale_attn_by_inverse_layer_idx": true,
|
23 |
+
"scale_attn_weights": true,
|
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.17.0",
|
37 |
+
"use_cache": true,
|
38 |
+
"vocab_size": 32768
|
39 |
+
}
|
checkpoint-5/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-5/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:45ccfd80df3433f994885fcf35b8dfcad70c6b25b456287dd2b0da79f32e8043
|
3 |
+
size 888151409
|
checkpoint-5/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:610dbb2ae7b16c215d8d70480eaaed465876cbd36bf24aca0ff438e328d92413
|
3 |
+
size 456678185
|
checkpoint-5/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1cd24ac692aa66db8bced3fd1c33ca3b87d4aafb2ed528c2296bfe9a2f8ec9e4
|
3 |
+
size 14503
|
checkpoint-5/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c790dad68f84cf6548b6f8763332f882ce5014368cea34055202446c39a4958
|
3 |
+
size 559
|
checkpoint-5/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7c82ab0ab95f5e11168d9c0b13c9304074d960263b1ea5ef74b4922616247fd
|
3 |
+
size 623
|
checkpoint-5/special_tokens_map.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "unk_token": "<|endoftext|>", "pad_token": "<|endoftext|>"}
|
checkpoint-5/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-5/tokenizer_config.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "codeparrot/codeparrot-small", "tokenizer_class": "GPT2Tokenizer"}
|
checkpoint-5/trainer_state.json
ADDED
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.3333333333333333,
|
5 |
+
"global_step": 5,
|
6 |
+
"is_hyper_param_search": false,
|
7 |
+
"is_local_process_zero": true,
|
8 |
+
"is_world_process_zero": true,
|
9 |
+
"log_history": [
|
10 |
+
{
|
11 |
+
"epoch": 0.07,
|
12 |
+
"learning_rate": 0.0005,
|
13 |
+
"loss": 10.5545,
|
14 |
+
"theoretical_loss": 20.841284642178216,
|
15 |
+
"tokens_seen": 65536
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.13,
|
19 |
+
"learning_rate": 0.00046428571428571433,
|
20 |
+
"loss": 10.5833,
|
21 |
+
"theoretical_loss": 17.59466794495971,
|
22 |
+
"tokens_seen": 131072
|
23 |
+
},
|
24 |
+
{
|
25 |
+
"epoch": 0.2,
|
26 |
+
"learning_rate": 0.00042857142857142855,
|
27 |
+
"loss": 9.0487,
|
28 |
+
"theoretical_loss": 15.967943933467634,
|
29 |
+
"tokens_seen": 196608
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"epoch": 0.27,
|
33 |
+
"learning_rate": 0.0003928571428571429,
|
34 |
+
"loss": 8.6045,
|
35 |
+
"theoretical_loss": 14.920783596619636,
|
36 |
+
"tokens_seen": 262144
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"epoch": 0.33,
|
40 |
+
"learning_rate": 0.00035714285714285714,
|
41 |
+
"loss": 8.612,
|
42 |
+
"theoretical_loss": 14.164683778394041,
|
43 |
+
"tokens_seen": 327680
|
44 |
+
}
|
45 |
+
],
|
46 |
+
"max_steps": 15,
|
47 |
+
"num_train_epochs": 9223372036854775807,
|
48 |
+
"total_flos": 167226900480000.0,
|
49 |
+
"trial_name": null,
|
50 |
+
"trial_params": null
|
51 |
+
}
|
checkpoint-5/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a34744d720995e937e6f88654fd722891f574db162e25b56a6b9fa429b1c293
|
3 |
+
size 3055
|
checkpoint-5/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 456678185
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:610dbb2ae7b16c215d8d70480eaaed465876cbd36bf24aca0ff438e328d92413
|
3 |
size 456678185
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3055
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a34744d720995e937e6f88654fd722891f574db162e25b56a6b9fa429b1c293
|
3 |
size 3055
|