deepparag commited on
Commit
290596a
1 Parent(s): 488bfa9
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "deepparag/DumBot",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
@@ -26,15 +26,10 @@
26
  "summary_use_proj": true,
27
  "task_specific_params": {
28
  "conversational": {
29
- "do_sample": true,
30
- "max_length": 200,
31
- "no_repeat_ngram_size": 3,
32
- "temperature": 0.8,
33
- "top_k": 100,
34
- "top_p": 0.7
35
  }
36
  },
37
  "transformers_version": "4.5.1",
38
- "use_cache": false,
39
  "vocab_size": 50257
40
  }
 
1
  {
2
+ "_name_or_path": "microsoft/DialoGPT-small",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
 
26
  "summary_use_proj": true,
27
  "task_specific_params": {
28
  "conversational": {
29
+ "max_length": 1000
 
 
 
 
 
30
  }
31
  },
32
  "transformers_version": "4.5.1",
33
+ "use_cache": true,
34
  "vocab_size": 50257
35
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3bff6f8ad2b66bfc6adeb80a2559973943a698a2542e0219b153b3540de07acb
3
  size 510403817
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0aa0790ac3086e6189bada0860dbb33d97637a38a393b04d0e0af4d812d3d400
3
  size 510403817
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"unk_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "deepparag/DumBot", "errors": "replace"}
 
1
+ {"unk_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "bos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "eos_token": {"content": "<|endoftext|>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "add_prefix_space": false, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "microsoft/DialoGPT-small", "errors": "replace"}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c1f4f6fcf02c2cb1ac7960fc74bc353abf9bc7b8bad5876caf69b85a9ac0ae3d
3
  size 1327
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fab1c3bf5fecec084c4fda4b08f7f82524159c43bf7e23f5bd8f6ae0b96eb5a
3
  size 1327