kochlisGit/ProphitBet-Soccer-Bets-Predictor

Lama 7b

Opened this issue · 2 comments

Hi, did you or are you able to use lama 7b as an algorithm for this app?

Hi,
No, this is a very large language model based on Deep Neural Networks that you are refering to, which is trained on millions of text data! It has nothing to do with this application.

We use several machine learning algorithms, which perform quite well on small amounts of data, like soccer data. Additionally, they are lightweight, so everyone can train them on their computer. Although we also provide Deep Neural Networks, I have limited the amount of layers to 5, with each layer having maximum up to 512 units. If you like to add a heavy model like lama, although it is possible, we cannot support it, so you will have to implement it yourself.

Great, thank you for fast answer :)