Chydfile
commited on
Commit
·
530856e
1
Parent(s):
e88894b
First model version_007
Browse files- config.json +1 -0
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -12,6 +12,7 @@
|
|
12 |
"gradient_checkpointing": false,
|
13 |
"initializer_range": 0.02,
|
14 |
"layer_norm_epsilon": 1e-05,
|
|
|
15 |
"model_type": "gpt2",
|
16 |
"n_ctx": 2048,
|
17 |
"n_embd": 768,
|
|
|
12 |
"gradient_checkpointing": false,
|
13 |
"initializer_range": 0.02,
|
14 |
"layer_norm_epsilon": 1e-05,
|
15 |
+
"max_length": 50,
|
16 |
"model_type": "gpt2",
|
17 |
"n_ctx": 2048,
|
18 |
"n_embd": 768,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 551300711
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f5abe0f692f1c1fc2e2d5d42acb1fb3bd96b079bd1b7062c691f4a950d72d01
|
3 |
size 551300711
|