kochlisGit / ProphitBet-Soccer-Bets-Predictor

ProphitBet is a Machine Learning Soccer Bet prediction application. It analyzes the form of teams, computes match statistics and predicts the outcomes of a match using Advanced Machine Learning (ML) methods. The supported algorithms in this application are Neural Networks, Random Forests & Ensembl Models.
MIT License
281 stars 104 forks source link

Lama 7b #58

Open GrizzyGamer opened 5 months ago

GrizzyGamer commented 5 months ago

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

kochlisGit commented 5 months ago

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.

GrizzyGamer commented 5 months ago

Great, thank you for fast answer :)