Roaoch commited on
Commit
8a0963b
·
verified ·
1 Parent(s): f4cff58

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - ru
5
+ metrics:
6
+ - f1
7
+ library_name: transformers
8
+ pipeline_tag: text-classification
9
+ ---
10
+
11
+ 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.
12
+ 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
13
+ Training parameters:
14
+ * Epoch = 12
15
+ * Learning Rate = 1e-3
16
+ * Optimizer = AdamW
17
+ * Scheduler = OneCycleLR
18
+ * Training env = PyTorch
19
+
20
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/645ced0dce72244df7b0f6d2/FuF1I8pvFvDR9eDy6mpCg.png)
21
+
22
+
23
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/645ced0dce72244df7b0f6d2/R1DeSHDrLg3KDBInAp29Y.png)