aixk commited on
Commit
f3eca0d
·
1 Parent(s): 62a5116

FastPlus-125M Relativistic Pure Geometric Lorentz Sequence Model Train Completed Safely

Browse files
Files changed (3) hide show
  1. config.json +20 -0
  2. generation_config.json +6 -0
  3. tokenizer_config.json +2 -0
config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "FastPlus125mForCausalLM"
4
+ ],
5
+ "dtype": "float32",
6
+ "hidden_size": 768,
7
+ "hyperbolic_dim": 16,
8
+ "initializer_range": 0.02,
9
+ "intermediate_size": 2048,
10
+ "kd_alpha": 0.4,
11
+ "kd_temperature": 2.5,
12
+ "max_position_embeddings": 512,
13
+ "model_type": "fastplus_125m",
14
+ "num_attention_heads": 12,
15
+ "num_hidden_layers": 16,
16
+ "tie_word_embeddings": false,
17
+ "transformers_version": "5.13.1",
18
+ "use_cache": false,
19
+ "vocab_size": 8288
20
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "output_attentions": false,
4
+ "output_hidden_states": false,
5
+ "transformers_version": "5.13.1"
6
+ }
tokenizer_config.json CHANGED
@@ -6,6 +6,8 @@
6
  "<|user|>",
7
  "<|assistant|>"
8
  ],
 
 
9
  "model_max_length": 1000000000000000019884624838656,
10
  "pad_token": "<pad>",
11
  "tokenizer_class": "TokenizersBackend",
 
6
  "<|user|>",
7
  "<|assistant|>"
8
  ],
9
+ "is_local": false,
10
+ "local_files_only": false,
11
  "model_max_length": 1000000000000000019884624838656,
12
  "pad_token": "<pad>",
13
  "tokenizer_class": "TokenizersBackend",