Training in progress, step 350000, checkpoint
Browse files- checkpoint-350000/added_tokens.json +5 -0
- checkpoint-350000/config.json +46 -0
- checkpoint-350000/merges.txt +0 -0
- checkpoint-350000/optimizer.pt +3 -0
- checkpoint-350000/pytorch_model.bin +3 -0
- checkpoint-350000/rng_state.pth +3 -0
- checkpoint-350000/scheduler.pt +3 -0
- checkpoint-350000/special_tokens_map.json +6 -0
- checkpoint-350000/tokenizer_config.json +7 -0
- checkpoint-350000/trainer_state.json +0 -0
- checkpoint-350000/training_args.bin +3 -0
- checkpoint-350000/vocab.json +0 -0
checkpoint-350000/added_tokens.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<bos>": 40478,
|
3 |
+
"<eos>": 40479,
|
4 |
+
"<pad>": 40480
|
5 |
+
}
|
checkpoint-350000/config.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "openai-gpt",
|
3 |
+
"afn": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"OpenAIGPTForSequenceClassification"
|
6 |
+
],
|
7 |
+
"attn_pdrop": 0.1,
|
8 |
+
"embd_pdrop": 0.1,
|
9 |
+
"id2label": {
|
10 |
+
"0": "entailment",
|
11 |
+
"1": "neutral",
|
12 |
+
"2": "contradiction"
|
13 |
+
},
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"label2id": {
|
16 |
+
"contradiction": 2,
|
17 |
+
"entailment": 0,
|
18 |
+
"neutral": 1
|
19 |
+
},
|
20 |
+
"layer_norm_epsilon": 1e-05,
|
21 |
+
"model_type": "openai-gpt",
|
22 |
+
"n_ctx": 512,
|
23 |
+
"n_embd": 768,
|
24 |
+
"n_head": 12,
|
25 |
+
"n_layer": 2,
|
26 |
+
"n_positions": 512,
|
27 |
+
"n_special": 0,
|
28 |
+
"pad_token_id": 40480,
|
29 |
+
"predict_special_tokens": true,
|
30 |
+
"problem_type": "single_label_classification",
|
31 |
+
"resid_pdrop": 0.1,
|
32 |
+
"summary_activation": null,
|
33 |
+
"summary_first_dropout": 0.1,
|
34 |
+
"summary_proj_to_labels": true,
|
35 |
+
"summary_type": "last",
|
36 |
+
"summary_use_proj": true,
|
37 |
+
"task_specific_params": {
|
38 |
+
"text-generation": {
|
39 |
+
"do_sample": true,
|
40 |
+
"max_length": 50
|
41 |
+
}
|
42 |
+
},
|
43 |
+
"torch_dtype": "float32",
|
44 |
+
"transformers_version": "4.33.0.dev0",
|
45 |
+
"vocab_size": 40481
|
46 |
+
}
|
checkpoint-350000/merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-350000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:080013432b4c75b9a0b31db03e780f8c5f56316b01ab3e0f7e659ccd9a761924
|
3 |
+
size 365301299
|
checkpoint-350000/pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cf71c02a7f61283a562d0c3f67b0713ceabfd7d008ae10b25193e9a6fad6b7f
|
3 |
+
size 182651202
|
checkpoint-350000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3accb31f4afc7e81565a4278a8b195707a4e39e3499709c13188fe9b3bd3f625
|
3 |
+
size 14575
|
checkpoint-350000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f776726c9f222992f37659f2feae6872b05382b1efe1f9faaaf08beb8b9218b
|
3 |
+
size 627
|
checkpoint-350000/special_tokens_map.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<bos>",
|
3 |
+
"eos_token": "<eos>",
|
4 |
+
"pad_token": "<pad>",
|
5 |
+
"unk_token": "<unk>"
|
6 |
+
}
|
checkpoint-350000/tokenizer_config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"clean_up_tokenization_spaces": true,
|
3 |
+
"model_max_length": 512,
|
4 |
+
"padding_side": "left",
|
5 |
+
"tokenizer_class": "OpenAIGPTTokenizer",
|
6 |
+
"unk_token": "<unk>"
|
7 |
+
}
|
checkpoint-350000/trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-350000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f48fd322744a41332d86e79cb68054df0053a36e9279c46ff138f13ef1aab365
|
3 |
+
size 4027
|
checkpoint-350000/vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|