Edit model card

ggml files

The files in this repository are LLM (Large Language Model) models converted to ggml format. See the original repository below for copyright. files...

Original repositories

Usage

Download ggml file

Install ggml

Install ggml commands.

git clone https://github.com/ggerganov/ggml.git
cd ggml && mkdir -p build && cd build && cmake .. && make -j

Ask question

./ggml/build/bin/gpt-neox \
   -m ./line-jp-3.6b-instruction-sft-f16.bin \
   -p "世界で一番高い山は"

reference

Downloads last month
0
Unable to determine this model's library. Check the docs .