Gurtej commited on
Commit
9aed640
·
1 Parent(s): bd201eb

Initial commit

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "microsoft/DialoGPT-large",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
@@ -12,10 +12,10 @@
12
  "layer_norm_epsilon": 1e-05,
13
  "model_type": "gpt2",
14
  "n_ctx": 1024,
15
- "n_embd": 1280,
16
- "n_head": 20,
17
  "n_inner": null,
18
- "n_layer": 36,
19
  "n_positions": 1024,
20
  "reorder_and_upcast_attn": false,
21
  "resid_pdrop": 0.1,
 
1
  {
2
+ "_name_or_path": "microsoft/DialoGPT-small",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
 
12
  "layer_norm_epsilon": 1e-05,
13
  "model_type": "gpt2",
14
  "n_ctx": 1024,
15
+ "n_embd": 768,
16
+ "n_head": 12,
17
  "n_inner": null,
18
+ "n_layer": 12,
19
  "n_positions": 1024,
20
  "reorder_and_upcast_attn": false,
21
  "resid_pdrop": 0.1,
eval_results.txt CHANGED
@@ -1 +1 @@
1
- perplexity = tensor(1.1794)
 
1
+ perplexity = tensor(2.1727)
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:35883bc17ecdad0b44964eccc285f3ce6bf1d0b6639562e1d2d23d54e2b91373
3
- size 3134035005
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d69ebe3595a4e3cd0e59f8815e496c3667a5bd9fd758289037e7aa6b8f603bc1
3
+ size 510398013
tokenizer_config.json CHANGED
@@ -19,7 +19,7 @@
19
  },
20
  "errors": "replace",
21
  "model_max_length": 1024,
22
- "name_or_path": "microsoft/DialoGPT-large",
23
  "pad_token": null,
24
  "special_tokens_map_file": null,
25
  "tokenizer_class": "GPT2Tokenizer",
 
19
  },
20
  "errors": "replace",
21
  "model_max_length": 1024,
22
+ "name_or_path": "microsoft/DialoGPT-small",
23
  "pad_token": null,
24
  "special_tokens_map_file": null,
25
  "tokenizer_class": "GPT2Tokenizer",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a18ec590b152442d93d60caf042ea4f4bb3e98803cbeb42d8913cb3d9f1a2be
3
  size 1339
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3915c50cfa279e308c4199843fae1675730cc746765854db5abf008c262db96d
3
  size 1339