pkarypis commited on
Commit
2dcc171
1 Parent(s): 072c069

Model save

Browse files
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: JackFram/llama-68m
4
+ tags:
5
+ - trl
6
+ - sft
7
+ - generated_from_trainer
8
+ datasets:
9
+ - generator
10
+ model-index:
11
+ - name: gpt2-sft-port
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
+ # gpt2-sft-port
19
+
20
+ This model is a fine-tuned version of [JackFram/llama-68m](https://huggingface.co/JackFram/llama-68m) on the generator dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 2.0747
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: 32
43
+ - eval_batch_size: 8
44
+ - seed: 42
45
+ - distributed_type: multi-GPU
46
+ - num_devices: 4
47
+ - total_train_batch_size: 128
48
+ - total_eval_batch_size: 32
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: cosine
51
+ - lr_scheduler_warmup_ratio: 0.1
52
+ - num_epochs: 2.0
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss |
57
+ |:-------------:|:-----:|:----:|:---------------:|
58
+ | 2.1065 | 1.0 | 2258 | 2.0952 |
59
+ | 2.0646 | 2.0 | 4516 | 2.0747 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.38.2
65
+ - Pytorch 2.1.2
66
+ - Datasets 2.14.6
67
+ - Tokenizers 0.15.2
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.0,
3
+ "train_loss": 2.136634065948618,
4
+ "train_runtime": 1187.976,
5
+ "train_samples": 207865,
6
+ "train_samples_per_second": 486.421,
7
+ "train_steps_per_second": 3.801
8
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 1,
6
+ "transformers_version": "4.38.2"
7
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f119f2ef575b54bc60327bca5b6fa008d6305afc5beac5ce529c14e94ffcffc
3
  size 136062744
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67d9b68e5400c615607de0119e96c4c67d2146ad85e9d7790c232a4ae7402fa0
3
  size 136062744
runs/Mar31_23-49-49_aga39/events.out.tfevents.1711947249.aga39.851388.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c9dd03d183f8ea77e01b184865afc63737b15b399610058bd85dca174f5ef021
3
- size 194973
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac2b0dfed80f78d0703abf6ccad0bcd80bbe4db8599f7631eca628cf349cfb62
3
+ size 196231
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.0,
3
+ "train_loss": 2.136634065948618,
4
+ "train_runtime": 1187.976,
5
+ "train_samples": 207865,
6
+ "train_samples_per_second": 486.421,
7
+ "train_steps_per_second": 3.801
8
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff