Codemaster67 commited on
Commit
b078251
·
verified ·
1 Parent(s): 418644e

(Trained with Unsloth)

Browse files
Files changed (3) hide show
  1. config.json +31 -0
  2. tokenizer.json +0 -0
  3. tokenizer_config.json +15 -0
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "OlmoForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": null,
8
+ "clip_qkv": null,
9
+ "torch_dtype": "bfloat16",
10
+ "eos_token_id": 50279,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 4096,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 11008,
15
+ "max_position_embeddings": 2048,
16
+ "model_name": "Codemaster67/ChemOlmo-7b",
17
+ "model_type": "olmo",
18
+ "num_attention_heads": 32,
19
+ "num_hidden_layers": 32,
20
+ "num_key_value_heads": 32,
21
+ "pad_token_id": 1,
22
+ "pretraining_tp": 1,
23
+ "rope_parameters": {
24
+ "rope_theta": 10000.0,
25
+ "rope_type": "default"
26
+ },
27
+ "tie_word_embeddings": false,
28
+ "unsloth_version": "2026.3.8",
29
+ "use_cache": true,
30
+ "vocab_size": 50304
31
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": null,
5
+ "clean_up_tokenization_spaces": true,
6
+ "eos_token": "<|endoftext|>",
7
+ "errors": "replace",
8
+ "is_local": false,
9
+ "model_max_length": 1000000000000000019884624838656,
10
+ "pad_token": "<|padding|>",
11
+ "padding_side": "left",
12
+ "tokenizer_class": "GPTNeoXTokenizer",
13
+ "trim_offsets": true,
14
+ "unk_token": null
15
+ }