monideep2255 commited on
Commit
f8095cc
·
1 Parent(s): 5120726

update model card README.md

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
+ model-index:
5
+ - name: rc_gale_control
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ # rc_gale_control
13
+
14
+ This model is a fine-tuned version of [rcgale/psst-apr-baseline](https://huggingface.co/rcgale/psst-apr-baseline) on the None dataset.
15
+ It achieves the following results on the evaluation set:
16
+ - Loss: 3.6660
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 0.0003
36
+ - train_batch_size: 16
37
+ - eval_batch_size: 8
38
+ - seed: 42
39
+ - gradient_accumulation_steps: 2
40
+ - total_train_batch_size: 32
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - lr_scheduler_warmup_steps: 50
44
+ - num_epochs: 30
45
+
46
+ ### Training results
47
+
48
+ | Training Loss | Epoch | Step | Validation Loss |
49
+ |:-------------:|:-----:|:----:|:---------------:|
50
+ | 22.794 | 3.33 | 50 | 3.7917 |
51
+ | 3.8262 | 6.67 | 100 | 3.6084 |
52
+ | 3.8023 | 10.0 | 150 | 3.6962 |
53
+ | 3.7283 | 13.33 | 200 | 3.6746 |
54
+ | 3.7173 | 16.67 | 250 | 3.6904 |
55
+ | 3.707 | 20.0 | 300 | 3.6909 |
56
+ | 3.7075 | 23.33 | 350 | 3.6785 |
57
+ | 3.6839 | 26.67 | 400 | 3.6769 |
58
+ | 3.7002 | 30.0 | 450 | 3.6660 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.28.0
64
+ - Pytorch 2.0.1
65
+ - Datasets 2.12.0
66
+ - Tokenizers 0.13.2