ltgoslo commited on
Commit
daa2a1d
·
verified ·
1 Parent(s): 57ccca9

Better description and max model size

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. tokenizer_config.json +1 -1
README.md CHANGED
@@ -30,7 +30,8 @@ tags:
30
 
31
  This is a base (not instruction-tuned) large language model, continually pre-trained on Norwegian data starting from the English [OLMo2-13B](https://huggingface.co/allenai/OLMo-2-1124-13B) model.
32
 
33
- The model was trained for 33 000 steps on around 275 billion tokens. Intermediate checkpoints are published here as branches.
 
34
  The main `branch` contains the model's weights after step 33 000 (stage 3).
35
 
36
  ## Evaluation
 
30
 
31
  This is a base (not instruction-tuned) large language model, continually pre-trained on Norwegian data starting from the English [OLMo2-13B](https://huggingface.co/allenai/OLMo-2-1124-13B) model.
32
 
33
+ The model was trained for 33 000 steps on around 275 billion tokens. Maximum sequence length was set to 4 096 in the beginning of training, and then was extended to 16 384 starting from the checkpoint `step_31000`.
34
+ Intermediate checkpoints are published here as branches.
35
  The main `branch` contains the model's weights after step 33 000 (stage 3).
36
 
37
  ## Evaluation
tokenizer_config.json CHANGED
@@ -8,7 +8,7 @@
8
  "is_local": true,
9
  "local_files_only": false,
10
  "mask_token": "<|mask|>",
11
- "model_max_length": 1000000000000000019884624838656,
12
  "pad_token": "<|pad|>",
13
  "sep_token": "<|endoftext|>",
14
  "tokenizer_class": "TokenizersBackend",
 
8
  "is_local": true,
9
  "local_files_only": false,
10
  "mask_token": "<|mask|>",
11
+ "model_max_length": 16384,
12
  "pad_token": "<|pad|>",
13
  "sep_token": "<|endoftext|>",
14
  "tokenizer_class": "TokenizersBackend",