Myaukko commited on
Commit
58899f9
1 Parent(s): edc248f

Model save

Browse files
Files changed (1) hide show
  1. README.md +65 -0
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - recall
6
+ - precision
7
+ - f1
8
+ model-index:
9
+ - name: checkpoint-97-2ep3bsfrmulti2
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-97-2ep3bsfrmulti2
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.2816
21
+ - Recall: 0.9677
22
+ - Precision: 0.8108
23
+ - F1: 0.8824
24
+ - Roc Auc: 0.5206
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: 194
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Recall | Precision | F1 | Roc Auc |
55
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:---------:|:------:|:-------:|
56
+ | 0.4534 | 0.5 | 97 | 0.8642 | 1.0 | 0.6458 | 0.7848 | 0.6804 |
57
+ | 0.0011 | 1.5 | 194 | 0.2816 | 0.9677 | 0.8108 | 0.8824 | 0.5206 |
58
+
59
+
60
+ ### Framework versions
61
+
62
+ - Transformers 4.37.2
63
+ - Pytorch 2.2.0+cu118
64
+ - Datasets 2.17.0
65
+ - Tokenizers 0.15.2