CodeIsAbstract commited on
Commit
67370d1
·
verified ·
1 Parent(s): 064e8a2

Training in progress, step 1000

Browse files
Files changed (4) hide show
  1. config.json +34 -0
  2. generation_config.json +9 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "HybridTimeScaleLM"
4
+ ],
5
+ "bos_token_id": 1,
6
+ "chunk_size": 128,
7
+ "dropout": 0.05,
8
+ "dtype": "float32",
9
+ "eos_token_id": 2,
10
+ "latent_dim": 768,
11
+ "layer_types": [
12
+ "linear",
13
+ "linear",
14
+ "linear",
15
+ "softmax",
16
+ "linear",
17
+ "linear",
18
+ "linear",
19
+ "softmax",
20
+ "linear",
21
+ "linear",
22
+ "linear",
23
+ "softmax"
24
+ ],
25
+ "model_type": "hybrid_fourier_lm",
26
+ "num_layers": 12,
27
+ "num_modes": 64,
28
+ "pad_token_id": 2,
29
+ "tie_word_embeddings": true,
30
+ "time_scale": 128.0,
31
+ "transformers_version": "5.14.1",
32
+ "use_cache": false,
33
+ "vocab_size": 32768
34
+ }
generation_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "output_attentions": false,
6
+ "output_hidden_states": false,
7
+ "pad_token_id": 2,
8
+ "transformers_version": "5.14.1"
9
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62dc08c3b04819417d33e643fa282f64d9da56cda9541aa632f613efde78508e
3
+ size 570000656
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b7b7630962008facfc553dae23e1b281e5855fa53113fd26848cdb4e9d6e896
3
+ size 5265