Large version
Browse files- config.json +11 -6
- eval_results.txt +1 -0
- pytorch_model.bin +2 -2
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "gpt2-
|
|
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
@@ -9,17 +10,21 @@
|
|
9 |
"embd_pdrop": 0.1,
|
10 |
"eos_token_id": 50256,
|
11 |
"gradient_checkpointing": false,
|
|
|
|
|
|
|
12 |
"initializer_range": 0.02,
|
|
|
|
|
|
|
13 |
"layer_norm_epsilon": 1e-05,
|
14 |
"model_type": "gpt2",
|
15 |
"n_ctx": 1024,
|
16 |
-
"n_embd":
|
17 |
-
"n_head":
|
18 |
"n_inner": null,
|
19 |
-
"n_layer":
|
20 |
"n_positions": 1024,
|
21 |
-
"n_special": 0,
|
22 |
-
"predict_special_tokens": true,
|
23 |
"resid_pdrop": 0.1,
|
24 |
"summary_activation": null,
|
25 |
"summary_first_dropout": 0.1,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "gpt2-large",
|
3 |
+
"_num_labels": 1,
|
4 |
"activation_function": "gelu_new",
|
5 |
"architectures": [
|
6 |
"GPT2LMHeadModel"
|
|
|
10 |
"embd_pdrop": 0.1,
|
11 |
"eos_token_id": 50256,
|
12 |
"gradient_checkpointing": false,
|
13 |
+
"id2label": {
|
14 |
+
"0": "LABEL_0"
|
15 |
+
},
|
16 |
"initializer_range": 0.02,
|
17 |
+
"label2id": {
|
18 |
+
"LABEL_0": 0
|
19 |
+
},
|
20 |
"layer_norm_epsilon": 1e-05,
|
21 |
"model_type": "gpt2",
|
22 |
"n_ctx": 1024,
|
23 |
+
"n_embd": 1280,
|
24 |
+
"n_head": 20,
|
25 |
"n_inner": null,
|
26 |
+
"n_layer": 36,
|
27 |
"n_positions": 1024,
|
|
|
|
|
28 |
"resid_pdrop": 0.1,
|
29 |
"summary_activation": null,
|
30 |
"summary_first_dropout": 0.1,
|
eval_results.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
perplexity = tensor(1.4023)
|
pytorch_model.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:f0b6c2a4b7220946b85287fca8fd4216196b65ff95aa4a7990845f99ff23c74c
|
3 |
+
size 3134059791
|
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"errors": "replace", "unk_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "do_lower_case": false, "model_max_length": 1024, "name_or_path": "gpt2-
|
|
|
1 |
+
{"errors": "replace", "unk_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "do_lower_case": false, "model_max_length": 1024, "name_or_path": "gpt2-large"}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1455
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14033e81fade7a78b5d99882645fb288752db52662c846829d9bed5d297c99fd
|
3 |
size 1455
|