Better GPT2
Browse files- config.json +2 -4
- pytorch_model.bin +2 -2
- training_args.bin +0 -3
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"activation_function": "gelu_new",
|
| 4 |
"architectures": [
|
| 5 |
"GPT2LMHeadModel"
|
|
@@ -27,10 +27,8 @@
|
|
| 27 |
"task_specific_params": {
|
| 28 |
"text-generation": {
|
| 29 |
"do_sample": true,
|
| 30 |
-
"max_length":
|
| 31 |
}
|
| 32 |
},
|
| 33 |
-
"transformers_version": "4.4.0.dev0",
|
| 34 |
-
"use_cache": true,
|
| 35 |
"vocab_size": 50259
|
| 36 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "results/gpt2_100000train_10000valid/out/checkpoint-4600",
|
| 3 |
"activation_function": "gelu_new",
|
| 4 |
"architectures": [
|
| 5 |
"GPT2LMHeadModel"
|
|
|
|
| 27 |
"task_specific_params": {
|
| 28 |
"text-generation": {
|
| 29 |
"do_sample": true,
|
| 30 |
+
"max_length": 200
|
| 31 |
}
|
| 32 |
},
|
|
|
|
|
|
|
| 33 |
"vocab_size": 50259
|
| 34 |
}
|
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:36498850cab7a5b0a8df1fdd9d7bc31e84913e038c469027663f16e317698b7e
|
| 3 |
+
size 510412707
|
training_args.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:9242a2fd730a1a61211d2d4a4ccc8736864c1cb6da794b183154e8fa50fcde1a
|
| 3 |
-
size 2287
|
|
|
|
|
|
|
|
|
|
|
|