Supersaiyan1729 commited on
Commit
b2d6cfa
·
verified ·
1 Parent(s): c0dad83

Model save

Browse files
Files changed (2) hide show
  1. README.md +74 -0
  2. generation_config.json +6 -0
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: openai-community/gpt2
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: financeLM_outputpath_sa
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
+ # financeLM_outputpath_sa
15
+
16
+ This model is a fine-tuned version of [openai-community/gpt2](https://huggingface.co/openai-community/gpt2) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 2.7298
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: 0.0002
38
+ - train_batch_size: 4
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - gradient_accumulation_steps: 4
42
+ - total_train_batch_size: 16
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - lr_scheduler_warmup_ratio: 0.03
46
+ - num_epochs: 15
47
+
48
+ ### Training results
49
+
50
+ | Training Loss | Epoch | Step | Validation Loss |
51
+ |:-------------:|:-----:|:----:|:---------------:|
52
+ | 2.1212 | 1.0 | 239 | 1.7495 |
53
+ | 1.4843 | 2.0 | 478 | 1.7029 |
54
+ | 1.1487 | 3.0 | 717 | 1.7705 |
55
+ | 0.8833 | 4.0 | 957 | 1.9256 |
56
+ | 0.6808 | 5.0 | 1196 | 2.1313 |
57
+ | 0.5321 | 6.0 | 1435 | 2.3003 |
58
+ | 0.4316 | 7.0 | 1674 | 2.4160 |
59
+ | 0.363 | 8.0 | 1914 | 2.4643 |
60
+ | 0.3153 | 9.0 | 2153 | 2.5424 |
61
+ | 0.2811 | 10.0 | 2392 | 2.6034 |
62
+ | 0.2561 | 11.0 | 2631 | 2.6334 |
63
+ | 0.2341 | 12.0 | 2871 | 2.6710 |
64
+ | 0.2201 | 13.0 | 3110 | 2.6970 |
65
+ | 0.2078 | 14.0 | 3349 | 2.7185 |
66
+ | 0.1983 | 14.98 | 3585 | 2.7298 |
67
+
68
+
69
+ ### Framework versions
70
+
71
+ - Transformers 4.35.0
72
+ - Pytorch 2.1.2+cu121
73
+ - Datasets 2.14.5
74
+ - Tokenizers 0.14.1
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.35.0"
6
+ }