AdnanRiaz107 commited on
Commit
bf1aa63
1 Parent(s): 22ce95a

Upload config

Browse files
Files changed (1) hide show
  1. config.json +2 -3
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "gpt2-large",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
@@ -32,8 +32,7 @@
32
  "max_length": 50
33
  }
34
  },
35
- "torch_dtype": "float32",
36
  "transformers_version": "4.38.2",
37
- "use_cache": false,
38
  "vocab_size": 50257
39
  }
 
1
  {
2
+ "_name_or_path": "openai-community/gpt2-large",
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
 
32
  "max_length": 50
33
  }
34
  },
 
35
  "transformers_version": "4.38.2",
36
+ "use_cache": true,
37
  "vocab_size": 50257
38
  }