The Nordic Pile: A 1.2TB Nordic Dataset for Language Modeling
Paper • 2303.17183 • Published • 1
This is quantized vresion of AI-Sweden-Models/Llama-3-8B created suing llama.cpp
This is a base model, it can be finetuned to a particular use case.
-----> instruct version here <-----
See the snippet below for usage with Transformers:
import transformers
import torch
model_id = "AI-Sweden-Models/Llama-3-8B"
pipeline = transformers.pipeline(
task="text-generation",
model=model_id,
model_kwargs={"torch_dtype": torch.bfloat16},
device_map="auto"
)
pipeline(
text_inputs="Sommar och sol är det bästa jag vet",
max_length=128,
repetition_penalty=1.03
)
>>> "Sommar och sol är det bästa jag vet!
Och nu när jag har fått lite extra semester så ska jag njuta till max av allt som våren och sommaren har att erbjuda.
Jag har redan börjat med att sitta ute på min altan och ta en kopp kaffe och läsa i tidningen, det är så skönt att bara sitta där och njuta av livet.
Ikväll blir det grillat och det ser jag fram emot!"
AI-Sweden-Models/Llama-3-8B is a continuation of the pretraining process from meta-llama/Meta-Llama-3-8B.
It was trained on a subset from The Nordic Pile containing Swedish, Norwegian and Danish.
The training dataset consists of 227 105 079 296 tokens.
Coming soon.
2-bit
3-bit
4-bit
5-bit
6-bit
8-bit
Base model
meta-llama/Meta-Llama-3-8B