pkarypis commited on
Commit
60af36b
1 Parent(s): f02395e

Model save

Browse files
README.md ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-dutch
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-dutch
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.0464
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: 4
47
+ - total_train_batch_size: 32
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: 1.0
53
+
54
+ ### Training results
55
+
56
+ | Training Loss | Epoch | Step | Validation Loss |
57
+ |:-------------:|:-----:|:----:|:---------------:|
58
+ | 2.075 | 1.0 | 9129 | 2.0464 |
59
+
60
+
61
+ ### Framework versions
62
+
63
+ - Transformers 4.38.2
64
+ - Pytorch 2.1.2
65
+ - Datasets 2.14.6
66
+ - Tokenizers 0.15.2
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "train_loss": 2.1077401449730213,
4
+ "train_runtime": 1063.9239,
5
+ "train_samples": 207865,
6
+ "train_samples_per_second": 274.555,
7
+ "train_steps_per_second": 8.581
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:28e77adcb60e7b297007420b7a2fc46fb4094b356d026c27c15ada7d196873c8
3
  size 136062744
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41115ccddea44aef2aaf68180ca3e79c178013060ee8825e26656b2114208608
3
  size 136062744
runs/Mar30_16-02-07_aga39/events.out.tfevents.1711832719.aga39.610034.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:67ce6d336668725ec7a3119b11b6ea9e9178f80d1634e31f3dc12e9ce2f0a19b
3
- size 388825
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:729915216a2e740d8dd0bc75ab78091ae7bd3cc170d38521e4b5a196771cbc51
3
+ size 390505
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "train_loss": 2.1077401449730213,
4
+ "train_runtime": 1063.9239,
5
+ "train_samples": 207865,
6
+ "train_samples_per_second": 274.555,
7
+ "train_steps_per_second": 8.581
8
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff