EllieS commited on
Commit
160a3bb
1 Parent(s): 5bac667

Model save

Browse files
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ tags:
5
+ - trl
6
+ - sft
7
+ - generated_from_trainer
8
+ base_model: alignment-handbook/zephyr-7b-sft-full
9
+ model-index:
10
+ - name: zephyr-7b-sft-qlora
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # zephyr-7b-sft-qlora
18
+
19
+ This model is a fine-tuned version of [alignment-handbook/zephyr-7b-sft-full](https://huggingface.co/alignment-handbook/zephyr-7b-sft-full) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 1.0377
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.0002
41
+ - train_batch_size: 4
42
+ - eval_batch_size: 8
43
+ - seed: 42
44
+ - distributed_type: multi-GPU
45
+ - gradient_accumulation_steps: 2
46
+ - total_train_batch_size: 8
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: cosine
49
+ - lr_scheduler_warmup_ratio: 0.1
50
+ - num_epochs: 1
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss |
55
+ |:-------------:|:-----:|:-----:|:---------------:|
56
+ | 1.099 | 1.0 | 25000 | 1.0377 |
57
+
58
+
59
+ ### Framework versions
60
+
61
+ - PEFT 0.7.1
62
+ - Transformers 4.36.2
63
+ - Pytorch 2.1.1+cu121
64
+ - Datasets 2.14.6
65
+ - Tokenizers 0.15.0
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:577111ade6837984b84f42589c9229edb912e23d2fbde00a37985447e004569a
3
  size 42002584
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1731af02949a9cccc5a2474181fad3fa57f98d40acae30520ffc2296fd71289
3
  size 42002584
all_results.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 1.0377464294433594,
4
+ "eval_runtime": 0.4944,
5
+ "eval_samples": 5,
6
+ "eval_samples_per_second": 10.114,
7
+ "eval_steps_per_second": 2.023,
8
+ "train_loss": 1.1178027263641357,
9
+ "train_runtime": 49844.8454,
10
+ "train_samples": 200000,
11
+ "train_samples_per_second": 4.012,
12
+ "train_steps_per_second": 0.502
13
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 1.0377464294433594,
4
+ "eval_runtime": 0.4944,
5
+ "eval_samples": 5,
6
+ "eval_samples_per_second": 10.114,
7
+ "eval_steps_per_second": 2.023
8
+ }
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "train_loss": 1.1178027263641357,
4
+ "train_runtime": 49844.8454,
5
+ "train_samples": 200000,
6
+ "train_samples_per_second": 4.012,
7
+ "train_steps_per_second": 0.502
8
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff