add model
Browse files- config.json +2 -1
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"activation_function": "gelu_new",
|
3 |
"architectures": [
|
4 |
"GPT2LMHeadModel"
|
@@ -32,7 +33,7 @@
|
|
32 |
}
|
33 |
},
|
34 |
"torch_dtype": "float32",
|
35 |
-
"transformers_version": "4.
|
36 |
"use_cache": true,
|
37 |
"vocab_size": 32768
|
38 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "gpt2-large",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
|
|
33 |
}
|
34 |
},
|
35 |
"torch_dtype": "float32",
|
36 |
+
"transformers_version": "4.15.0",
|
37 |
"use_cache": true,
|
38 |
"vocab_size": 32768
|
39 |
}
|
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:3e372f409df14a244a1524b7983faa57e84014998bbb29732e5f7af8d76c7f4a
|
3 |
+
size 3044502217
|