Imp3rtinence commited on
Commit
0d71a5e
·
1 Parent(s): 2899128

upgrade: replace Kronos-small weights with Kronos-base (102.3M)

Browse files
Files changed (3) hide show
  1. config.json +8 -8
  2. model.safetensors +2 -2
  3. requirements.txt +3 -0
config.json CHANGED
@@ -1,13 +1,13 @@
1
  {
2
- "attn_dropout_p": 0.1,
3
- "d_model": 512,
4
- "ff_dim": 1024,
5
- "ffn_dropout_p": 0.25,
6
  "learn_te": true,
7
- "n_heads": 8,
8
- "n_layers": 8,
9
- "resid_dropout_p": 0.25,
10
  "s1_bits": 10,
11
  "s2_bits": 10,
12
- "token_dropout_p": 0.1
13
  }
 
1
  {
2
+ "attn_dropout_p": 0.0,
3
+ "d_model": 832,
4
+ "ff_dim": 2048,
5
+ "ffn_dropout_p": 0.2,
6
  "learn_te": true,
7
+ "n_heads": 16,
8
+ "n_layers": 12,
9
+ "resid_dropout_p": 0.2,
10
  "s1_bits": 10,
11
  "s2_bits": 10,
12
+ "token_dropout_p": 0.0
13
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b082dfcbd8e8c142a725c8bbb99781802f38fec81210e13479effb32b3c3e020
3
- size 98980656
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abff193acab6db1a0368e9773e75799d11403b6d054ee6d5f0a11aeabc5f4b83
3
+ size 409264008
requirements.txt CHANGED
@@ -1,3 +1,6 @@
1
  torch>=2.0.0
2
  safetensors
3
  einops
 
 
 
 
1
  torch>=2.0.0
2
  safetensors
3
  einops
4
+ numpy
5
+ pandas
6
+ huggingface_hub