faizack commited on
Commit
9bc5dbc
·
verified ·
1 Parent(s): 64d9942

Upload Kronos BTC 1hr tokenizer - 2025-10-23 03:15:30

Browse files
Files changed (3) hide show
  1. README.md +63 -0
  2. config.json +18 -0
  3. model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - financial-modeling
5
+ - time-series
6
+ - cryptocurrency
7
+ - bitcoin
8
+ - kronos
9
+ - tokenizer
10
+ ---
11
+
12
+ # Kronos BTC 1hr Tokenizer
13
+
14
+ This is a fine-tuned Kronos tokenizer trained on Bitcoin 1-hour candlestick data.
15
+
16
+ ## Model Details
17
+
18
+ - **Model Type**: Kronos Tokenizer
19
+ - **Training Data**: Bitcoin 1-hour candlestick data
20
+ - **Architecture**: Transformer-based encoder-decoder
21
+ - **Model Size**: ~15MB
22
+
23
+ ## Configuration
24
+
25
+ ```json
26
+ {
27
+ "attn_dropout_p": 0.0,
28
+ "beta": 0.05,
29
+ "d_in": 6,
30
+ "d_model": 256,
31
+ "ff_dim": 512,
32
+ "ffn_dropout_p": 0.0,
33
+ "gamma": 1.1,
34
+ "gamma0": 1.0,
35
+ "group_size": 4,
36
+ "n_dec_layers": 4,
37
+ "n_enc_layers": 4,
38
+ "n_heads": 4,
39
+ "resid_dropout_p": 0.0,
40
+ "s1_bits": 10,
41
+ "s2_bits": 10,
42
+ "zeta": 0.05
43
+ }
44
+ ```
45
+
46
+ ## Usage
47
+
48
+ This tokenizer is part of the Kronos financial prediction system. It should be used in conjunction with the corresponding basemodel.
49
+
50
+ ## Training Details
51
+
52
+ - **Training Time**: ~78 minutes
53
+ - **Framework**: PyTorch
54
+
55
+ ## Files
56
+
57
+ - `config.json`: Tokenizer configuration
58
+ - `model.safetensors`: Tokenizer weights
59
+ - `README.md`: This file
60
+
61
+ ## License
62
+
63
+ MIT License
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attn_dropout_p": 0.0,
3
+ "beta": 0.05,
4
+ "d_in": 6,
5
+ "d_model": 256,
6
+ "ff_dim": 512,
7
+ "ffn_dropout_p": 0.0,
8
+ "gamma": 1.1,
9
+ "gamma0": 1.0,
10
+ "group_size": 4,
11
+ "n_dec_layers": 4,
12
+ "n_enc_layers": 4,
13
+ "n_heads": 4,
14
+ "resid_dropout_p": 0.0,
15
+ "s1_bits": 10,
16
+ "s2_bits": 10,
17
+ "zeta": 0.05
18
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0be694dba39c963ee552e9cbb8ce9c5a29d65d822c9234cff203209efc4e27ef
3
+ size 15842368