File size: 861 Bytes
8a0963b 3f3c399 9edc920 8a0963b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
---
license: mit
language:
- ru
metrics:
- f1
library_name: transformers
pipeline_tag: text-classification
---
This model is implement sequence binary classifier for inference of score, that represent how much sequence is simillar to sequences from texts fo Dostovesky F.M.
Base modle is Google T5 model, finetuned on dataset that contains 5700 sentences from the texts of Dostovesky F.M. with label 1, and 5771 sentences from the texts of Kuprin A.I. and sentences geenerated with RuGPT3.
Training parameters:
* Epoch = 12
* Learning Rate = 1e-3
* Optimizer = AdamW
* Scheduler = OneCycleLR
* Training env = PyTorch
![image/png](https://cdn-uploads.huggingface.co/production/uploads/645ced0dce72244df7b0f6d2/FuF1I8pvFvDR9eDy6mpCg.png)
![image/png](https://cdn-uploads.huggingface.co/production/uploads/645ced0dce72244df7b0f6d2/R1DeSHDrLg3KDBInAp29Y.png)
|