add model
Browse files- config.json +1 -1
- tf_model.h5 +3 -0
config.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"_name_or_path": "GPyT_source/checkpoint-10600",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
"attn_pdrop": 0.1,
|
8 |
"bos_token_id": 0,
|
|
|
2 |
"_name_or_path": "GPyT_source/checkpoint-10600",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
+
"GPT2LMHeadModel"
|
6 |
],
|
7 |
"attn_pdrop": 0.1,
|
8 |
"bos_token_id": 0,
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6aaeb338d7c4dffe5e1e0bba4d99fd6cc85a984117fe3d5a7eaeafde9ef7e73
|
3 |
+
size 503288144
|