mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-20 21:03:07 +00:00
15 lines
389 B
YAML
15 lines
389 B
YAML
name: C Transformer
|
|
author: marella
|
|
version: 1.0
|
|
link: https://github.com/marella/ctransformers
|
|
description: 'Python bindings for the Transformer models implemented in C/C++ using GGML library.
|
|
Supported Models
|
|
Models Model Type
|
|
GPT-2 gpt2
|
|
GPT-J, GPT4All-J gptj
|
|
GPT-NeoX, StableLM gpt_neox
|
|
LLaMA llama
|
|
MPT mpt
|
|
Dolly V2 dolly-v2
|
|
StarCoder starcoder
|
|
' |