Zane commited on
Commit
af56732
1 Parent(s): 3a8aa26

Update config.json

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