Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,9 @@ It was trained on the first 60B tokens of the [Dolma](https://huggingface.co/dat
|
|
| 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).
|
| 14 |
|
|
|
|
|
|
|
|
|
|
| 15 |
Sample inference code
|
| 16 |
```python
|
| 17 |
import torch
|
|
|
|
| 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).
|
| 14 |
|
| 15 |
+
|
| 16 |
+

|
| 17 |
+
|
| 18 |
Sample inference code
|
| 19 |
```python
|
| 20 |
import torch
|