vera-8 commited on
Commit
bef8025
·
verified ·
1 Parent(s): 3fb6b42

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +8 -69
README.md CHANGED
@@ -1,71 +1,10 @@
1
- ---
2
- library_name: peft
3
- tags:
4
- - generated_from_trainer
5
- base_model: mT5-small-span-mlm_de
6
- model-index:
7
- - name: mT5-small-span-mlm_de_deplain-apa
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
- # mT5-small-span-mlm_de_deplain-apa
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.5503
19
-
20
- ## Model description
21
-
22
- More information needed
23
-
24
- ## Intended uses & limitations
25
-
26
- More information needed
27
-
28
- ## Training and evaluation data
29
-
30
- More information needed
31
-
32
- ## Training procedure
33
-
34
- ### Training hyperparameters
35
-
36
- The following hyperparameters were used during training:
37
- - learning_rate: 5e-05
38
- - train_batch_size: 16
39
- - eval_batch_size: 8
40
- - seed: 42
41
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
- - lr_scheduler_type: linear
43
- - lr_scheduler_warmup_ratio: 0.1
44
- - num_epochs: 1
45
-
46
- ### Training results
47
-
48
- | Training Loss | Epoch | Step | Validation Loss |
49
- |:-------------:|:------:|:----:|:---------------:|
50
- | 6.2143 | 0.0750 | 50 | 4.8377 |
51
- | 1.1417 | 0.1499 | 100 | 1.0496 |
52
- | 1.0344 | 0.2249 | 150 | 0.9556 |
53
- | 0.7684 | 0.2999 | 200 | 0.9261 |
54
- | 0.7774 | 0.3748 | 250 | 0.8849 |
55
- | 0.8084 | 0.4498 | 300 | 0.8308 |
56
- | 0.7552 | 0.5247 | 350 | 0.7037 |
57
- | 0.7154 | 0.5997 | 400 | 0.6108 |
58
- | 0.6055 | 0.6747 | 450 | 0.5834 |
59
- | 0.6715 | 0.7496 | 500 | 0.5710 |
60
- | 0.5978 | 0.8246 | 550 | 0.5567 |
61
- | 0.5842 | 0.8996 | 600 | 0.5526 |
62
- | 0.7139 | 0.9745 | 650 | 0.5503 |
63
-
64
-
65
- ### Framework versions
66
-
67
- - PEFT 0.10.0
68
- - Transformers 4.40.1
69
- - Pytorch 2.0.1+cu118
70
- - Datasets 2.19.0
71
- - Tokenizers 0.19.1
 
1
+ # TRAINING ARGS:
2
+ {'per_device_train_batch_size': 16,
3
+ 'warmup_ratio': 0.1,
4
+ 'num_train_epochs': 1}
 
 
 
 
 
5
 
6
+ # OPTIMIZER ARGS:
7
+ {'lr': 0.001, 'eps': (1e-30, 0.001), 'clip_threshold': 1.0, 'decay_rate': 0.0, 'beta1': None, 'weight_decay': 0.0, 'scale_parameter': False, 'relative_step': False, 'warmup_init': False, 'differentiable': False}
8
 
9
+ # DEVICE:
10
+ NVIDIA RTX A4500