botman1775 commited on
Commit
0c1cdea
·
verified ·
1 Parent(s): 05d681d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -1,4 +1,5 @@
1
  {
 
2
  "activation_function": "gelu_new",
3
  "architectures": [
4
  "GPT2LMHeadModel"
@@ -31,7 +32,7 @@
31
  }
32
  },
33
  "torch_dtype": "float32",
34
- "transformers_version": "4.51.0",
35
  "use_cache": true,
36
  "vocab_size": 50257
37
  }
 
1
  {
2
+ "_name_or_path": "microsoft/DialoGPT-small",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
 
32
  }
33
  },
34
  "torch_dtype": "float32",
35
+ "transformers_version": "4.41.2",
36
  "use_cache": true,
37
  "vocab_size": 50257
38
  }