zahidpichen commited on
Commit
c8e88e8
·
verified ·
1 Parent(s): 4a8a307

End of training

Browse files
Files changed (3) hide show
  1. README.md +54 -0
  2. all_results.json +8 -0
  3. train_results.json +8 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: mit
4
+ base_model: openai-community/gpt2-large
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: gpt2-large-finetuned
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # gpt2-large-finetuned
16
+
17
+ This model is a fine-tuned version of [openai-community/gpt2-large](https://huggingface.co/openai-community/gpt2-large) on an unknown dataset.
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: 2
38
+ - eval_batch_size: 8
39
+ - seed: 42
40
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
41
+ - lr_scheduler_type: linear
42
+ - training_steps: 1000
43
+
44
+ ### Training results
45
+
46
+
47
+
48
+ ### Framework versions
49
+
50
+ - PEFT 0.14.0
51
+ - Transformers 4.48.3
52
+ - Pytorch 2.5.1+cu124
53
+ - Datasets 3.3.2
54
+ - Tokenizers 0.21.0
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.05446919766871834,
3
+ "total_flos": 4402178949120000.0,
4
+ "train_loss": 3.2655852661132814,
5
+ "train_runtime": 1175.6685,
6
+ "train_samples_per_second": 1.701,
7
+ "train_steps_per_second": 0.851
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.05446919766871834,
3
+ "total_flos": 4402178949120000.0,
4
+ "train_loss": 3.2655852661132814,
5
+ "train_runtime": 1175.6685,
6
+ "train_samples_per_second": 1.701,
7
+ "train_steps_per_second": 0.851
8
+ }