lmz radames commited on
Commit
92f8333
1 Parent(s): 4f33753

Update phi-2_0.json (#8)

Browse files

- Update phi-2_0.json (01bbeb10cedf29b83615e87ac74e217234bb37ca)
- Update phi-2_0.json (5686ad74e81d58982a0c6dc0c8355614cfcadae8)


Co-authored-by: Radamés Ajna <[email protected]>

Files changed (1) hide show
  1. phi-2_0.json +3 -2
phi-2_0.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_name_or_path": "microsoft/phi-2",
3
- "activation_function": "gelu_new",
4
  "architectures": [
5
  "PhiForCausalLM"
6
  ],
@@ -28,5 +28,6 @@
28
  "tie_word_embeddings": false,
29
  "torch_dtype": "float16",
30
  "transformers_version": "4.35.2",
31
- "vocab_size": 51200
 
32
  }
 
1
  {
2
  "_name_or_path": "microsoft/phi-2",
3
+ "activation_function": "gelu",
4
  "architectures": [
5
  "PhiForCausalLM"
6
  ],
 
28
  "tie_word_embeddings": false,
29
  "torch_dtype": "float16",
30
  "transformers_version": "4.35.2",
31
+ "vocab_size": 51200,
32
+ "pad_vocab_size_multiple": 64
33
  }