deepparag commited on
Commit
f0cfe78
1 Parent(s): 290596a
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "microsoft/DialoGPT-small",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
@@ -26,7 +26,12 @@
26
  "summary_use_proj": true,
27
  "task_specific_params": {
28
  "conversational": {
29
- "max_length": 1000
 
 
 
 
 
30
  }
31
  },
32
  "transformers_version": "4.5.1",
 
1
  {
2
+ "_name_or_path": "deepparag/DumBot",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
 
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",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0aa0790ac3086e6189bada0860dbb33d97637a38a393b04d0e0af4d812d3d400
3
  size 510403817
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a234b8ea4546e62a6626f53e28bacbe37441a42344f61f679da31e479ecbb963
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": "microsoft/DialoGPT-small", "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": "deepparag/DumBot", "errors": "replace"}
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4fab1c3bf5fecec084c4fda4b08f7f82524159c43bf7e23f5bd8f6ae0b96eb5a
3
  size 1327
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abc905f9466f4fb8192542e63912334dfbc24f23fb075f3222f6c9c157519a0c
3
  size 1327