Jarbas commited on
Commit
7847d02
·
verified ·
1 Parent(s): 563aae1

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "model2vec",
3
+ "architectures": [
4
+ "StaticModel"
5
+ ],
6
+ "tokenizer_name": "Maltehb/danish-bert-botxo",
7
+ "apply_pca": 256,
8
+ "apply_zipf": null,
9
+ "sif_coefficient": 0.0001,
10
+ "hidden_dim": 256,
11
+ "seq_length": 1000000,
12
+ "normalize": true
13
+ }