Training in progress, step 12588
Browse files- checkpoint-12588/config.json +39 -0
- checkpoint-12588/merges.txt +0 -0
- checkpoint-12588/optimizer.pt +3 -0
- checkpoint-12588/pytorch_model.bin +3 -0
- checkpoint-12588/rng_state.pth +3 -0
- checkpoint-12588/scaler.pt +3 -0
- checkpoint-12588/scheduler.pt +3 -0
- checkpoint-12588/special_tokens_map.json +6 -0
- checkpoint-12588/tokenizer.json +0 -0
- checkpoint-12588/tokenizer_config.json +10 -0
- checkpoint-12588/trainer_state.json +0 -0
- checkpoint-12588/training_args.bin +3 -0
- checkpoint-12588/vocab.json +0 -0
- pytorch_model.bin +1 -1
checkpoint-12588/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.23.0",
|
37 |
+
"use_cache": true,
|
38 |
+
"vocab_size": 32768
|
39 |
+
}
|
checkpoint-12588/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-12588/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f522baf795330e08d321e606591184a942bdf385279c21f88cf8e84016c2353
|
3 |
+
size 888159493
|
checkpoint-12588/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75549b19b6f42c7540d261ec789a5251da709880a4e945c56de8d2e5805cd1bb
|
3 |
+
size 456675201
|
checkpoint-12588/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef9190f19f69c46cc1e90aba3ceef47d5201a8f4ce218976e36ff93a7877a46c
|
3 |
+
size 15597
|
checkpoint-12588/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ca12436c7c16c446ea6049c1169c6e16acc24565d3c853f3fa482bd4011fdbd
|
3 |
+
size 557
|
checkpoint-12588/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:feb4cd7319a0c9ea5e40cbd4b10bd4a2b2d26eaa039c909f310681f385872d41
|
3 |
+
size 627
|
checkpoint-12588/special_tokens_map.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<|endoftext|>",
|
3 |
+
"eos_token": "<|endoftext|>",
|
4 |
+
"pad_token": "<|endoftext|>",
|
5 |
+
"unk_token": "<|endoftext|>"
|
6 |
+
}
|
checkpoint-12588/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-12588/tokenizer_config.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_prefix_space": false,
|
3 |
+
"bos_token": "<|endoftext|>",
|
4 |
+
"eos_token": "<|endoftext|>",
|
5 |
+
"model_max_length": 1024,
|
6 |
+
"name_or_path": "codeparrot/codeparrot-small",
|
7 |
+
"special_tokens_map_file": null,
|
8 |
+
"tokenizer_class": "GPT2Tokenizer",
|
9 |
+
"unk_token": "<|endoftext|>"
|
10 |
+
}
|
checkpoint-12588/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-12588/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2fae56cb078e7ac915b05a2fc217b893252cfccc82b8f4b42bd5015ef95aedd4
|
3 |
+
size 3387
|
checkpoint-12588/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 456675201
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:75549b19b6f42c7540d261ec789a5251da709880a4e945c56de8d2e5805cd1bb
|
3 |
size 456675201
|