How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="britllm/britllm-3b-v0.1")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("britllm/britllm-3b-v0.1")
model = AutoModelForCausalLM.from_pretrained("britllm/britllm-3b-v0.1")
Quick Links

This is a raw, pretrained model, which should be further finetuned for most use cases.

Visit our webpage for detailed information: https://llm.org.uk .

Contact
Email: nlp-britllm@cs.ucl.ac.uk

Acknowledgements
We would like to acknowledge the support of DiRAC (Distributed Research using Advanced Computing), Microsoft Research's Accelerate Foundation Models Research Grant, the UCL Centre for Artificial Intelligence, and the Generative Models AI Hub.

© BritLLM

Downloads last month
318
Safetensors
Model size
3B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for britllm/britllm-3b-v0.1

Finetunes
1 model
Quantizations
1 model