emozilla commited on
Commit
41f21a8
1 Parent(s): 2f0fff9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -7,7 +7,7 @@ datasets:
7
 
8
  OLMo-Bitnet-1B is a 1B parameter model trained using the method described in [The Era of 1-bit LLMs: All Large Language Models are in 1.58 Bits](https://arxiv.org/abs/2402.17764).
9
 
10
- It was trained on a 60B subset of the [Dolma](https://huggingface.co/datasets/allenai/dolma) dataset, so it is merely a research proof-of-concept to test out the methodolgy.
11
 
12
  A separate training run was run with the exact same hyperparameters, but using standard fp16 weights.
13
  The comparison can be found in [this wandb report](https://api.wandb.ai/links/emozilla/evltqiv7).
 
7
 
8
  OLMo-Bitnet-1B is a 1B parameter model trained using the method described in [The Era of 1-bit LLMs: All Large Language Models are in 1.58 Bits](https://arxiv.org/abs/2402.17764).
9
 
10
+ It was trained on the first 60B tokens of the [Dolma](https://huggingface.co/datasets/allenai/dolma) dataset, so it is merely a research proof-of-concept to test out the methodolgy.
11
 
12
  A separate training run was run with the exact same hyperparameters, but using standard fp16 weights.
13
  The comparison can be found in [this wandb report](https://api.wandb.ai/links/emozilla/evltqiv7).