Myaukko commited on
Commit
523b5f7
·
verified ·
1 Parent(s): 1ddf2c0

Model save

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - recall
6
+ - precision
7
+ - f1
8
+ model-index:
9
+ - name: checkpoint-126-5ep3bsfrmulti1
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-126-5ep3bsfrmulti1
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.2333
21
+ - Recall: 0.9032
22
+ - Precision: 0.875
23
+ - F1: 0.8889
24
+ - Roc Auc: 0.0933
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: 97
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss | Recall | Precision | F1 | Roc Auc |
55
+ |:-------------:|:-----:|:----:|:---------------:|:------:|:---------:|:------:|:-------:|
56
+ | 0.0011 | 1.0 | 97 | 0.2333 | 0.9032 | 0.875 | 0.8889 | 0.0933 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - Transformers 4.37.2
62
+ - Pytorch 2.2.0+cu118
63
+ - Datasets 2.17.0
64
+ - Tokenizers 0.15.2