Aratako commited on
Commit
f3187c6
1 Parent(s): 6441083

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -25,5 +25,6 @@
25
  "torch_dtype": "bfloat16",
26
  "transformers_version": "4.39.3",
27
  "use_cache": true,
28
- "vocab_size": 256000
 
29
  }
 
25
  "torch_dtype": "bfloat16",
26
  "transformers_version": "4.39.3",
27
  "use_cache": true,
28
+ "vocab_size": 256000,
29
+ "tie_word_embeddings": true
30
  }