Toadally commited on
Commit
7c2c3ee
·
1 Parent(s): 5f69f75

add model

Browse files
Files changed (2) hide show
  1. config.json +2 -1
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "microsoft/DialoGPT-small",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
@@ -10,6 +10,7 @@
10
  "eos_token_id": 50256,
11
  "initializer_range": 0.02,
12
  "layer_norm_epsilon": 1e-05,
 
13
  "model_type": "gpt2",
14
  "n_ctx": 1024,
15
  "n_embd": 768,
 
1
  {
2
+ "_name_or_path": "output-small",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
 
10
  "eos_token_id": 50256,
11
  "initializer_range": 0.02,
12
  "layer_norm_epsilon": 1e-05,
13
+ "max_length": 1000,
14
  "model_type": "gpt2",
15
  "n_ctx": 1024,
16
  "n_embd": 768,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bc0f8451d00b1f623dc2c95a25b224f6573c7f6dc4552df6b92acd84ca35450d
3
- size 510403817
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1fec3070eaa85e1fd0bdb4576f25db0bf7ac903192dd788378e6f674e643a1c0
3
+ size 510401385