This is basically an experiment to encourage me to learn how ML / AI actually works. I generated these pretty rubbish models on my laptop(!) with 7b- & 13b-parameter Llama2 models.
This repo is roughly split in two main bits:
Hosted on a digital ocean droplet (which is really nice)
flask db check
flask db migrate -m 'message'
flask db upgrade
flask db history
alembic revision --autogenerate -m "init; create stories tables"
alembic upgrade head
82 commits
Python
85.1%
HTML
8.8%
Makefile
2.6%
CSS
1.8%
This is basically an experiment to encourage me to learn how ML / AI actually works. I generated these pretty rubbish models on my laptop(!) with 7b- & 13b-parameter Llama2 models.
This repo is roughly split in two main bits:
Hosted on a digital ocean droplet (which is really nice)
flask db check
flask db migrate -m 'message'
flask db upgrade
flask db history
alembic revision --autogenerate -m "init; create stories tables"
alembic upgrade head
82 commits
Python
85.1%
HTML
8.8%
Makefile
2.6%
CSS
1.8%