Skip to main content

A question solver plugin for ovos

Project description

AlpacaPP Persona

Give OpenVoiceOS some sass with AlpacaCPP

Examples

  • "What is best in life?"
  • "Do you like dogs"
  • "Does God exist?"

Usage

Spoken answers api

from ovos_solver_alpacacpp import AlpacaCPPSolver

ALPACA_MODEL_FILE = "/./models/ggml-alpaca-7b-q4.bin"

bot = AlpacaCPPSolver({"model": ALPACA_MODEL_FILE})

sentence = bot.spoken_answer("Qual é o teu animal favorito?", {"lang": "pt-pt"})
# Meus animais favoritos são cães, gatos e tartarugas!

for q in ["Does god exist?",
          "what is the speed of light?",
          "what is the meaning of life?",
          "What is your favorite color?",
          "What is best in life?"]:
    a = bot.get_spoken_answer(q)
    print(q, a)

Credit

This combines Facebook's LLaMA, Stanford Alpaca, alpaca-lora and corresponding weights by Eric Wang (which uses Jason Phang's implementation of LLaMA on top of Hugging Face Transformers), and llama.cpp by Georgi Gerganov. The chat implementation is based on Matvey Soloviev's Interactive Mode for llama.cpp. Inspired by Simon Willison's getting started guide for LLaMA. Andy Matuschak's thread on adapting this to 13B, using fine tuning weights by Sam Witteveen.

Disclaimer

Note that the model weights are only to be used for research purposes, as they are derivative of LLaMA, and uses the published instruction data from the Stanford Alpaca project which is generated by OpenAI, which itself disallows the usage of its outputs to train competing models.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ovos-solver-alpacacpp-plugin-0.0.0a1.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file ovos-solver-alpacacpp-plugin-0.0.0a1.tar.gz.

File metadata

File hashes

Hashes for ovos-solver-alpacacpp-plugin-0.0.0a1.tar.gz
Algorithm Hash digest
SHA256 026cad67f521446e424496ec3b3c71d07e44fce9979eda4922aca34602bea913
MD5 b69c4e231bd9f532c23ec9367e63cd09
BLAKE2b-256 3a8264066255cac07cd97f06762daab95d999ffb3656cd030351b4277dece26b

See more details on using hashes here.

File details

Details for the file ovos_solver_alpacacpp_plugin-0.0.0a1-py3-none-any.whl.

File metadata

File hashes

Hashes for ovos_solver_alpacacpp_plugin-0.0.0a1-py3-none-any.whl
Algorithm Hash digest
SHA256 dff3a6b267436225bbef7794a8f963af33031ea185d990eaa9da429fe1c3da7b
MD5 16e2d7ac91e4bbb8c4737b503a504453
BLAKE2b-256 86c3a85d13443e57bf03804a8eef9b6e7f3f7d13359bcbd34e1d370845421efe

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page