shubham008 commited on
Commit
2dd2b12
1 Parent(s): ed7cfc1

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "trust_remote_code": true,
3
  "_name_or_path": "shubham008/phi-1_5-finetuned-gsm8k",
4
  "architectures": [
5
  "PhiForCausalLM"
@@ -31,5 +30,6 @@
31
  "torch_dtype": "float32",
32
  "transformers_version": "4.38.2",
33
  "use_cache": true,
34
- "vocab_size": 51200
 
35
  }
 
1
  {
 
2
  "_name_or_path": "shubham008/phi-1_5-finetuned-gsm8k",
3
  "architectures": [
4
  "PhiForCausalLM"
 
30
  "torch_dtype": "float32",
31
  "transformers_version": "4.38.2",
32
  "use_cache": true,
33
+ "vocab_size": 51200,
34
+ "trust_remote_code": true
35
  }