Ahmed007 commited on
Commit
da13a0b
1 Parent(s): 54bb7c3

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: Copilot_for_poors_v3
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # Copilot_for_poors_v3
14
+
15
+ This model is a fine-tuned version of [Ahmed007/Copilot_for_poors_v2](https://huggingface.co/Ahmed007/Copilot_for_poors_v2) on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - Loss: 1.3504
18
+
19
+ ## Model description
20
+
21
+ More information needed
22
+
23
+ ## Intended uses & limitations
24
+
25
+ More information needed
26
+
27
+ ## Training and evaluation data
28
+
29
+ More information needed
30
+
31
+ ## Training procedure
32
+
33
+ ### Training hyperparameters
34
+
35
+ The following hyperparameters were used during training:
36
+ - learning_rate: 2e-05
37
+ - train_batch_size: 12
38
+ - eval_batch_size: 12
39
+ - seed: 42
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - num_epochs: 25
43
+
44
+ ### Training results
45
+
46
+ | Training Loss | Epoch | Step | Validation Loss |
47
+ |:-------------:|:-----:|:----:|:---------------:|
48
+ | No log | 1.0 | 57 | 1.4567 |
49
+ | No log | 2.0 | 114 | 1.4510 |
50
+ | No log | 3.0 | 171 | 1.4376 |
51
+ | No log | 4.0 | 228 | 1.4255 |
52
+ | No log | 5.0 | 285 | 1.4174 |
53
+ | No log | 6.0 | 342 | 1.4122 |
54
+ | No log | 7.0 | 399 | 1.4080 |
55
+ | No log | 8.0 | 456 | 1.3981 |
56
+ | 1.7151 | 9.0 | 513 | 1.3923 |
57
+ | 1.7151 | 10.0 | 570 | 1.3870 |
58
+ | 1.7151 | 11.0 | 627 | 1.3801 |
59
+ | 1.7151 | 12.0 | 684 | 1.3769 |
60
+ | 1.7151 | 13.0 | 741 | 1.3706 |
61
+ | 1.7151 | 14.0 | 798 | 1.3687 |
62
+ | 1.7151 | 15.0 | 855 | 1.3665 |
63
+ | 1.7151 | 16.0 | 912 | 1.3613 |
64
+ | 1.7151 | 17.0 | 969 | 1.3613 |
65
+ | 1.5556 | 18.0 | 1026 | 1.3576 |
66
+ | 1.5556 | 19.0 | 1083 | 1.3550 |
67
+ | 1.5556 | 20.0 | 1140 | 1.3540 |
68
+ | 1.5556 | 21.0 | 1197 | 1.3530 |
69
+ | 1.5556 | 22.0 | 1254 | 1.3514 |
70
+ | 1.5556 | 23.0 | 1311 | 1.3517 |
71
+ | 1.5556 | 24.0 | 1368 | 1.3506 |
72
+ | 1.5556 | 25.0 | 1425 | 1.3504 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.20.1
78
+ - Pytorch 1.11.0
79
+ - Datasets 2.1.0
80
+ - Tokenizers 0.12.1