DatPySci commited on
Commit
1b7574f
·
verified ·
1 Parent(s): 36ccd11

Model save

Browse files
Files changed (4) hide show
  1. README.md +67 -0
  2. all_results.json +8 -0
  3. train_results.json +8 -0
  4. trainer_state.json +0 -0
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: EleutherAI/pythia-410m-deduped-v0
4
+ tags:
5
+ - trl
6
+ - sft
7
+ - generated_from_trainer
8
+ datasets:
9
+ - generator
10
+ model-index:
11
+ - name: pythia-410m-sft-full
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # pythia-410m-sft-full
19
+
20
+ This model is a fine-tuned version of [EleutherAI/pythia-410m-deduped-v0](https://huggingface.co/EleutherAI/pythia-410m-deduped-v0) on the generator dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 1.6286
23
+
24
+ ## Model description
25
+
26
+ More information needed
27
+
28
+ ## Intended uses & limitations
29
+
30
+ More information needed
31
+
32
+ ## Training and evaluation data
33
+
34
+ More information needed
35
+
36
+ ## Training procedure
37
+
38
+ ### Training hyperparameters
39
+
40
+ The following hyperparameters were used during training:
41
+ - learning_rate: 2e-05
42
+ - train_batch_size: 8
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - distributed_type: multi-GPU
46
+ - num_devices: 2
47
+ - gradient_accumulation_steps: 2
48
+ - total_train_batch_size: 32
49
+ - total_eval_batch_size: 16
50
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
51
+ - lr_scheduler_type: cosine
52
+ - lr_scheduler_warmup_ratio: 0.1
53
+ - num_epochs: 1
54
+
55
+ ### Training results
56
+
57
+ | Training Loss | Epoch | Step | Validation Loss |
58
+ |:-------------:|:-----:|:----:|:---------------:|
59
+ | 1.5669 | 1.0 | 3982 | 1.6286 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.39.3
65
+ - Pytorch 2.1.2+cu121
66
+ - Datasets 2.18.0
67
+ - Tokenizers 0.15.2
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "train_loss": 1.6493343958478666,
4
+ "train_runtime": 16072.2247,
5
+ "train_samples": 207865,
6
+ "train_samples_per_second": 7.928,
7
+ "train_steps_per_second": 0.248
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "train_loss": 1.6493343958478666,
4
+ "train_runtime": 16072.2247,
5
+ "train_samples": 207865,
6
+ "train_samples_per_second": 7.928,
7
+ "train_steps_per_second": 0.248
8
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff