Myaukko commited on
Commit
ad12fbc
1 Parent(s): 8ac5bbf

Model save

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - recall
6
+ model-index:
7
+ - name: checkpoint-126-5ep3bsframed
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # checkpoint-126-5ep3bsframed
15
+
16
+ This model was trained from scratch on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.0647
19
+ - Recall: 1.0
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 3
40
+ - eval_batch_size: 3
41
+ - seed: 42
42
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
+ - lr_scheduler_type: linear
44
+ - lr_scheduler_warmup_ratio: 0.1
45
+ - training_steps: 485
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss | Recall |
50
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
51
+ | 0.0083 | 0.2 | 97 | 1.7627 | 0.3385 |
52
+ | 0.0055 | 1.2 | 194 | 0.4448 | 0.8 |
53
+ | 0.1623 | 2.2 | 291 | 0.1197 | 0.9692 |
54
+ | 0.2048 | 3.2 | 388 | 0.0725 | 1.0 |
55
+ | 0.0003 | 4.2 | 485 | 0.0647 | 1.0 |
56
+
57
+
58
+ ### Framework versions
59
+
60
+ - Transformers 4.37.2
61
+ - Pytorch 2.2.0+cu118
62
+ - Datasets 2.17.0
63
+ - Tokenizers 0.15.2