martimfasantos commited on
Commit
69fdcfc
·
verified ·
1 Parent(s): 6ff8b50

Model save

Browse files
README.md ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T
4
+ tags:
5
+ - trl
6
+ - sft
7
+ - generated_from_trainer
8
+ datasets:
9
+ - generator
10
+ model-index:
11
+ - name: tinyllama-1.1b-sum-sft-full_3epochs
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
+ # tinyllama-1.1b-sum-sft-full_3epochs
19
+
20
+ This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T) on the generator dataset.
21
+ It achieves the following results on the evaluation set:
22
+ - Loss: 2.1176
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
+ - gradient_accumulation_steps: 2
47
+ - total_train_batch_size: 16
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
+ - lr_scheduler_type: cosine
50
+ - lr_scheduler_warmup_ratio: 0.1
51
+ - num_epochs: 3
52
+
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss |
56
+ |:-------------:|:------:|:----:|:---------------:|
57
+ | 2.1208 | 0.9997 | 1476 | 2.1248 |
58
+ | 2.0925 | 2.0 | 2953 | 2.1174 |
59
+ | 2.0766 | 2.9990 | 4428 | 2.1176 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - Transformers 4.41.2
65
+ - Pytorch 2.1.2
66
+ - Datasets 2.20.0
67
+ - Tokenizers 0.19.1
all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.998984083982391,
3
+ "total_flos": 9.004989021620797e+17,
4
+ "train_loss": 2.11554208852842,
5
+ "train_runtime": 19880.5774,
6
+ "train_samples": 116722,
7
+ "train_samples_per_second": 3.564,
8
+ "train_steps_per_second": 0.223
9
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 1,
3
+ "eos_token_id": 2,
4
+ "max_length": 2048,
5
+ "pad_token_id": 0,
6
+ "transformers_version": "4.41.2"
7
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:257e042fa2ee9e00e9638a461cfd4d571d285259c438e09733f60c9c3889448a
3
  size 2200119864
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:837ba78a54b6b196a44c4edb001bf4eceb8986615852e4830408252f3294b54c
3
  size 2200119864
runs/Jul02_00-16-11_poseidon/events.out.tfevents.1719879383.poseidon.1185133.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:be6375fde7ec38b92514910e6efaffad2524bbb4b85068655fc51e17c1882d04
3
- size 191392
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3683b04cc4234049ae156c95d86126264f9afdb3a79d10c3092dca1caf8454f7
3
+ size 193072
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 2.998984083982391,
3
+ "total_flos": 9.004989021620797e+17,
4
+ "train_loss": 2.11554208852842,
5
+ "train_runtime": 19880.5774,
6
+ "train_samples": 116722,
7
+ "train_samples_per_second": 3.564,
8
+ "train_steps_per_second": 0.223
9
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff