Training environment for CyberClassic telegram bot
0
stars
14
commits
Python
primary language
Jul 1, 2024
updated
This is a training environment for model of CyberClassic collection. Current training environment pipline contain three steps: FineTune GPT2 model, FineTune T5 model, Reinforcement learning of text generator Env has two separete datasets
On this step base GPT2 model finetuned on true dataset.
On this step we choose from true dataset 6000 rows, add new colunt "labels" with values 1 and 0 to true dataset and false dataset respectively, then contcatenet them. In the end we have model for binary classification of text sequence by belonging to style of Dostovesky F.M.
On this step we perform second round of training text generation model, with TRL dependencie. Reward function is a simple socer from classifier multiplied by 10.
Trainer enviroment for ML-modle of telegram bot
14 commits
Python
97.7%
Dockerfile
2.3%
Training environment for CyberClassic telegram bot
0
stars
14
commits
Python
primary language
Jul 1, 2024
updated
This is a training environment for model of CyberClassic collection. Current training environment pipline contain three steps: FineTune GPT2 model, FineTune T5 model, Reinforcement learning of text generator Env has two separete datasets
On this step base GPT2 model finetuned on true dataset.
On this step we choose from true dataset 6000 rows, add new colunt "labels" with values 1 and 0 to true dataset and false dataset respectively, then contcatenet them. In the end we have model for binary classification of text sequence by belonging to style of Dostovesky F.M.
On this step we perform second round of training text generation model, with TRL dependencie. Reward function is a simple socer from classifier multiplied by 10.
Trainer enviroment for ML-modle of telegram bot
14 commits
Python
97.7%
Dockerfile
2.3%