togethercomputer/RedPajama-Data-1T
Viewer • Updated • 1.73M • 2.01k • 1.17k
This repository contains the 300BT preview of the Open LLaMA model based on the RedPajama 1T dataset, converted to GGML and quantized to 4 bit, ready to be used with llama.cpp
In order to use this model with llama.cpp
models subfolder of llama.cpp-m ./models/7B/ggml-openllama-7b-300bt-q4_0.binFor example,
./main -m ./models/7B/ggml-openllama-7b-300bt-q4_0.bin -n 128 -p "who was Joseph Weizenbaum?"
Since the underlying model is itself Apache 2.0 licensed, this repo is as well.