Hezy4 / Jarvis

A chatbot AI using GPT-2 and tensorflow

Home Page:https://youtu.be/Kw2Uyrvx63U

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jarvis

An AI using GPT-2 and tensorflow

Version 2

Added the 1558M parameter option, updated args

This project took a year of work. Spread it around!

Installation

git clone https://github.com/hezyhax/jarvis.git
cd jarvis
python3 -m pip install -r deps.txt

Model Size

If your computer cannot handle huge loads, run:

python3 download_model.py 345M

If it is more equiped, run:

python3 download_model.py 774M

if youre really feeling it,

python3 download_model.py 1558M

Then, you're ready to run Jarvis.

Run Jarvis

python3 main.py

For support

Please look online for support first, the internet will solve most problems. If you're still experiencing difficulty, please kindly email: Hezycb@gmail.com

About

A chatbot AI using GPT-2 and tensorflow

https://youtu.be/Kw2Uyrvx63U

License:Apache License 2.0


Languages

Language:Python 100.0%