Myaukko commited on
Commit
862cc24
1 Parent(s): cb08784

Model save

Browse files
Files changed (1) hide show
  1. README.md +66 -0
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - recall
6
+ - precision
7
+ - f1
8
+ model-index:
9
+ - name: checkpoint-194-5ep3bsfrmulti3
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # checkpoint-194-5ep3bsfrmulti3
17
+
18
+ This model was trained from scratch on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 0.1347
21
+ - Recall: 0.9355
22
+ - Precision: 0.9355
23
+ - F1: 0.9355
24
+ - Roc Auc: 0.9702
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 5e-05
44
+ - train_batch_size: 3
45
+ - eval_batch_size: 3
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - lr_scheduler_warmup_ratio: 0.1
50
+ - training_steps: 291
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Recall | Precision | F1 | Roc Auc |
55
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:---------:|:------:|:-------:|
56
+ | 0.2212 | 0.33 | 97 | 1.1492 | 0.4839 | 1.0 | 0.6522 | 0.9092 |
57
+ | 0.233 | 1.33 | 194 | 0.3849 | 0.9677 | 0.6977 | 0.8108 | 0.6710 |
58
+ | 0.0004 | 2.33 | 291 | 0.1347 | 0.9355 | 0.9355 | 0.9355 | 0.9702 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.37.2
64
+ - Pytorch 2.2.0+cu118
65
+ - Datasets 2.17.0
66
+ - Tokenizers 0.15.2